UpdateScheduleCalendarInput
InputAutogenerated input type of UpdateScheduleCalendar
mutation { organization(id: $organizationId) { project(id: $projectId) { updateScheduleCalendar } } }
Example
mutation UpdateScheduleCalendar(
$organizationId: ID!
$projectId: ID!
$input: UpdateScheduleCalendarInput!
) {
organization(id: $organizationId) {
project(id: $projectId) {
updateScheduleCalendar(input: $input) {
scheduleCalendar
errors
}
}
}
}Fields
| Field | Type | Description |
|---|---|---|
| clientMutationId | String | A unique identifier for the client performing the mutation. |
| exceptions | [ScheduleCalendarExceptionInput!] | — |
| fridayHours | Float | — |
| id | ID! | — |
| isDefault | Boolean | — |
| mondayHours | Float | — |
| mutationMetadata | JSON | — |
| name | String | — |
| now | ISO8601DateTime | — |
| saturdayHours | Float | — |
| sundayHours | Float | — |
| thursdayHours | Float | — |
| tuesdayHours | Float | — |
| wednesdayHours | Float | — |