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

PrivatePersonId!

name String scalar

String

nin String scalar

String

country CountryCode scalar

CountryCode

birthDate Date scalar

Date

birthYear Year scalar

Year

gender Gender enum

Gender

address [AddressInput!] list input

[AddressInput!]

citizenship CountryCode scalar

CountryCode

Member Of

privatePersonUpdate mutation

On this page