INPUT_OBJECT
EventStatsInput
link GraphQL Schema definition
- input EventStatsInput {
- # Optionally specify time interval of each bucket
- Long! :
- # Namespace from which event groups needs to be returned
- String! :
- # Event stats search window
- QueryTimeRangeFilter! :
- # Specify sort by category
- EventGroupSortBy! :
- # Optionally specify sort order
- QuerySortOrder :
- }