Skip to main content

LinkContactToMembershipContactStoreContactGroupInput

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

input LinkContactToMembershipContactStoreContactGroupInput {
contactId: ID!
coordinatorId: ID!
membershipContactStoreId: ID!
}

Fields

LinkContactToMembershipContactStoreContactGroupInput.contactId ● ID! non-null scalar

The identifier of the contact to be linked to the group.

LinkContactToMembershipContactStoreContactGroupInput.coordinatorId ● ID! non-null scalar

The identifier of the contact who is the coordinator of the group.

LinkContactToMembershipContactStoreContactGroupInput.membershipContactStoreId ● ID! non-null scalar

The identifier of the membership contact store associated with the contact and the coordinator.

Member Of

linkContactToMembershipContactStoreContactGroup mutation