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