OBJECT
DeploymentsConnection
A connection to a list of Deployment
values.
link GraphQL Schema definition
- type DeploymentsConnection {
- # A list of `Deployment` objects.
- Deployment]! : [
- # A list of edges which contains the `Deployment` and cursor to aid in pagination.
- DeploymentsEdge!]! : [
- # Information to aid in pagination.
- PageInfo! :
- # The count of *all* `Deployment` you could get from the connection.
- Int! :
- }
link Require by
- Modelnull
- ModelModelsByDeploymentFaceModelIdAndFoodModelIdManyToManyEdgeA `Model` edge in the connection, with data from `Deployment`.
- ModelModelsByDeploymentFoodModelIdAndFaceModelIdManyToManyEdgeA `Model` edge in the connection, with data from `Deployment`.
- ModelServersByDeploymentFaceModelIdAndServerIdManyToManyEdgeA `Server` edge in the connection, with data from `Deployment`.
- ModelServersByDeploymentFoodModelIdAndServerIdManyToManyEdgeA `Server` edge in the connection, with data from `Deployment`.
- QueryThe root query type which gives access points into the data universe.
- Servernull
- ServerModelsByDeploymentServerIdAndFaceModelIdManyToManyEdgeA `Model` edge in the connection, with data from `Deployment`.
- ServerModelsByDeploymentServerIdAndFoodModelIdManyToManyEdgeA `Model` edge in the connection, with data from `Deployment`.