INPUT_OBJECT

ObservationUsageHistogramInput

Specify input details for observation histogram

link GraphQL Schema definition

  • input ObservationUsageHistogramInput {
  • # Bin interval of histogram
  • binInterval: ObservationUsageBinIntervals!
  • # Filter by observation active before the given endDate.
  • endDate: Date!
  • # Filter by observations active after the given startDate.
  • startDate: Date!
  • }