Deploy
A legacy deployment record for an application environment.
type Deploy {
branch: String
commits(
first: Int
): GitCommitList
deployed_at: String
deployer_api_user_id: Int
id: Int
repo: String
}
Fields
Deploy.branch ● String scalar common
The branch that was deployed.
Deploy.commits ● GitCommitList object common
The commits included in the deployment.
Deploy.commits.first ● Int scalar common
The maximum number of commits to return.
Deploy.deployed_at ● String scalar common
When the deployment finished.
Deploy.deployer_api_user_id ● Int scalar common
The API user ID that initiated the deployment.
Deploy.id ● Int scalar common
The unique identifier for the deployment.
Deploy.repo ● String scalar common
The repository deployed.
Member Of
DeployList object