createCourseInput
Autogenerated input type of createCourse
Fields
clientMutationId
· String
· DO NOT USE deprecated
DO NOT USEUsed By
Definition
"""Autogenerated input type of createCourse"""input createCourseInput { """ DO NOT USE """ clientMutationId: String @deprecated(reason: "DO NOT USE") course_type: String description: String external_preview_image_url: String formatted_benefits: String late_enroll: Boolean name: String preview_image: Upload preview_video_content: String start_date: ISO8601DateTime}