DeleteEventContactGroupInput
Defines the input details for deleting a contact group in an event.
input DeleteEventContactGroupInput {
coordinatorId: ID!
eventId: ID!
}
Fields
DeleteEventContactGroupInput.coordinatorId ● ID! non-null scalar
The identifier of the contact who is the coordinator of the group.
DeleteEventContactGroupInput.eventId ● ID! non-null scalar
The identifier of the event associated with the coordinator.
Member Of
deleteEventContactGroup mutation