Mutation
Variables
Response
Mutations
createCourse
Create a course in the Network. It starts private, visible only to the Host until configured. Format is a self-paced CONTENT course (the default) or a scheduled COHORT course.
MUTATION
createCourse(input: CreateCourseInput!): CreateCoursePayloadArguments
input
CreateCourseInput!
required
Parameters for CreateCourse
Returns
clientMutationId
String
A unique identifier for the client performing the mutation.
course
errors
[String!]!
Mutation
Variables
Response