OBJECT
AggregateTypeConnection
The connection type for AggregateType.
link GraphQL Schema definition
- type AggregateTypeConnection {
- : [String!]!
- # A list of edges.
- : [AggregateTypeEdge]
- # A list of nodes.
- : [AggregateType]
- # Information to aid in pagination.
- : PageInfo!
- : Int!
- }