Skip to main content

UpdateEventCourseSubClassificationInput

Defines the input for updating a course sub classification in an event.

input UpdateEventCourseSubClassificationInput {
courseSubClassificationId: ID!
customFields: [CustomFieldInput!]
eventId: ID!
name: String
uniqueCode: String
}

Fields

UpdateEventCourseSubClassificationInput.courseSubClassificationId ● ID! non-null scalar

The identifier of the course sub classification.

UpdateEventCourseSubClassificationInput.customFields ● [CustomFieldInput!] list input

The custom fields to create or update for the course sub classification. Optional.

UpdateEventCourseSubClassificationInput.eventId ● ID! non-null scalar

The identifier of the event the course sub classification is associated with.

UpdateEventCourseSubClassificationInput.name ● String scalar

A UTF-8 string representing the name of the course sub classification. Optional.

UpdateEventCourseSubClassificationInput.uniqueCode ● String scalar

A customer supplied, UTF-8 string value that represents a unique code for the course sub classification. Optional.

The value must be unique across all course sub classifications for a course classification.

Member Of

updateEventCourseSubClassification mutation