CreateCourseCreditTypePayload
Payload returned when creating a course credit type in an event, continuing education contact store or membership contact store.
type CreateCourseCreditTypePayload {
courseCreditType: CourseCreditType!
}
Fields
CreateCourseCreditTypePayload.courseCreditType
● CourseCreditType!
non-null object
The newly created course credit type.
Returned By
createCeContactStoreCourseCreditType
mutation ● createEventCourseCreditType
mutation ● createMembershipContactStoreCourseCreditType
mutation