INPUT_OBJECT

CreateScheduleTimeOffMutationInput

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

link GraphQL Schema definition

  • input CreateScheduleTimeOffMutationInput {
  • # 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