bundleDeployments
Get deployments for packages from this bundle with filtering and pagination
bundleDeployments(
organizationId: ID!
id: ID!
filter: BundleDeploymentsFilter
sort: BundleDeploymentsSort
cursor: Cursor
): BundleDeploymentsPage
Arguments
bundleDeployments.organizationId ● ID! non-null scalar
Organization ID
bundleDeployments.id ● ID! non-null scalar
Bundle ID or Name
bundleDeployments.filter ● BundleDeploymentsFilter input
Filter criteria
bundleDeployments.sort ● BundleDeploymentsSort input
Sort criteria
bundleDeployments.cursor ● Cursor input
Pagination cursor with limit and after