OBJECT

WorkloadAnomalyEdge

Description

Wrapper around the WorkloadAnomaly object. This wrapper is used for pagination.

link GraphQL Schema definition

  • type WorkloadAnomalyEdge {
  • # String used to identify this edge.
  • cursor: String!
  • # The actual WorkloadAnomaly object wrapped by this edge.
  • node: WorkloadAnomaly!
  • }