UpdateCourseClassificationTypePayload
Payload returned when updating a course classification type in an event, continuing education contact store or membership contact store.
type UpdateCourseClassificationTypePayload {
courseClassificationType: CourseClassificationType!
}
Fields
UpdateCourseClassificationTypePayload.courseClassificationType
● CourseClassificationType!
non-null object
The updated course classification type.
Returned By
updateCeContactStoreCourseClassificationType
mutation ● updateEventCourseClassificationType
mutation ● updateMembershipContactStoreCourseClassificationType
mutation