Skip to main content

CreateMembershipContactStoreContactGroupInput

Defines the input details for creating a contact group in a membership contact store.

input CreateMembershipContactStoreContactGroupInput {
contactId: ID!
groupName: String!
membershipContactStoreId: ID!
}

Fields

CreateMembershipContactStoreContactGroupInput.contactId ● ID! non-null scalar

The identifier of the contact who will be the coordinator of the group.

CreateMembershipContactStoreContactGroupInput.groupName ● String! non-null scalar

The name of the contact group.

CreateMembershipContactStoreContactGroupInput.membershipContactStoreId ● ID! non-null scalar

The identifier of the membership contact store where the contact group is to be created.

Member Of

createMembershipContactStoreContactGroup mutation