INPUT_OBJECT
CreateScheduleBlockerMutationInput
The input object that defines the fields for the createScheduleBlocker mutation.
link GraphQL Schema definition
- input CreateScheduleBlockerMutationInput {
- # 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
- }