DeleteCourseSubClassificationPayload
Payload when deleting a course sub classification.
type DeleteCourseSubClassificationPayload {
success: Boolean!
}
Fields
DeleteCourseSubClassificationPayload.success
● Boolean!
non-null scalar
A flag indicating whether the course sub classification was deleted successfully.
Returned By
deleteCeContactStoreCourseSubClassification
mutation ● deleteEventCourseSubClassification
mutation ● deleteMembershipContactStoreCourseSubClassification
mutation