INPUT_OBJECT
DeploymentCondition
A condition to be used against Deployment object types. All fields are tested
for equality and combined with a logical ‘and.’
link GraphQL Schema definition
- input DeploymentCondition {
- # Checks for equality with the object’s `id` field.
- : UUID
- # Checks for equality with the object’s `serverId` field.
- : UUID
- # Checks for equality with the object’s `name` field.
- : String
- # Checks for equality with the object’s `image` field.
- : String
- # Checks for equality with the object’s `dockerOptions` field.
- : String
- # Checks for equality with the object’s `status` field.
- : DeploymentStatus
- # Checks for equality with the object’s `createdAt` field.
- : Datetime
- # Checks for equality with the object’s `foodModelId` field.
- : UUID
- # Checks for equality with the object’s `faceModelId` field.
- : UUID
- }
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`.