Types
CreateCourseworkInput
Autogenerated input type of CreateCoursework
input
CreateCourseworkInputFields
clientMutationId
String
A unique identifier for the client performing the mutation.
completionCriteria
How the item is marked complete.
courseId
ID!
required
Course identifier — resource ID or GlobalID of a Space with course content enabled.
description
String
Body content of the item (HTML).
parentId
ID
Parent section or overview to nest under. Defaults to the course overview when omitted.
status
Initial visibility status.
title
String
Title of the item.
type
required
The kind to create. Overview cannot be created — every course has exactly one, created with the course.
unlockingCriteria
When the item becomes available.