createEventCourse
Create a course in an event.
Throws an error with code:
NOT_FOUND
if an event matching the input'seventId
field cannot be found.MODULE_NOT_ENABLED
if the continuing education module is not enabled in the event.NOT_FOUND
if any credit types matching the input'scredits
collectioncreditTypeId
field cannot be found within the event.NOT_FOUND
if any course classifications matching the input'sclassifications
collectioncourseClassificationId
field cannot be found within the event.NOT_FOUND
if a course sub classification matching the input'sclassifications
collectioncourseSubClassificationId
field is not associated with the course classification specified bycourseClassificationId
.NOT_FOUND
if any contact matching the input'sinstructors
collectioncontactId
field cannot be found within the event.
createEventCourse(
input: CreateEventCourseInput!
): CreateEventCoursePayload!
Arguments
createEventCourse.input
● CreateEventCourseInput!
non-null input
Type
CreateEventCoursePayload
object
Payload returned when creating a course in an event.