UpdateEventInput
Defines the input for updating the details for an event.
input UpdateEventInput {
customFields: [CustomFieldInput!]
eventId: ID!
}
Fields
UpdateEventInput.customFields ● [CustomFieldInput!] list input
The custom fields to update or create for the event. Optional.
UpdateEventInput.eventId ● ID! non-null scalar
The ID of the event to be updated.
Member Of
updateEvent mutation