Strise Connect API Docs
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

String!

citizenship CountryCode scalar

CountryCode

birthDate ConnectPartialDateInput input

ConnectPartialDateInput

nin String scalar

String

sex Gender enum

Gender

address [AddressInput!]! non-null input

[AddressInput!]!

Member Of

customPersonCreate mutation

On this page