Skip to main content
List Deployments query.

Operation details

FieldValue
NamelistDeployments
GroupDeployments
TypeQuery
SignaturelistDeployments(input: ListDeploymentsInput!): DeploymentsConnection!

Playground

Query

Query
query ListDeployments($input: ListDeploymentsInput!) {
  listDeployments(input: $input) {
    data {
        id
        createdAt
        updatedAt
        environmentId
        releaseId
        userId
      }
  }
}

Variables

Variables
{
  "input": {
    "projectId": ""
  }
}