Skip to main content

Get Bundle

Get a single Bundle by ID.

Query

query GetBundle($id: ID!) {
bundle(id: $id) {
id
# Add other fields as needed
}
}

Parameters

  • id: ID of the resource to retrieve

Return Type

Returns a Bundle resource.