OBJECT
NfAnomalyResultGroupedDataEdge
Description
Wrapper around the NfAnomalyResultGroupedData object. This wrapper is used for pagination.
link GraphQL Schema definition
- type NfAnomalyResultGroupedDataEdge {
- # String used to identify this edge.
- : String!
- # The actual NfAnomalyResultGroupedData object wrapped by this edge.
- : NfAnomalyResultGroupedData!
- }