CreateEventCoursePayload
Payload returned when creating a course in an event.
type CreateEventCoursePayload {
course: EventCourse!
}
Fields
CreateEventCoursePayload.course
● EventCourse!
non-null object
The created course.
Returned By
createEventCourse
mutation