INPUT_OBJECT
DeploymentFilter
A filter to be used against Deployment
object types. All fields are combined with a logical ‘and.’
link GraphQL Schema definition
- input DeploymentFilter {
- # Filter by the object’s `id` field.
- UUIDFilter :
- # Filter by the object’s `serverId` field.
- UUIDFilter :
- # Filter by the object’s `name` field.
- StringFilter :
- # Filter by the object’s `image` field.
- StringFilter :
- # Filter by the object’s `dockerOptions` field.
- StringFilter :
- # Filter by the object’s `status` field.
- DeploymentStatusFilter :
- # Filter by the object’s `createdAt` field.
- DatetimeFilter :
- # Filter by the object’s `foodModelId` field.
- UUIDFilter :
- # Filter by the object’s `faceModelId` field.
- UUIDFilter :
- # Checks for all expressions in this list.
- DeploymentFilter!] : [
- # Checks for any expressions in this list.
- DeploymentFilter!] : [
- # Negates the expression.
- DeploymentFilter :
- }
link Require by
- DeploymentFilterA filter to be used against `Deployment` object types. All fields are combined with a logical ‘and.’
- 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`.