Skip to content

ResumeCourseGroupPayload

Autogenerated return type of ResumeCourseGroup.

Fields

deprecated DO NOT USE
courseGroup · CourseGroup · The resumed course group
messages · [FieldError] · The list of errors occurred during the mutation

Used By

Definition

"""
Autogenerated return type of ResumeCourseGroup.
"""
type ResumeCourseGroupPayload {
"""
DO NOT USE
"""
clientMutationId: String @deprecated(reason: "DO NOT USE")
"""
The resumed course group
"""
courseGroup: CourseGroup
"""
The list of errors occurred during the mutation
"""
messages: [FieldError]
}