OBJECT
ContactGroup
Contact
link GraphQL Schema definition
- type ContactGroup {
- # When the contact was created
- ISO8601DateTime! :
- # ID of the Contact
- ID! :
- # first name of the Contact
- String! :
- # When the contact was last updated
- ISO8601DateTime! :
- }