INPUT_OBJECT

TimeRangeInput

link GraphQL Schema definition

  • input TimeRangeInput {
  • # Start time of the range.
  • start: DateTime!
  • # End time of the range.
  • end: DateTime!
  • }

link Require by