Skip to content

deleteCourseGroupPayload

Autogenerated return type of deleteCourseGroup.

Fields

messages · [FieldError] · The list of errors occurred during the mutation

Used By

Definition

"""
Autogenerated return type of deleteCourseGroup.
"""
type deleteCourseGroupPayload {
courseGroup: CourseGroup
"""
The list of errors occurred during the mutation
"""
messages: [FieldError]
}