OBJECT

ContactGroup

Contact

link GraphQL Schema definition

  • type ContactGroup {
  • # When the contact was created
  • createdAt: ISO8601DateTime!
  • # ID of the Contact
  • id: ID!
  • # first name of the Contact
  • name: String!
  • # When the contact was last updated
  • updatedAt: ISO8601DateTime!
  • }