BundleDeletionLifecycle
Lifecycle information for bundle deletion
type BundleDeletionLifecycle {
result: Boolean!
messages: [BundleDeletionLifecycleError]
}
Fields
BundleDeletionLifecycle.result ● Boolean! non-null scalar
Whether deletion is possible
BundleDeletionLifecycle.messages ● [BundleDeletionLifecycleError] list object
List of deletion errors if any
Member Of
Bundle object