OBJECT

AnalyzerEdge

Description

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

link GraphQL Schema definition

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