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.

Grants promotional entitlements to a customer, providing feature access outside their subscription.

Mutation

mutation GrantPromotionalEntitlements($input: GrantPromotionalEntitlementsInput!) {
  grantPromotionalEntitlements(input: $input) {
    id
    status
    feature {
      refId
      displayName
    }
    hasUnlimitedUsage
    usageLimit
    endDate
  }
}

Parameters

input
GrantPromotionalEntitlementsInput
required
Input for granting promotional entitlements

Return Type

Returns an array of PromotionalEntitlement objects.

Common Use Cases

Grant extra feature access during extended trials.
Offer temporary access to premium features.
Grant feature access while resolving issues.