OBJECT

PnrGoContact

Represents contact data (like phone, email, address etc.) in Leon

link GraphQL Schema definition

  • type PnrGoContact {
  • contactNid: Int!
  • name: String!
  • surname: String!
  • middleName: String!
  • # Requires access to resource INTEGRATION_PNR_GO_SEE
  • nationality: PnrGoCountry
  • homeAddress: String!
  • address: String!
  • postalCode: String!
  • city: String!
  • stateProvince: String!
  • # Requires access to resource INTEGRATION_PNR_GO_SEE
  • countryObject: PnrGoCountry
  • dateOfBirth: Date
  • placeOfBirth: String!
  • # Requires access to resource INTEGRATION_PNR_GO_SEE
  • countryOfBirth: PnrGoCountry
  • # Requires access to resource INTEGRATION_PNR_GO_SEE
  • #
  • # Arguments
  • # includeDeletedDocuments: [Not documented]
  • passportList(includeDeletedDocuments: Boolean): [PnrGoPassport!]!
  • # Requires access to resource INTEGRATION_PNR_GO_SEE
  • nationalIdList: [PnrGoNationalId!]!
  • gender: Int!
  • idCard: String
  • notes: String!
  • personCode: String!
  • isAnimal: Boolean!
  • provinceOfBirth: String
  • }