TypesInputs
PrivatePersonUpdateInput
No description
input PrivatePersonUpdateInput {
id: PrivatePersonId!
name: String
nin: String
country: CountryCode
birthDate: Date
birthYear: Year
gender: Gender
address: [AddressInput!]
citizenship: CountryCode
}Fields
id PrivatePersonId! non-null scalar
name String scalar
nin String scalar
country CountryCode scalar
birthDate Date scalar
birthYear Year scalar
gender Gender enum
address [AddressInput!] list input
citizenship CountryCode scalar
Member Of
privatePersonUpdate mutation