ScheduleUpdate
Update an existing Schedule resource.
Mutation
mutation ScheduleUpdate($id: ID!, $input: ScheduleUpdateInput!) {
ScheduleUpdate(id: $id, input: $input) {
id
}
}
Input
id: ID of the resource to updateinput: See ScheduleUpdateInput for input fields.
Return Type
Returns the updated Schedule resource.