Skip to main content

BundleCreate

Create a new Bundle resource.

Mutation

mutation BundleCreate($input: BundleCreateInput!) {
BundleCreate(input: $input) {
id
}
}

Input

Return Type

Returns the created Bundle resource.