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:
[ID!]
)
Identifiers of calendars of the holiday.
String
)
A unique identifier for the client performing the mutation.
ISO8601DateTime
)
End of the holiday.
ID!
)
The node ID of the record to update.
String
)
Name of the holiday.
String
)
The hyperlink to the image file for the record. This may be a 'data URL', allowing the image to be supplied directly without requiring a separate upload first.
String
)
An identifier for the client application submitting the resource or the name of an external system.
String
)
The unique identifier of the resource in an external system.
ISO8601DateTime
)
Start of the holiday.
Return Fields
String
)
A unique identifier for the client performing the mutation.
[ValidationError!]
)
Errors encountered during the mutation.
Holiday
)
Record after mutation.