Skip to main content

Fields

identifier : String! required

The identifier of the work schedule (also known as the 'slug').

isOpen : Boolean! required

Whether the work schedule is currently open.

isPublicHoliday : Boolean! required

Whether today is a public holiday, according to the work schedule.

name : String! required

Name of the work schedule.

openOrClosedReason : WorkScheduleOpenOrClosedReason! required

The reason the Work Schedule is open or closed.

The example data in the variables and responses below are autogenerated values designed to resemble real inputs. They do not represent actual customer data, and in some cases may require additional validation.

Example

{ "identifier": "89377614", "isOpen": true, "isPublicHoliday": true, "name": "create-bit-program-fast-matter", "openOrClosedReason": "CLOSED_DUE_TO_PUBLIC_HOLIDAY" }