UpdateEventContactGroupCustomFieldsInput
Defines the input details for creating or updating the custom fields of a contact group in an event.
input UpdateEventContactGroupCustomFieldsInput {
coordinatorId: ID!
customFields: [CustomFieldInput!]!
eventId: ID!
}
Fields
UpdateEventContactGroupCustomFieldsInput.coordinatorId
● ID!
non-null scalar
The identifier of the contact who is the coordinator of the group.
UpdateEventContactGroupCustomFieldsInput.customFields
● [CustomFieldInput!]!
non-null input
The custom fields to create or update for the contact group.
UpdateEventContactGroupCustomFieldsInput.eventId
● ID!
non-null scalar
The identifier of the event associated with the coordinator.
Member Of
updateEventContactGroupCustomFields
mutation