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