Skip to main content

deployments

List all deployments you have access to. Returns a paginated list, newest first.

deployments(
organizationId: ID!
filter: DeploymentsFilter
sort: DeploymentsSort
cursor: Cursor
): DeploymentsPage

Arguments

deployments.organizationId ● ID! non-null scalar

Your organization ID

deployments.filter ● DeploymentsFilter input

Filter results

deployments.sort ● DeploymentsSort input

How to sort results

deployments.cursor ● Cursor input

Pagination cursor from a previous response

Type

DeploymentsPage object