INPUT_OBJECT

POCInput

Represents a 'point of contact' at an entity.

link GraphQL Schema definition

  • input POCInput {
  • # The POC's name.
  • name: String!
  • # The POC's email.
  • email: Email!
  • # The POC's Phone.
  • phone: PhoneInput!
  • }