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