OBJECT
Deployment
link GraphQL Schema definition
- type Deployment implements Node {
- # A globally unique identifier. Can be used in various places throughout the
- # system to identify this single value.
- : ID!
- : UUID!
- : UUID!
- : String!
- : String!
- : String
- : DeploymentStatus!
- : Datetime
- : UUID
- : UUID
- # Reads a single `Server` that is related to this `Deployment`.
- : Server
- # Reads a single `Model` that is related to this `Deployment`.
- : Model
- # Reads a single `Model` that is related to this `Deployment`.
- : Model
- }
link Require by
- CreateDeploymentPayloadThe output of our create `Deployment` mutation.
- DeleteDeploymentPayloadThe output of our delete `Deployment` mutation.
- DeploymentsConnectionA connection to a list of `Deployment` values.
- DeploymentsEdgeA `Deployment` edge in the connection.
- mnCreateDeploymentPayloadThe output of our many create `Deployment` mutation.
- mnDeleteDeploymentPayloadThe output of our delete mn `Deployment` mutation.
- mnUpdateDeploymentPayloadThe output of our update mn `Deployment` mutation.
- QueryThe root query type which gives access points into the data universe.
- UpdateDeploymentPayloadThe output of our update `Deployment` mutation.