INPUT_OBJECT

UpdateScheduleBlockerMutationInput

The input object that defines the fields for the updateScheduleBlocker mutation.

link GraphQL Schema definition

  • input UpdateScheduleBlockerMutationInput {
  • # A descriptive name.
  • name: String
  • # The start date for this `ScheduleAvailability`.
  • start_date: Date
  • # Whether this repeats forever or not.
  • infinite_repetitions: Boolean
  • # The number of times this repeats.
  • repetitions: Int
  • # The number of weeks between repetitions.
  • weeks_between_repetitions: Int
  • # IDs of `User`s.
  • user_ids: [Int64Bit]
  • # A note about this entity.
  • note: NoteMutationInput
  • }

link Require by