Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.stigg.io/llms.txt

Use this file to discover all available pages before exploring further.

Publishes a draft plan, making it available for new subscriptions.

Mutation

mutation PublishPlan($input: PackagePublishInput!) {
  publishPlan(input: $input) {
    taskId
  }
}

Parameters

input
PackagePublishInput
required
Input for publishing a plan

Migration Types

TypeDescription
NEW_CUSTOMERSOnly new subscriptions get the new version
ALL_CUSTOMERSExisting subscriptions are migrated

Return Type

Returns a PublishPackageResult with a taskId for tracking the publish operation.