Skip to main content

UpdateEventContactGroupNameInput

Defines the input details for updating the name of a contact group in an event.

input UpdateEventContactGroupNameInput {
coordinatorId: ID!
eventId: ID!
groupName: String!
}

Fields

UpdateEventContactGroupNameInput.coordinatorId ● ID! non-null scalar

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

UpdateEventContactGroupNameInput.eventId ● ID! non-null scalar

The identifier of the event associatetd with the coordinator.

UpdateEventContactGroupNameInput.groupName ● String! non-null scalar

The name of the contact group.

Member Of

updateEventContactGroupName mutation