INPUT_OBJECT

UpdateScheduleTimeOffMutationInput

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

link GraphQL Schema definition

  • input UpdateScheduleTimeOffMutationInput {
  • # A descriptive name.
  • name: String
  • # The date and time that this starts.
  • start_datetime: Datetime
  • # The date and time that this ends.
  • end_datetime: Datetime
  • # IDs of `User`s.
  • user_ids: [Int64Bit]
  • # A note about this entity.
  • note: NoteMutationInput
  • }

link Require by