OBJECT

POC

Represents a 'point of contact' at an entity.

link GraphQL Schema definition

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