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.
  • cursor: String!
  • # The actual NfAnomalyResult object wrapped by this edge.
  • node: NfAnomalyResult!
  • }