updateCourseItemInput
Autogenerated input type of updateCourseItem
Fields
clientMutationId
· String
· DO NOT USE deprecated
DO NOT USEUsed 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}