UpdateCourseCreditTypePayload
Payload returned when updating a course credit type in an event, continuing education contact store or membership contact store.
type UpdateCourseCreditTypePayload {
courseCreditType: CourseCreditType!
}
Fields
UpdateCourseCreditTypePayload.courseCreditType
● CourseCreditType!
non-null object
The updated course credit type.
Returned By
updateCeContactStoreCourseCreditType
mutation ● updateEventCourseCreditType
mutation ● updateMembershipContactStoreCourseCreditType
mutation