GraphQL OBJECT

ClientContact

link Definition

  • type ClientContact {
  • # Contact type.
  • contactType: ContactType!
  • # Contact information.
  • contact: Contact!
  • }