Skip to main content

RemoveContactFromCeContactStoreContactGroupInput

Defines the input details for removing a contact from a contact group in a continuing education contact store.

input RemoveContactFromCeContactStoreContactGroupInput {
ceContactStoreId: ID!
contactId: ID!
coordinatorId: ID!
}

Fields

RemoveContactFromCeContactStoreContactGroupInput.ceContactStoreId ● ID! non-null scalar

The identifier of the continuing education contact store associated with the contact and the coordinator.

RemoveContactFromCeContactStoreContactGroupInput.contactId ● ID! non-null scalar

The identifier of the contact to be removed from the group.

RemoveContactFromCeContactStoreContactGroupInput.coordinatorId ● ID! non-null scalar

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

Member Of

removeContactFromCeContactStoreContactGroup mutation