INPUT_OBJECT

createCourseInput

Autogenerated input type of createCourse

link GraphQL Schema definition

  • input createCourseInput {
  • # A unique identifier for the client performing the mutation.
  • clientMutationId: String
  • 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: String
  • }