Types
CreateCourseInput
Autogenerated input type of CreateCourse
input
CreateCourseInputFields
clientMutationId
String
A unique identifier for the client performing the mutation.
collectionName
String
Optional collection to place the course in. Created on demand if it does not exist (case-insensitive name match).
description
String
Optional one-line description persisted on the new course.
format
Course format — CONTENT (self-paced, the default) or COHORT (scheduled). Determines the course template.
title
String!
required
Display title for the new course.