Skip to main content

UpdateEventFunctionGroupInput

Defines the input for updating an event function group.

input UpdateEventFunctionGroupInput {
customFields: [CustomFieldInput!]
eventId: ID!
functionGroupId: ID!
name: String
uniqueCode: String
}

Fields

UpdateEventFunctionGroupInput.customFields ● [CustomFieldInput!] list input

The custom fields to create or update for the function group. Optional.

UpdateEventFunctionGroupInput.eventId ● ID! non-null scalar

The identifier of the event the function group is associated with.

UpdateEventFunctionGroupInput.functionGroupId ● ID! non-null scalar

The unique identifier for the function group.

UpdateEventFunctionGroupInput.name ● String scalar

A UTF-8 string representing the name of the function group. Optional.

UpdateEventFunctionGroupInput.uniqueCode ● String scalar

A customer supplied, UTF-8 string value that represents a unique code for the function group. Optional.

The value must be unique across all function groups for an event.

Member Of

updateEventFunctionGroup mutation