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