DeleteCourseCreditTypePayload
Payload when deleting a course credit type.
type DeleteCourseCreditTypePayload {
success: Boolean!
}
Fields
DeleteCourseCreditTypePayload.success
● Boolean!
non-null scalar
A flag indicating whether the course credit type was deleted successfully.
Returned By
deleteCeContactStoreCourseCreditType
mutation ● deleteEventCourseCreditType
mutation ● deleteMembershipContactStoreCourseCreditType
mutation