Skip to content

PauseCourseGroupInput

Autogenerated input type of PauseCourseGroup

Fields

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

Used By

Definition

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