CreateEventContactGroupInput
Defines the input details for creating a contact group in an event.
input CreateEventContactGroupInput {
contactId: ID!
eventId: ID!
groupName: String!
}
Fields
CreateEventContactGroupInput.contactId ● ID! non-null scalar
The identifier of the contact who will be the coordinator of the group.
CreateEventContactGroupInput.eventId ● ID! non-null scalar
The identifier of the event where the contact group is to be created.
CreateEventContactGroupInput.groupName ● String! non-null scalar
The name of the contact group.
Member Of
createEventContactGroup mutation