INPUT_OBJECT

TimeRangeInput

Description

A range of time.

link GraphQL Schema definition

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

link Require by