Skip to content

updateCourseItemInput

Autogenerated input type of updateCourseItem

Fields

deprecated DO NOT USE

Used By

Definition

"""
Autogenerated input type of updateCourseItem
"""
input updateCourseItemInput {
"""
DO NOT USE
"""
clientMutationId: String @deprecated(reason: "DO NOT USE")
completion_required_for_next_module: Boolean
course_id: String
id: String
item_id: String
item_type: String
name: String
position: Int
scheduled_release: String
user_id: String
video_url: String
}