createCourseItemInput
Autogenerated input type of createCourseItem
Fields
clientMutationId
· String
· DO NOT USE deprecated
DO NOT USEUsed By
Definition
"""Autogenerated input type of createCourseItem"""input createCourseItemInput { """ DO NOT USE """ clientMutationId: String @deprecated(reason: "DO NOT USE") completion_required_for_next_module: Boolean course_id: String item_id: String item_type: String name: String new_item_type_name: String scheduled_release: String user_id: String video_url: String}