DeleteScheduleCalendarPayload
ObjectAutogenerated return type of DeleteScheduleCalendar.
mutation { organization(id: $organizationId) { project(id: $projectId) { deleteScheduleCalendar } } }
Example
mutation DeleteScheduleCalendar(
$organizationId: ID!
$projectId: ID!
$input: DeleteScheduleCalendarInput!
) {
organization(id: $organizationId) {
project(id: $projectId) {
deleteScheduleCalendar(input: $input) {
scheduleCalendar
errors
}
}
}
}Fields
| Field | Type | Description |
|---|---|---|
| clientMutationId | String | A unique identifier for the client performing the mutation. |
| constructableUrl | String | — |
| errors | [String!]! | — |
| scheduleCalendar | ScheduleCalendar | — |