Skip to content

ResumeCourseGroupInput

Autogenerated input type of ResumeCourseGroup

Fields

deprecated DO NOT USE
id · ID! · required · The ID of the course group to resume

Used By

Definition

"""
Autogenerated input type of ResumeCourseGroup
"""
input ResumeCourseGroupInput {
"""
DO NOT USE
"""
clientMutationId: String @deprecated(reason: "DO NOT USE")
"""
The ID of the course group to resume
"""
id: ID!
}