Skip to main content
MUTATION
createCourse(input: CreateCourseInput!): CreateCoursePayload

Arguments

input

Parameters for CreateCourse

clientMutationId
String

A unique identifier for the client performing the mutation.

The collection resolved or created for the course. Reported whenever Collection resolution succeeded, even if course creation then failed — the Collection can survive that failure, so check this to see whether one was left behind. Null only when no Collection was resolved at all.

collectionNewlyCreated
Boolean

True when this call created the collection rather than placing the course in an existing one. Reported alongside collection under the same conditions, including when course creation then failed.

course
errors
[String!]!
Mutation
Variables
Response