CustomerDateOfBirthSet
type CustomerDateOfBirthSet = MessagePayload & {
__typename?: 'CustomerDateOfBirthSet';
dateOfBirth?: Maybe<Scalars['Date']>;
type: Scalars['String'];
};type CustomerDateOfBirthSet = MessagePayload & {
__typename?: 'CustomerDateOfBirthSet';
dateOfBirth?: Maybe<Scalars['Date']>;
type: Scalars['String'];
};