calendarUpdate Mutation
Updates an existing calendar.
Input Argument
Section titled “Input Argument”calendarUpdate accepts a single
input
argument, an
input type
,
which contains the values it uses.
The fields inside
input
are:
calendarHoursToDelete (
ID
)
Identifiers of calendar hours to remove from the calendar.
clientMutationId (
String
)
A unique identifier for the client performing the mutation.
disabled (
Boolean
)
Whether the calendar may no longer be related to other records.
holidayIds (
ID
)
Identifiers of the holidays of the calendar.
id (
ID!
)
The node ID of the record to update.
name (
String
)
The name of the calendar.
newCalendarHours (
CalendarHoursInput
)
Calendar hours of the calendar.
source (
String
)
An identifier for the client application submitting the resource or the name of an external system.
sourceID (
String
)
The unique identifier of the resource in an external system.
Return Fields
Section titled “Return Fields”calendar (
Calendar
)
Record after mutation.
clientMutationId (
String
)
A unique identifier for the client performing the mutation.
errors (
ValidationError
)
Errors encountered during the mutation.