holidayCreate Mutation

Creates a new holiday.

Input Argument

holidayCreate 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.

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.