RemoveContactFromMembershipContactStoreContactGroupInput
Defines the input details for removing a contact from a contact group in a membership contact store.
input RemoveContactFromMembershipContactStoreContactGroupInput {
contactId: ID!
coordinatorId: ID!
membershipContactStoreId: ID!
}
Fields
RemoveContactFromMembershipContactStoreContactGroupInput.contactId
● ID!
non-null scalar
The identifier of the contact to be removed from the group.
RemoveContactFromMembershipContactStoreContactGroupInput.coordinatorId
● ID!
non-null scalar
The identifier of the contact who is the coordinator of the group.
RemoveContactFromMembershipContactStoreContactGroupInput.membershipContactStoreId
● ID!
non-null scalar
The identifier of the membership contact store associated with the contact and the coordinator.
Member Of
removeContactFromMembershipContactStoreContactGroup
mutation