OBJECT
ModelModelsByDeploymentFoodModelIdAndFaceModelIdManyToManyConnection
A connection to a list of Model
values, with data from Deployment
.
link GraphQL Schema definition
- type ModelModelsByDeploymentFoodModelIdAndFaceModelIdManyToManyConnection {
- # 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.
- ModelModelsByDeploymentFoodModelIdAndFaceModelIdManyToManyEdge!]! : [
- # Information to aid in pagination.
- PageInfo! :
- # The count of *all* `Model` you could get from the connection.
- Int! :
- }