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