Skip to main content
Get Deployment query.

Operation details

FieldValue
NamegetDeployment
GroupDeployments
TypeQuery
SignaturegetDeployment(input: GetDeploymentInput!): Deployment

Playground

Query

Query
query GetDeployment($input: GetDeploymentInput!) {
  getDeployment(input: $input) {
    id
    createdAt
    updatedAt
    environmentId
    releaseId
    userId
  }
}

Variables

Variables
{
  "input": {
    "id": ""
  }
}