holidayUpdate Mutation
Updates an existing holiday.
Input Argument
holidayUpdate accepts a single input
argument, an input type,
which contains the values it uses.
The fields inside input
are:
calendarIds (
[ID!]
)
Identifiers of calendars of the holiday.
clientMutationId (
String
)
A unique identifier for the client performing the mutation.
endAt (
ISO8601DateTime
)
End of the holiday.
id (
ID!
)
The node ID of the record to update.
name (
String
)
Name of the holiday.
pictureUri (
String
)
The hyperlink to the image file for the record.
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.
startAt (
ISO8601DateTime
)
Start of the holiday.
Return Fields
clientMutationId (
String
)
A unique identifier for the client performing the mutation.
errors (
[ValidationError!]
)
Errors encountered during the mutation.
holiday (
Holiday
)
Record after mutation.