bundle
Returns the Bundle which matches the input bundleId for the authenticated user making this request.
An example of the request is as follows:
query {
bundle(id: "c9241ddb-de3c-4f12-aeda-67f3b8c11971") {
id
name
description
ownerAccountId
publisher {
id
name
}
sharingMode
createdBy
createdDate
modifiedBy
modifiedDate
artifacts
sharingTargets
}
}
bundle(
id: ID!
): Bundle!
Arguments
bundle.id ● ID! non-null scalar miscellaneous
Type
Bundle object bundles
Was this topic helpful?