DeleteEventCourseSubClassificationInput
Defines the input for deleting a course sub classification in an event.
input DeleteEventCourseSubClassificationInput {
courseSubClassificationId: ID!
eventId: ID!
}
Fields
DeleteEventCourseSubClassificationInput.courseSubClassificationId ● ID! non-null scalar
The identifier of the course sub classification.
DeleteEventCourseSubClassificationInput.eventId ● ID! non-null scalar
The identifier of the event the course sub classification is associated with.
Member Of
deleteEventCourseSubClassification mutation