UpdatePresentationTypeInput
Defines the input for updating a presentation type.
input UpdatePresentationTypeInput {
customFields: [CustomFieldInput!]
eventId: ID!
name: String!
presentationTypeId: ID!
uniqueCode: String
}
Fields
UpdatePresentationTypeInput.customFields ● [CustomFieldInput!] list input
The custom fields to create for the presentation type. Optional.
UpdatePresentationTypeInput.eventId ● ID! non-null scalar
The identifier of the event the presentation type is associated with.
UpdatePresentationTypeInput.name ● String! non-null scalar
A UTF-8 string representing the name of the presentation type.
UpdatePresentationTypeInput.presentationTypeId ● ID! non-null scalar
The identifier for the presentation type.
UpdatePresentationTypeInput.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
updatePresentationType mutation