bundle
Get a specific bundle
bundle(
organizationId: ID!
id: ID!
version: VersionConstraint
): Bundle
Arguments
bundle.organizationId ● ID! non-null scalar
Organization ID
bundle.id ● ID! non-null scalar
Bundle UUID or Name
bundle.version ● VersionConstraint scalar
Specifies which bundle release to return. Can be an exact version (e.g., '1.2.3'),
a tilde constraint for semantic versioning ranges (e.g., '~1.2' for 1.2.x, '~1' for 1.x.x),
or 'latest' for the newest stable release. +dev can be appended to include development releases.
Type
Bundle object
A specific version of a bundle