UpdateEventCoursePayload
Payload returned when updating a course in an event.
type UpdateEventCoursePayload {
course: EventCourse!
}
Fields
UpdateEventCoursePayload.course ● EventCourse! non-null object
The updated course.
Returned By
updateEventCourse mutation