ContactGroup
Defines a type for a contact group. This type is used to represent a group of contacts in an event.
type ContactGroup {
coordinator: Contact!
name: String!
}
Fields
ContactGroup.coordinator
● Contact!
non-null object
The coordinator of the contact group.
ContactGroup.name
● String!
non-null scalar
The name of the contact group.
Member Of
Contact
object