TypesInputs
CustomPersonCreateInput
The data for creating a custom person.
input CustomPersonCreateInput {
name: String!
citizenship: CountryCode
birthDate: ConnectPartialDateInput
nin: String
sex: Gender
address: [AddressInput!]!
}Fields
name String! non-null scalar
citizenship CountryCode scalar
birthDate ConnectPartialDateInput input
nin String scalar
sex Gender enum
address [AddressInput!]! non-null input
Member Of
customPersonCreate mutation