INPUT_OBJECT
CreateScheduleAvailabilityMutationInput
The input object that defines the fields for the createScheduleAvailability mutation.
link GraphQL Schema definition
- input CreateScheduleAvailabilityMutationInput {
 - #   A descriptive name.
 - : String!
 - #   The start date for this `ScheduleAvailability`.
 - : Date!
 - #   Whether or not this `ScheduleAvailability` creates or removes availability.
 - : Boolean!
 - #   Whether this repeats forever or not.
 - : Boolean!
 - #   The number of times this repeats.
 - : Int
 - #   The number of weeks between repetitions.
 - : Int!
 - #   The ID of a `Geofence`.
 - : Int64Bit
 - #   IDs of `User`s.
 - : [Int64Bit]
 - #   IDs of `JobType`s.
 - : [Int64Bit]
 - #   A note about this entity.
 - : NoteMutationInput
 - }