INPUT_OBJECT
ObservationUsageHistogramInput
Specify input details for observation histogram
link GraphQL Schema definition
- input ObservationUsageHistogramInput {
- # Bin interval of histogram
- ObservationUsageBinIntervals! :
- # Filter by observation active before the given endDate.
- Date! :
- # Filter by observations active after the given startDate.
- Date! :
- }