Skip to main content

ScheduleCreate

Create a new Schedule resource.

Mutation

mutation ScheduleCreate($input: ScheduleCreateInput!) {
ScheduleCreate(input: $input) {
id
}
}

Input

Return Type

Returns the created Schedule resource.