CreateEventFunctionGroupInput
Defines the input for creating an event function group.
input CreateEventFunctionGroupInput {
customFields: [CustomFieldInput!]
eventId: ID!
name: String!
uniqueCode: String
}
Fields
CreateEventFunctionGroupInput.customFields
● [CustomFieldInput!]
list input
The custom fields to create or update for the function group. Optional.
CreateEventFunctionGroupInput.eventId
● ID!
non-null scalar
The identifier of the event the function group is associated with.
CreateEventFunctionGroupInput.name
● String!
non-null scalar
A UTF-8 string representing the name of the function group.
CreateEventFunctionGroupInput.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
createEventFunctionGroup
mutation