LinkContactToEventContactGroupInput
Defines the input details for linking a contact to a contact group in an event.
input LinkContactToEventContactGroupInput {
contactId: ID!
coordinatorId: ID!
eventId: ID!
}
Fields
LinkContactToEventContactGroupInput.contactId
● ID!
non-null scalar
The identifier of the contact to be linked to the group.
LinkContactToEventContactGroupInput.coordinatorId
● ID!
non-null scalar
The identifier of the contact who is the coordinator of the group.
LinkContactToEventContactGroupInput.eventId
● ID!
non-null scalar
The identifier of the event associated with the contact and the coordinator.
Member Of
linkContactToEventContactGroup
mutation