DeleteCourseFeeTypePayload
Payload when deleting a course fee type.
type DeleteCourseFeeTypePayload {
success: Boolean!
}
Fields
DeleteCourseFeeTypePayload.success ● Boolean! non-null scalar
A flag indicating whether the course fee type was deleted successfully.
Returned By
deleteCeContactStoreCourseFeeType mutation ● deleteEventCourseFeeType mutation ● deleteMembershipContactStoreCourseFeeType mutation