INPUT_OBJECT

CreateAlertingRotationDayMutationInput

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

link GraphQL Schema definition

  • input CreateAlertingRotationDayMutationInput {
  • # The alerting rotation ID.
  • alerting_rotation_id: Int64Bit!
  • # A day.
  • day: Day!
  • # The start time for the day.
  • start_time: Time!
  • # The end time for the day.
  • end_time: Time!
  • # A note about this entity.
  • note: NoteMutationInput
  • }

link Require by