CeContactStoreContactGroup
Defines a type for a contact group. This type is used to represent a group of contacts in a continuing education contact store.
type CeContactStoreContactGroup {
coordinator: CeContactStoreContact!
members(
limit: PaginationLimit! = 100
offset: NonNegativeInt! = 0
): [CeContactStoreContact!]!
name: String!
}
Fields
CeContactStoreContactGroup.coordinator
● CeContactStoreContact!
non-null object
The coordinator of the contact group.
CeContactStoreContactGroup.members
● [CeContactStoreContact!]!
non-null object
The members of the contact group.
CeContactStoreContactGroup.members.limit
● PaginationLimit!
non-null scalar
CeContactStoreContactGroup.members.offset
● NonNegativeInt!
non-null scalar
CeContactStoreContactGroup.name
● String!
non-null scalar
The name of the contact group.
Member Of
CeContactStoreContact
object