Skip to main content

RemoveContactFromEventContactGroupInput

Defines the input details for removing a contact from a contact group in an event.

input RemoveContactFromEventContactGroupInput {
contactId: ID!
coordinatorId: ID!
eventId: ID!
}

Fields

RemoveContactFromEventContactGroupInput.contactId ● ID! non-null scalar

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

RemoveContactFromEventContactGroupInput.coordinatorId ● ID! non-null scalar

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

RemoveContactFromEventContactGroupInput.eventId ● ID! non-null scalar

The identifier of the event associated with the contact and the coordinator.

Member Of

removeContactFromEventContactGroup mutation