CreatePresentationTypeInput
Defines the input for creating a presentation type.
input CreatePresentationTypeInput {
customFields: [CustomFieldInput!]
eventId: ID!
name: String!
uniqueCode: String
}
Fields
CreatePresentationTypeInput.customFields ● [CustomFieldInput!] list input
The custom fields to create for the presentation type. Optional.
CreatePresentationTypeInput.eventId ● ID! non-null scalar
The identifier of the event the presentation type is associated with.
CreatePresentationTypeInput.name ● String! non-null scalar
A UTF-8 string representing the name of the presentation type.
CreatePresentationTypeInput.uniqueCode ● String scalar
A customer supplied, UTF-8 string value that represents a unique code for the presentation type. Optional.
The value must be unique across all presentation types for an event.
Member Of
createPresentationType mutation