Skip to main content

bundles

List bundle releases. Returns all published versions, filterable by repository, type, or search.

bundles(
organizationId: ID!
filter: BundlesFilter
sort: BundlesSort
cursor: Cursor
): BundlesPage

Arguments

bundles.organizationId ● ID! non-null scalar {#organization-id}

Your organization ID

bundles.filter ● BundlesFilter input {#filter}

Filter results

bundles.sort ● BundlesSort input {#sort}

How to sort results. Defaults to name ascending, or relevance when search is active.

bundles.cursor ● Cursor input {#cursor}

Pagination cursor from a previous response

Type

BundlesPage object