BundleUpdate
Update an existing Bundle resource.
Mutation
mutation BundleUpdate($id: ID!, $input: BundleUpdateInput!) {
BundleUpdate(id: $id, input: $input) {
id
}
}
Input
id: ID of the resource to updateinput: See BundleUpdateInput for input fields.
Return Type
Returns the updated Bundle resource.