INPUT_OBJECT
ExceptionInput
Filters for querying exceptions
link GraphQL Schema definition
- input ExceptionInput {
- # Optionally aggregate exceptions using the specified function and field.
- ExceptionAggregation :
- # Optionally specify group by fields
- String] : [
- # Time interval of each bucket
- Long :
- # Namespace from which exceptions needs to be returned
- String! :
- # Query exceptions by selecting fields via logical operators
- QueryFilter :
- # Start and end time
- QueryTimeRangeFilter! :
- # Optionally specify sort order
- QuerySortOrder :
- }