Skip to main content

BundleUpdate

Update an existing Bundle resource.

Mutation

mutation BundleUpdate($id: ID!, $input: BundleUpdateInput!) {
BundleUpdate(id: $id, input: $input) {
id
}
}

Input

Return Type

Returns the updated Bundle resource.