CreateEventCourseClassificationTypeInput
Defines the input for creating a course classification type in an event.
input CreateEventCourseClassificationTypeInput {
eventId: ID!
name: String!
uniqueCode: String
}
Fields
CreateEventCourseClassificationTypeInput.eventId
● ID!
non-null scalar
The identifier of the event the course classification type is associated with.
CreateEventCourseClassificationTypeInput.name
● String!
non-null scalar
A UTF-8 string representing the name of the course classification type.