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