ENUM
DeploymentsOrderBy
Methods to use when ordering Deployment
.
link GraphQL Schema definition
- enum DeploymentsOrderBy {
- }
link Require by
- CreateDeploymentPayloadThe output of our create `Deployment` mutation.
- DeleteDeploymentPayloadThe output of our delete `Deployment` mutation.
- mnCreateDeploymentPayloadThe output of our many create `Deployment` mutation.
- mnDeleteDeploymentPayloadThe output of our delete mn `Deployment` mutation.
- mnUpdateDeploymentPayloadThe output of our update mn `Deployment` mutation.
- 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`.
- UpdateDeploymentPayloadThe output of our update `Deployment` mutation.