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