deployment
Get a single deployment by its ID.
deployment(
organizationId: ID!
id: ID!
): Deployment
Arguments
deployment.organizationId ● ID! non-null scalar {#organization-id}
Your organization ID
deployment.id ● ID! non-null scalar {#id}
The deployment ID
Type
Deployment object
A record of an infrastructure provisioning operation, tracking its progress, action, and outcome.