INPUT_OBJECT

ObservationTrendInput

Specify input details for observation trend

link GraphQL Schema definition

  • input ObservationTrendInput {
  • # Filter by observation active before the given endTime. Note: Expressed in UTC
  • # ISO-8601 timestamp
  • endTime: DateTime!
  • # Exclude sources
  • excludeSources: [String!]
  • # Filter by observations active after the given startTime. Note: Expressed in UTC
  • # ISO-8601 timestamp
  • startTime: DateTime!
  • }