Skip to main content

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!
name: String!
}

Fields

MembershipContactStoreContactGroup.coordinator ● MembershipContactStoreContact! non-null object

The coordinator of the contact group.

MembershipContactStoreContactGroup.name ● String! non-null scalar

The name of the contact group.

Member Of

MembershipContactStoreContact object