Person

(OBJECT)

Registered person account

link GraphQL Schema definition

  • type Person {
  • # internal person ID
  • id: ID!
  • # person's name
  • name: String
  • # person's surname
  • surname: String
  • # contact phone
  • phone: Phone
  • # e-mail address
  • email: Email!
  • # set of predefined addresses
  • #
  • # (for repeated usage)
  • registered_address: [Address]
  • }