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