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