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