INPUT_OBJECT

DateTimeRange

link GraphQL Schema definition

  • input DateTimeRange {
  • # The start timestamp (inclusive).
  • from: DateTime!
  • # The end timestamp (inclusive).
  • to: DateTime!
  • }