OBJECT

ContactDetail

link GraphQL Schema definition

  • type ContactDetail {
  • # Contact email address
  • email: String!
  • # Contact first name
  • firstName: String!
  • # Contact last name
  • lastName: String
  • # Contact phone number
  • phoneNumber: String
  • }