Skip to content

createCourseInput

Autogenerated input type of createCourse

Fields

deprecated DO NOT USE

Used 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
}