OBJECT
Wrapper around the Analyzer object. This wrapper is used for pagination.
type AnalyzerEdge {# String used to identify this edge.cursor: String! # The actual Analyzer object wrapped by this edge.node: Analyzer! }