UpdateCeContactStoreCoursePayload
Payload returned when updating a course in a continuing education contact store.
type UpdateCeContactStoreCoursePayload {
course: CeContactStoreCourse!
}
Fields
UpdateCeContactStoreCoursePayload.course ● CeContactStoreCourse! non-null object
The updated course.
Returned By
updateCeContactStoreCourse mutation