Skip to main content

CreateEventCourseSubClassificationInput

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

input CreateEventCourseSubClassificationInput {
courseClassificationId: ID!
customFields: [CustomFieldInput!]
eventId: ID!
name: String!
uniqueCode: String
}

Fields

CreateEventCourseSubClassificationInput.courseClassificationId ● ID! non-null scalar

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

CreateEventCourseSubClassificationInput.customFields ● [CustomFieldInput!] list input

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

CreateEventCourseSubClassificationInput.eventId ● ID! non-null scalar

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

CreateEventCourseSubClassificationInput.name ● String! non-null scalar

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

CreateEventCourseSubClassificationInput.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

createEventCourseSubClassification mutation