PauseCourseGroupPayload
Autogenerated return type of PauseCourseGroup.
Fields
clientMutationId
· String · DO NOT USE deprecated
DO NOT USEcourseGroup
· CourseGroup · The paused course group messages
· [FieldError] · The list of errors occurred during the mutation Used By
Definition
"""Autogenerated return type of PauseCourseGroup."""type PauseCourseGroupPayload { """ DO NOT USE """ clientMutationId: String @deprecated(reason: "DO NOT USE")
""" The paused course group """ courseGroup: CourseGroup
""" The list of errors occurred during the mutation """ messages: [FieldError]}