INPUT_OBJECT
UpdateScheduleAvailabilityMutationInput
The input object that defines the fields for the updateScheduleAvailability mutation.
link GraphQL Schema definition
- input UpdateScheduleAvailabilityMutationInput {
- # 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 :
- # Setting this value to `true` will set `geofence_id` to null.
- Boolean :
- }