Class GrantPromotionalEntitlementsMutation

    • Field Detail

      • OPERATION_DOCUMENT

        public static final java.lang.String OPERATION_DOCUMENT
        The minimized GraphQL document being sent to the server to save a few bytes. The un-minimized version is: mutation GrantPromotionalEntitlements($input: GrantPromotionalEntitlementsInput!) { grantPromotionalEntitlements(input: $input) { __typename ...PromotionalEntitlementFragment } } fragment PromotionalEntitlementFragment on PromotionalEntitlement { status usageLimit featureId hasUnlimitedUsage hasSoftLimit resetPeriod endDate isVisible feature { featureType meterType featureUnits featureUnitsPlural displayName description refId additionalMetaData } }
        See Also:
        Constant Field Values