Skip to main content

ScheduleUpdate

Update an existing Schedule resource.

Mutation

mutation ScheduleUpdate($id: ID!, $input: ScheduleUpdateInput!) {
ScheduleUpdate(id: $id, input: $input) {
id
}
}

Input

Return Type

Returns the updated Schedule resource.