Skip to main content
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.