OBJECT
ServersConnection
A connection to a list of Server values.
link GraphQL Schema definition
- type ServersConnection {
- # A list of `Server` objects.
- : [Server]!
- # A list of edges which contains the `Server` and cursor to aid in pagination.
- : [ServersEdge!]!
- # Information to aid in pagination.
- : PageInfo!
- # The count of *all* `Server` you could get from the connection.
- : Int!
- }