Constant Field Values

Contents

io.stigg.*

  • io.stigg.api.operations.ApplySubscriptionMutation 
    Modifier and Type Constant Field Value
    public static final java.lang.String OPERATION_DOCUMENT "mutation ApplySubscription($input: ApplySubscriptionInput!) { applySubscription(input: $input) { __typename ...ApplySubscriptionFragment } } fragment SubscriptionInvoiceFragment on SubscriptionInvoice { billingId status createdAt updatedAt requiresAction paymentUrl paymentSecret errorMessage } fragment CustomerResourceFragment on CustomerResource { resourceId } fragment PriceTierFragment on PriceTier { upTo unitPrice { amount currency } flatPrice { amount currency } } fragment PriceFragment on Price { billingModel billingPeriod billingId minUnitQuantity maxUnitQuantity billingCountryCode price { amount currency } tiersMode tiers { __typename ...PriceTierFragment } feature { refId featureUnits featureUnitsPlural displayName description } } fragment TotalPriceFragment on CustomerSubscriptionTotalPrice { subTotal { amount currency } total { amount currency } } fragment ProductFragment on Product { refId displayName description additionalMetaData productSettings { downgradePlan { refId displayName } } } fragment PackageEntitlementFragment on PackageEntitlement { usageLimit hasUnlimitedUsage hasSoftLimit featureId resetPeriod hiddenFromWidgets isCustom displayNameOverride feature { featureType meterType featureUnits featureUnitsPlural displayName description refId additionalMetaData } } fragment OveragePriceFragment on Price { billingModel billingPeriod billingId billingCountryCode price { amount currency } tiersMode tiers { __typename ...PriceTierFragment } feature { refId featureUnits featureUnitsPlural displayName description } } fragment AddonFragment on Addon { id refId billingId displayName description additionalMetaData entitlements { __typename ...PackageEntitlementFragment } prices { __typename ...PriceFragment } overagePrices { __typename ...OveragePriceFragment } pricingType } fragment PlanFragment on Plan { id refId displayName description billingId versionNumber additionalMetaData hiddenFromWidgets product { __typename ...ProductFragment } basePlan { refId displayName } entitlements { __typename ...PackageEntitlementFragment } inheritedEntitlements { __typename ...PackageEntitlementFragment } compatibleAddons { __typename ...AddonFragment } prices { __typename ...PriceFragment } overagePrices { __typename ...OveragePriceFragment } pricingType defaultTrialConfig { duration units } } fragment SubscriptionScheduledUpdateData on SubscriptionScheduledUpdate { subscriptionScheduleType scheduleStatus scheduledExecutionTime targetPackage { id refId displayName } scheduleVariables { __typename ... on DowngradeChangeVariables { addonRefIds billingPeriod downgradePlanRefId } ... on BillingPeriodChangeVariables { billingPeriod } ... on UnitAmountChangeVariables { newUnitAmount featureId } ... on AddonChangeVariables { addonRefId newQuantity } } } fragment SubscriptionFutureUpdateData on SubscriptionFutureUpdate { subscriptionScheduleType scheduleStatus scheduledExecutionTime targetPackage { id refId displayName } scheduleVariables { __typename ... on DowngradeChangeVariables { addonRefIds billingPeriod downgradePlanRefId } ... on BillingPeriodChangeVariables { billingPeriod } ... on UnitAmountChangeVariables { newUnitAmount featureId } ... on AddonChangeVariables { addonRefId newQuantity } } } fragment SubscriptionFragment on CustomerSubscription { id subscriptionId startDate endDate trialEndDate cancellationDate effectiveEndDate status refId currentBillingPeriodEnd additionalMetaData billingId billingLinkUrl latestInvoice { __typename ...SubscriptionInvoiceFragment } paymentCollection billingSyncError resource { __typename ...CustomerResourceFragment } experimentInfo { name groupType groupName id } prices { usageLimit price { __typename ...PriceFragment } } totalPrice { __typename ...TotalPriceFragment } pricingType plan { __typename ...PlanFragment } addons { id quantity addon { __typename ...AddonFragment } } scheduledUpdates { __typename ...SubscriptionScheduledUpdateData } futureUpdates { __typename ...SubscriptionFutureUpdateData } } fragment ResetPeriodConfigurationFragment on ResetPeriodConfiguration { __typename ... on MonthlyResetPeriodConfig { monthlyAccordingTo } ... on WeeklyResetPeriodConfig { weeklyAccordingTo } } fragment FeatureFragment on EntitlementFeature { __typename featureType meterType featureUnits featureUnitsPlural description displayName refId } fragment EntitlementFragment on Entitlement { __typename isGranted accessDeniedReason customerId resourceId usageLimit hasUnlimitedUsage hasSoftLimit currentUsage requestedUsage entitlementUpdatedAt usageUpdatedAt nextResetDate resetPeriod resetPeriodConfiguration { __typename ...ResetPeriodConfigurationFragment } feature { __typename ...FeatureFragment } } fragment ApplySubscriptionFragment on ApplySubscription { subscription { __typename ...SubscriptionFragment } entitlements { __typename ...EntitlementFragment } }"
    public static final java.lang.String OPERATION_ID "ad7428917fdf54990693dc841bf506b3ce662f401f683743c5a3bb1edd1a4ffa"
    public static final java.lang.String OPERATION_NAME "ApplySubscription"
  • io.stigg.api.operations.ArchiveCustomerMutation 
    Modifier and Type Constant Field Value
    public static final java.lang.String OPERATION_DOCUMENT "mutation ArchiveCustomer($input: ArchiveCustomerInput!) { archiveCustomer(input: $input) { customerId } }"
    public static final java.lang.String OPERATION_ID "d0b632cc026e7a5656692e35a209666da2a9ec5e177e06c167eac5ca3fdc74b7"
    public static final java.lang.String OPERATION_NAME "ArchiveCustomer"
  • io.stigg.api.operations.CancelSubscriptionMutation 
    Modifier and Type Constant Field Value
    public static final java.lang.String OPERATION_DOCUMENT "mutation CancelSubscription($input: SubscriptionCancellationInput!) { cancelSubscription(input: $input) { __typename ...SlimSubscriptionFragment } } fragment SubscriptionInvoiceFragment on SubscriptionInvoice { billingId status createdAt updatedAt requiresAction paymentUrl paymentSecret errorMessage } fragment CustomerResourceFragment on CustomerResource { resourceId } fragment PriceTierFragment on PriceTier { upTo unitPrice { amount currency } flatPrice { amount currency } } fragment PriceFragment on Price { billingModel billingPeriod billingId minUnitQuantity maxUnitQuantity billingCountryCode price { amount currency } tiersMode tiers { __typename ...PriceTierFragment } feature { refId featureUnits featureUnitsPlural displayName description } } fragment TotalPriceFragment on CustomerSubscriptionTotalPrice { subTotal { amount currency } total { amount currency } } fragment SlimSubscriptionFragment on CustomerSubscription { id refId status additionalMetaData billingId billingLinkUrl effectiveEndDate currentBillingPeriodEnd pricingType latestInvoice { __typename ...SubscriptionInvoiceFragment } paymentCollection billingSyncError resource { __typename ...CustomerResourceFragment } experimentInfo { name id groupName groupType } prices { usageLimit price { __typename ...PriceFragment } } totalPrice { __typename ...TotalPriceFragment } plan { id refId } addons { quantity addon { id refId } } customer { id refId } }"
    public static final java.lang.String OPERATION_ID "fb33dd3202f0c8bbeb297461133afd8e7c294a53a7a0d41147ca06f6e06a7a4c"
    public static final java.lang.String OPERATION_NAME "CancelSubscription"
  • io.stigg.api.operations.CancelSubscriptionUpdatesMutation 
    Modifier and Type Constant Field Value
    public static final java.lang.String OPERATION_DOCUMENT "mutation CancelSubscriptionUpdates($input: SubscriptionUpdateScheduleCancellationInput!) { cancelSchedule(input: $input) }"
    public static final java.lang.String OPERATION_ID "282ad7d14e4b39c14bc696da9d087f024267c660043f272631aa59f7c784ebd1"
    public static final java.lang.String OPERATION_NAME "CancelSubscriptionUpdates"
  • io.stigg.api.operations.CreateSubscriptionMutation 
    Modifier and Type Constant Field Value
    public static final java.lang.String OPERATION_DOCUMENT "mutation CreateSubscription($input: SubscriptionInput!) { createSubscription(subscription: $input) { __typename ...SlimSubscriptionFragment } } fragment SubscriptionInvoiceFragment on SubscriptionInvoice { billingId status createdAt updatedAt requiresAction paymentUrl paymentSecret errorMessage } fragment CustomerResourceFragment on CustomerResource { resourceId } fragment PriceTierFragment on PriceTier { upTo unitPrice { amount currency } flatPrice { amount currency } } fragment PriceFragment on Price { billingModel billingPeriod billingId minUnitQuantity maxUnitQuantity billingCountryCode price { amount currency } tiersMode tiers { __typename ...PriceTierFragment } feature { refId featureUnits featureUnitsPlural displayName description } } fragment TotalPriceFragment on CustomerSubscriptionTotalPrice { subTotal { amount currency } total { amount currency } } fragment SlimSubscriptionFragment on CustomerSubscription { id refId status additionalMetaData billingId billingLinkUrl effectiveEndDate currentBillingPeriodEnd pricingType latestInvoice { __typename ...SubscriptionInvoiceFragment } paymentCollection billingSyncError resource { __typename ...CustomerResourceFragment } experimentInfo { name id groupName groupType } prices { usageLimit price { __typename ...PriceFragment } } totalPrice { __typename ...TotalPriceFragment } plan { id refId } addons { quantity addon { id refId } } customer { id refId } }"
    public static final java.lang.String OPERATION_ID "826da78b750a84d6ee245a816997f67a958d473463efda859183d89d7b68e24e"
    public static final java.lang.String OPERATION_NAME "CreateSubscription"
  • io.stigg.api.operations.DetachCustomerPaymentMethodMutation 
    Modifier and Type Constant Field Value
    public static final java.lang.String OPERATION_DOCUMENT "mutation DetachCustomerPaymentMethod($input: DetachCustomerPaymentMethodInput!) { detachCustomerPaymentMethod(input: $input) { __typename ...SlimCustomerFragment } } fragment SlimCustomerFragment on Customer { id name email createdAt updatedAt refId customerId billingId additionalMetaData awsMarketplaceCustomerId }"
    public static final java.lang.String OPERATION_ID "15d8b593f55bfb77f130be635c94144eb3d8df8fedd7436a974e100f12aec076"
    public static final java.lang.String OPERATION_NAME "DetachCustomerPaymentMethod"
  • io.stigg.api.operations.EstimateSubscriptionMutation 
    Modifier and Type Constant Field Value
    public static final java.lang.String OPERATION_DOCUMENT "mutation EstimateSubscription($input: EstimateSubscriptionInput!) { estimateSubscription(input: $input) { __typename ...SubscriptionPreviewFragment } } fragment SubscriptionPreviewFragment on SubscriptionPreview { subTotal { amount currency } totalExcludingTax { amount currency } total { amount currency } discountAmount { amount currency } taxDetails { displayName percentage inclusive } tax { amount currency } billingPeriodRange { start end } discount { type value durationType durationInMonths } subscription { subTotal { amount currency } totalExcludingTax { amount currency } total { amount currency } tax { amount currency } discountAmount { amount currency } taxDetails { displayName percentage inclusive } discount { type value durationType durationInMonths } } proration { prorationDate credit { amount currency } debit { amount currency } netAmount { amount currency } } isPlanDowngrade hasScheduledUpdates credits { initial { amount currency } used { amount currency } remaining { amount currency } } }"
    public static final java.lang.String OPERATION_ID "e486f8f0bea09356c5e424c9a1791033b5864a871868a6140dbba2e710224d65"
    public static final java.lang.String OPERATION_NAME "EstimateSubscription"
  • io.stigg.api.operations.EstimateSubscriptionUpdateMutation 
    Modifier and Type Constant Field Value
    public static final java.lang.String OPERATION_DOCUMENT "mutation EstimateSubscriptionUpdate($input: EstimateSubscriptionUpdateInput!) { estimateSubscriptionUpdate(input: $input) { __typename ...SubscriptionPreviewFragment } } fragment SubscriptionPreviewFragment on SubscriptionPreview { subTotal { amount currency } totalExcludingTax { amount currency } total { amount currency } discountAmount { amount currency } taxDetails { displayName percentage inclusive } tax { amount currency } billingPeriodRange { start end } discount { type value durationType durationInMonths } subscription { subTotal { amount currency } totalExcludingTax { amount currency } total { amount currency } tax { amount currency } discountAmount { amount currency } taxDetails { displayName percentage inclusive } discount { type value durationType durationInMonths } } proration { prorationDate credit { amount currency } debit { amount currency } netAmount { amount currency } } isPlanDowngrade hasScheduledUpdates credits { initial { amount currency } used { amount currency } remaining { amount currency } } }"
    public static final java.lang.String OPERATION_ID "550a9d58e415cf5b3ce81370f8edbfb6a03558dadfc7ff77bbb8b79d9d9841fb"
    public static final java.lang.String OPERATION_NAME "EstimateSubscriptionUpdate"
  • io.stigg.api.operations.GetActiveSubscriptionsQuery 
    Modifier and Type Constant Field Value
    public static final java.lang.String OPERATION_DOCUMENT "query GetActiveSubscriptions($input: GetActiveSubscriptionsInput!) { getActiveSubscriptions(input: $input) { __typename ...SubscriptionFragment } } fragment SubscriptionInvoiceFragment on SubscriptionInvoice { billingId status createdAt updatedAt requiresAction paymentUrl paymentSecret errorMessage } fragment CustomerResourceFragment on CustomerResource { resourceId } fragment PriceTierFragment on PriceTier { upTo unitPrice { amount currency } flatPrice { amount currency } } fragment PriceFragment on Price { billingModel billingPeriod billingId minUnitQuantity maxUnitQuantity billingCountryCode price { amount currency } tiersMode tiers { __typename ...PriceTierFragment } feature { refId featureUnits featureUnitsPlural displayName description } } fragment TotalPriceFragment on CustomerSubscriptionTotalPrice { subTotal { amount currency } total { amount currency } } fragment ProductFragment on Product { refId displayName description additionalMetaData productSettings { downgradePlan { refId displayName } } } fragment PackageEntitlementFragment on PackageEntitlement { usageLimit hasUnlimitedUsage hasSoftLimit featureId resetPeriod hiddenFromWidgets isCustom displayNameOverride feature { featureType meterType featureUnits featureUnitsPlural displayName description refId additionalMetaData } } fragment OveragePriceFragment on Price { billingModel billingPeriod billingId billingCountryCode price { amount currency } tiersMode tiers { __typename ...PriceTierFragment } feature { refId featureUnits featureUnitsPlural displayName description } } fragment AddonFragment on Addon { id refId billingId displayName description additionalMetaData entitlements { __typename ...PackageEntitlementFragment } prices { __typename ...PriceFragment } overagePrices { __typename ...OveragePriceFragment } pricingType } fragment PlanFragment on Plan { id refId displayName description billingId versionNumber additionalMetaData hiddenFromWidgets product { __typename ...ProductFragment } basePlan { refId displayName } entitlements { __typename ...PackageEntitlementFragment } inheritedEntitlements { __typename ...PackageEntitlementFragment } compatibleAddons { __typename ...AddonFragment } prices { __typename ...PriceFragment } overagePrices { __typename ...OveragePriceFragment } pricingType defaultTrialConfig { duration units } } fragment SubscriptionScheduledUpdateData on SubscriptionScheduledUpdate { subscriptionScheduleType scheduleStatus scheduledExecutionTime targetPackage { id refId displayName } scheduleVariables { __typename ... on DowngradeChangeVariables { addonRefIds billingPeriod downgradePlanRefId } ... on BillingPeriodChangeVariables { billingPeriod } ... on UnitAmountChangeVariables { newUnitAmount featureId } ... on AddonChangeVariables { addonRefId newQuantity } } } fragment SubscriptionFutureUpdateData on SubscriptionFutureUpdate { subscriptionScheduleType scheduleStatus scheduledExecutionTime targetPackage { id refId displayName } scheduleVariables { __typename ... on DowngradeChangeVariables { addonRefIds billingPeriod downgradePlanRefId } ... on BillingPeriodChangeVariables { billingPeriod } ... on UnitAmountChangeVariables { newUnitAmount featureId } ... on AddonChangeVariables { addonRefId newQuantity } } } fragment SubscriptionFragment on CustomerSubscription { id subscriptionId startDate endDate trialEndDate cancellationDate effectiveEndDate status refId currentBillingPeriodEnd additionalMetaData billingId billingLinkUrl latestInvoice { __typename ...SubscriptionInvoiceFragment } paymentCollection billingSyncError resource { __typename ...CustomerResourceFragment } experimentInfo { name groupType groupName id } prices { usageLimit price { __typename ...PriceFragment } } totalPrice { __typename ...TotalPriceFragment } pricingType plan { __typename ...PlanFragment } addons { id quantity addon { __typename ...AddonFragment } } scheduledUpdates { __typename ...SubscriptionScheduledUpdateData } futureUpdates { __typename ...SubscriptionFutureUpdateData } }"
    public static final java.lang.String OPERATION_ID "b34a136e43d4e81e905c5b6aed8f7d3d1ab82b825a5327f992e7655fbcdf9007"
    public static final java.lang.String OPERATION_NAME "GetActiveSubscriptions"
  • io.stigg.api.operations.GetCheckoutStateQuery 
    Modifier and Type Constant Field Value
    public static final java.lang.String OPERATION_DOCUMENT "query GetCheckoutState($input: CheckoutStateInput!) { checkoutState(input: $input) { __typename ...CheckoutStateFragment } } fragment FontVariantFragment on FontVariant { fontSize fontWeight } fragment TypographyConfigurationFragment on TypographyConfiguration { fontFamily h1 { __typename ...FontVariantFragment } h2 { __typename ...FontVariantFragment } h3 { __typename ...FontVariantFragment } body { __typename ...FontVariantFragment } } fragment CheckoutConfigurationFragment on CheckoutConfiguration { palette { primary textColor backgroundColor borderColor summaryBackgroundColor __typename } typography { __typename ...TypographyConfigurationFragment } customCss content { collectPhoneNumber } __typename } fragment SlimCustomerFragment on Customer { id name email createdAt updatedAt refId customerId billingId additionalMetaData awsMarketplaceCustomerId } fragment CouponFragment on Coupon { id discountValue type additionalMetaData refId name description createdAt updatedAt billingId billingLinkUrl status syncStates { vendorIdentifier status } customers { id } } fragment PromotionalEntitlementFragment on PromotionalEntitlement { status usageLimit featureId hasUnlimitedUsage hasSoftLimit resetPeriod endDate isVisible feature { featureType meterType featureUnits featureUnitsPlural displayName description refId additionalMetaData } } fragment CustomerFragment on Customer { __typename ...SlimCustomerFragment hasPaymentMethod hasActiveSubscription defaultPaymentExpirationMonth defaultPaymentExpirationYear defaultPaymentMethodLast4Digits trialedPlans { productId productRefId planRefId planId } experimentInfo { groupType groupName id name } coupon { __typename ...CouponFragment } eligibleForTrial { productId productRefId eligible } promotionalEntitlements { __typename ...PromotionalEntitlementFragment } } fragment SubscriptionInvoiceFragment on SubscriptionInvoice { billingId status createdAt updatedAt requiresAction paymentUrl paymentSecret errorMessage } fragment CustomerResourceFragment on CustomerResource { resourceId } fragment PriceTierFragment on PriceTier { upTo unitPrice { amount currency } flatPrice { amount currency } } fragment PriceFragment on Price { billingModel billingPeriod billingId minUnitQuantity maxUnitQuantity billingCountryCode price { amount currency } tiersMode tiers { __typename ...PriceTierFragment } feature { refId featureUnits featureUnitsPlural displayName description } } fragment TotalPriceFragment on CustomerSubscriptionTotalPrice { subTotal { amount currency } total { amount currency } } fragment ProductFragment on Product { refId displayName description additionalMetaData productSettings { downgradePlan { refId displayName } } } fragment PackageEntitlementFragment on PackageEntitlement { usageLimit hasUnlimitedUsage hasSoftLimit featureId resetPeriod hiddenFromWidgets isCustom displayNameOverride feature { featureType meterType featureUnits featureUnitsPlural displayName description refId additionalMetaData } } fragment OveragePriceFragment on Price { billingModel billingPeriod billingId billingCountryCode price { amount currency } tiersMode tiers { __typename ...PriceTierFragment } feature { refId featureUnits featureUnitsPlural displayName description } } fragment AddonFragment on Addon { id refId billingId displayName description additionalMetaData entitlements { __typename ...PackageEntitlementFragment } prices { __typename ...PriceFragment } overagePrices { __typename ...OveragePriceFragment } pricingType } fragment PlanFragment on Plan { id refId displayName description billingId versionNumber additionalMetaData hiddenFromWidgets product { __typename ...ProductFragment } basePlan { refId displayName } entitlements { __typename ...PackageEntitlementFragment } inheritedEntitlements { __typename ...PackageEntitlementFragment } compatibleAddons { __typename ...AddonFragment } prices { __typename ...PriceFragment } overagePrices { __typename ...OveragePriceFragment } pricingType defaultTrialConfig { duration units } } fragment SubscriptionScheduledUpdateData on SubscriptionScheduledUpdate { subscriptionScheduleType scheduleStatus scheduledExecutionTime targetPackage { id refId displayName } scheduleVariables { __typename ... on DowngradeChangeVariables { addonRefIds billingPeriod downgradePlanRefId } ... on BillingPeriodChangeVariables { billingPeriod } ... on UnitAmountChangeVariables { newUnitAmount featureId } ... on AddonChangeVariables { addonRefId newQuantity } } } fragment SubscriptionFutureUpdateData on SubscriptionFutureUpdate { subscriptionScheduleType scheduleStatus scheduledExecutionTime targetPackage { id refId displayName } scheduleVariables { __typename ... on DowngradeChangeVariables { addonRefIds billingPeriod downgradePlanRefId } ... on BillingPeriodChangeVariables { billingPeriod } ... on UnitAmountChangeVariables { newUnitAmount featureId } ... on AddonChangeVariables { addonRefId newQuantity } } } fragment SubscriptionFragment on CustomerSubscription { id subscriptionId startDate endDate trialEndDate cancellationDate effectiveEndDate status refId currentBillingPeriodEnd additionalMetaData billingId billingLinkUrl latestInvoice { __typename ...SubscriptionInvoiceFragment } paymentCollection billingSyncError resource { __typename ...CustomerResourceFragment } experimentInfo { name groupType groupName id } prices { usageLimit price { __typename ...PriceFragment } } totalPrice { __typename ...TotalPriceFragment } pricingType plan { __typename ...PlanFragment } addons { id quantity addon { __typename ...AddonFragment } } scheduledUpdates { __typename ...SubscriptionScheduledUpdateData } futureUpdates { __typename ...SubscriptionFutureUpdateData } } fragment CheckoutStateFragment on CheckoutState { configuration { __typename ...CheckoutConfigurationFragment } setupSecret customer { __typename ...CustomerFragment } activeSubscription { __typename ...SubscriptionFragment } resource { __typename ...CustomerResourceFragment } plan { __typename ...PlanFragment } billingIntegration { billingIdentifier credentials { accountId publicKey } } }"
    public static final java.lang.String OPERATION_ID "f7e2763102d13351ce030801d366489bbf2b3ee4c952449738b3f3c2f5296334"
    public static final java.lang.String OPERATION_NAME "GetCheckoutState"
  • io.stigg.api.operations.GetCouponsQuery 
    Modifier and Type Constant Field Value
    public static final java.lang.String OPERATION_DOCUMENT "query GetCoupons { coupons(filter: { status: { eq: ACTIVE } } , paging: { first: 50 } ) { edges { node { __typename ...CouponFragment } } } } fragment CouponFragment on Coupon { id discountValue type additionalMetaData refId name description createdAt updatedAt billingId billingLinkUrl status syncStates { vendorIdentifier status } customers { id } }"
    public static final java.lang.String OPERATION_ID "b945fd6e6a5526c00ea262030271c2476e7c45ca75555261a0af5d0bdd8440c5"
    public static final java.lang.String OPERATION_NAME "GetCoupons"
  • io.stigg.api.operations.GetCustomerByIdQuery 
    Modifier and Type Constant Field Value
    public static final java.lang.String OPERATION_DOCUMENT "query GetCustomerById($input: GetCustomerByRefIdInput!) { getCustomerByRefId(input: $input) { __typename ...CustomerWithSubscriptionsFragment } } fragment SlimCustomerFragment on Customer { id name email createdAt updatedAt refId customerId billingId additionalMetaData awsMarketplaceCustomerId } fragment CouponFragment on Coupon { id discountValue type additionalMetaData refId name description createdAt updatedAt billingId billingLinkUrl status syncStates { vendorIdentifier status } customers { id } } fragment PromotionalEntitlementFragment on PromotionalEntitlement { status usageLimit featureId hasUnlimitedUsage hasSoftLimit resetPeriod endDate isVisible feature { featureType meterType featureUnits featureUnitsPlural displayName description refId additionalMetaData } } fragment CustomerFragment on Customer { __typename ...SlimCustomerFragment hasPaymentMethod hasActiveSubscription defaultPaymentExpirationMonth defaultPaymentExpirationYear defaultPaymentMethodLast4Digits trialedPlans { productId productRefId planRefId planId } experimentInfo { groupType groupName id name } coupon { __typename ...CouponFragment } eligibleForTrial { productId productRefId eligible } promotionalEntitlements { __typename ...PromotionalEntitlementFragment } } fragment SubscriptionInvoiceFragment on SubscriptionInvoice { billingId status createdAt updatedAt requiresAction paymentUrl paymentSecret errorMessage } fragment CustomerResourceFragment on CustomerResource { resourceId } fragment PriceTierFragment on PriceTier { upTo unitPrice { amount currency } flatPrice { amount currency } } fragment PriceFragment on Price { billingModel billingPeriod billingId minUnitQuantity maxUnitQuantity billingCountryCode price { amount currency } tiersMode tiers { __typename ...PriceTierFragment } feature { refId featureUnits featureUnitsPlural displayName description } } fragment TotalPriceFragment on CustomerSubscriptionTotalPrice { subTotal { amount currency } total { amount currency } } fragment ProductFragment on Product { refId displayName description additionalMetaData productSettings { downgradePlan { refId displayName } } } fragment PackageEntitlementFragment on PackageEntitlement { usageLimit hasUnlimitedUsage hasSoftLimit featureId resetPeriod hiddenFromWidgets isCustom displayNameOverride feature { featureType meterType featureUnits featureUnitsPlural displayName description refId additionalMetaData } } fragment OveragePriceFragment on Price { billingModel billingPeriod billingId billingCountryCode price { amount currency } tiersMode tiers { __typename ...PriceTierFragment } feature { refId featureUnits featureUnitsPlural displayName description } } fragment AddonFragment on Addon { id refId billingId displayName description additionalMetaData entitlements { __typename ...PackageEntitlementFragment } prices { __typename ...PriceFragment } overagePrices { __typename ...OveragePriceFragment } pricingType } fragment PlanFragment on Plan { id refId displayName description billingId versionNumber additionalMetaData hiddenFromWidgets product { __typename ...ProductFragment } basePlan { refId displayName } entitlements { __typename ...PackageEntitlementFragment } inheritedEntitlements { __typename ...PackageEntitlementFragment } compatibleAddons { __typename ...AddonFragment } prices { __typename ...PriceFragment } overagePrices { __typename ...OveragePriceFragment } pricingType defaultTrialConfig { duration units } } fragment SubscriptionScheduledUpdateData on SubscriptionScheduledUpdate { subscriptionScheduleType scheduleStatus scheduledExecutionTime targetPackage { id refId displayName } scheduleVariables { __typename ... on DowngradeChangeVariables { addonRefIds billingPeriod downgradePlanRefId } ... on BillingPeriodChangeVariables { billingPeriod } ... on UnitAmountChangeVariables { newUnitAmount featureId } ... on AddonChangeVariables { addonRefId newQuantity } } } fragment SubscriptionFutureUpdateData on SubscriptionFutureUpdate { subscriptionScheduleType scheduleStatus scheduledExecutionTime targetPackage { id refId displayName } scheduleVariables { __typename ... on DowngradeChangeVariables { addonRefIds billingPeriod downgradePlanRefId } ... on BillingPeriodChangeVariables { billingPeriod } ... on UnitAmountChangeVariables { newUnitAmount featureId } ... on AddonChangeVariables { addonRefId newQuantity } } } fragment SubscriptionFragment on CustomerSubscription { id subscriptionId startDate endDate trialEndDate cancellationDate effectiveEndDate status refId currentBillingPeriodEnd additionalMetaData billingId billingLinkUrl latestInvoice { __typename ...SubscriptionInvoiceFragment } paymentCollection billingSyncError resource { __typename ...CustomerResourceFragment } experimentInfo { name groupType groupName id } prices { usageLimit price { __typename ...PriceFragment } } totalPrice { __typename ...TotalPriceFragment } pricingType plan { __typename ...PlanFragment } addons { id quantity addon { __typename ...AddonFragment } } scheduledUpdates { __typename ...SubscriptionScheduledUpdateData } futureUpdates { __typename ...SubscriptionFutureUpdateData } } fragment CustomerWithSubscriptionsFragment on Customer { __typename ...CustomerFragment subscriptions { __typename ...SubscriptionFragment } }"
    public static final java.lang.String OPERATION_ID "74cdc67cadcadb7b641951397b6b47a93cbefb0e9778409b3a66c72244dd0dd4"
    public static final java.lang.String OPERATION_NAME "GetCustomerById"
  • io.stigg.api.operations.GetCustomerPortalByRefIdQuery 
    Modifier and Type Constant Field Value
    public static final java.lang.String OPERATION_DOCUMENT "query GetCustomerPortalByRefId($input: CustomerPortalInput!) { customerPortal(input: $input) { __typename ...CustomerPortalFragment } } fragment CustomerPortalSubscriptionPriceFragment on CustomerPortalSubscriptionPrice { billingPeriod billingModel price { amount currency } feature { id refId displayName featureUnits featureUnitsPlural } } fragment CustomerPortalSubscriptionAddonFragment on CustomerPortalAddon { addonId description displayName quantity } fragment CustomerPortalSubscriptionScheduledUpdateDataFragment on SubscriptionScheduledUpdate { subscriptionScheduleType scheduleStatus scheduledExecutionTime targetPackage { id refId displayName pricingType } scheduleVariables { __typename ... on DowngradeChangeVariables { addonRefIds billingPeriod downgradePlanRefId } ... on BillingPeriodChangeVariables { billingPeriod } ... on UnitAmountChangeVariables { newUnitAmount featureId } ... on AddonChangeVariables { addonRefId newQuantity } } } fragment CustomerPortalSubscriptionFragment on CustomerPortalSubscription { subscriptionId planName pricingType prices { __typename ...CustomerPortalSubscriptionPriceFragment } pricing { unitQuantity billingPeriod billingModel pricingType usageBasedEstimatedBill price { amount currency } feature { featureUnits featureUnitsPlural displayName } } status trialRemainingDays billingPeriodRange { start end } totalPrice { subTotal { amount currency } total { amount currency } addonsTotal { amount currency } } addons { __typename ...CustomerPortalSubscriptionAddonFragment } scheduledUpdates { __typename ...CustomerPortalSubscriptionScheduledUpdateDataFragment } } fragment ResetPeriodConfigurationFragment on ResetPeriodConfiguration { __typename ... on MonthlyResetPeriodConfig { monthlyAccordingTo } ... on WeeklyResetPeriodConfig { weeklyAccordingTo } } fragment FeatureFragment on EntitlementFeature { __typename featureType meterType featureUnits featureUnitsPlural description displayName refId } fragment CustomerPortalEntitlementFragment on Entitlement { isGranted usageLimit currentUsage hasUnlimitedUsage hasSoftLimit nextResetDate resetPeriod resetPeriodConfiguration { __typename ...ResetPeriodConfigurationFragment } feature { __typename ...FeatureFragment } } fragment CustomerPortalPromotionalEntitlementFragment on CustomerPortalPromotionalEntitlement { displayName hasUnlimitedUsage hasSoftLimit usageLimit period startDate endDate } fragment CustomerPortalBillingInformationFragment on CustomerPortalBillingInformation { email name defaultPaymentMethodLast4Digits defaultPaymentMethodId defaultPaymentExpirationMonth defaultPaymentExpirationYear } fragment FontVariantFragment on FontVariant { fontSize fontWeight } fragment TypographyConfigurationFragment on TypographyConfiguration { fontFamily h1 { __typename ...FontVariantFragment } h2 { __typename ...FontVariantFragment } h3 { __typename ...FontVariantFragment } body { __typename ...FontVariantFragment } } fragment CustomerPortalConfigurationFragment on CustomerPortalConfiguration { palette { primary textColor backgroundColor borderColor currentPlanBackground iconsColor paywallBackgroundColor } typography { __typename ...TypographyConfigurationFragment } customCss } fragment CustomerResourceFragment on CustomerResource { resourceId } fragment CustomerPortalFragment on CustomerPortal { subscriptions { __typename ...CustomerPortalSubscriptionFragment } entitlements { __typename ...CustomerPortalEntitlementFragment } promotionalEntitlements { __typename ...CustomerPortalPromotionalEntitlementFragment } billingInformation { __typename ...CustomerPortalBillingInformationFragment } showWatermark billingPortalUrl canUpgradeSubscription configuration { __typename ...CustomerPortalConfigurationFragment } resource { __typename ...CustomerResourceFragment } }"
    public static final java.lang.String OPERATION_ID "3618ceafeaf5bfcc9e62e59d20b898b5c4727f0e198da80928ce2fec5ee716c7"
    public static final java.lang.String OPERATION_NAME "GetCustomerPortalByRefId"
  • io.stigg.api.operations.GetCustomerStatisticsQuery 
    Modifier and Type Constant Field Value
    public static final java.lang.String OPERATION_DOCUMENT "query GetCustomerStatistics($input: GetCustomerByRefIdInput!) { getCustomerByRefId(input: $input) { __typename ...CustomerStatisticsFragment } } fragment CustomerStatisticsFragment on Customer { statistics { activeSubscriptionsByPricingType { pricingType totalCount } } }"
    public static final java.lang.String OPERATION_ID "b59daec05cc6ccc9f1f3bf2da813eab5cbd1aa800d1d28249a9b9ee816d64b01"
    public static final java.lang.String OPERATION_NAME "GetCustomerStatistics"
  • io.stigg.api.operations.GetEntitlementQuery 
    Modifier and Type Constant Field Value
    public static final java.lang.String OPERATION_DOCUMENT "query GetEntitlement($query: FetchEntitlementQuery!) { entitlement(query: $query) { __typename ...EntitlementFragment } } fragment ResetPeriodConfigurationFragment on ResetPeriodConfiguration { __typename ... on MonthlyResetPeriodConfig { monthlyAccordingTo } ... on WeeklyResetPeriodConfig { weeklyAccordingTo } } fragment FeatureFragment on EntitlementFeature { __typename featureType meterType featureUnits featureUnitsPlural description displayName refId } fragment EntitlementFragment on Entitlement { __typename isGranted accessDeniedReason customerId resourceId usageLimit hasUnlimitedUsage hasSoftLimit currentUsage requestedUsage entitlementUpdatedAt usageUpdatedAt nextResetDate resetPeriod resetPeriodConfiguration { __typename ...ResetPeriodConfigurationFragment } feature { __typename ...FeatureFragment } }"
    public static final java.lang.String OPERATION_ID "a6bbb188212246b99cddfe9a6a4c1f10ede53031db4a2e3cd3675abbd7f7ee88"
    public static final java.lang.String OPERATION_NAME "GetEntitlement"
  • io.stigg.api.operations.GetEntitlementsQuery 
    Modifier and Type Constant Field Value
    public static final java.lang.String OPERATION_DOCUMENT "query GetEntitlements($query: FetchEntitlementsQuery!) { entitlements: cachedEntitlements(query: $query) { __typename ...EntitlementFragment } } fragment ResetPeriodConfigurationFragment on ResetPeriodConfiguration { __typename ... on MonthlyResetPeriodConfig { monthlyAccordingTo } ... on WeeklyResetPeriodConfig { weeklyAccordingTo } } fragment FeatureFragment on EntitlementFeature { __typename featureType meterType featureUnits featureUnitsPlural description displayName refId } fragment EntitlementFragment on Entitlement { __typename isGranted accessDeniedReason customerId resourceId usageLimit hasUnlimitedUsage hasSoftLimit currentUsage requestedUsage entitlementUpdatedAt usageUpdatedAt nextResetDate resetPeriod resetPeriodConfiguration { __typename ...ResetPeriodConfigurationFragment } feature { __typename ...FeatureFragment } }"
    public static final java.lang.String OPERATION_ID "d1e0d1bcf232b7d3aba16f2185926ccda4e082ae2909414b14f82ef17412ea78"
    public static final java.lang.String OPERATION_NAME "GetEntitlements"
  • io.stigg.api.operations.GetMockPaywallQuery 
    Modifier and Type Constant Field Value
    public static final java.lang.String OPERATION_DOCUMENT "query GetMockPaywall($input: GetPaywallInput!) { mockPaywall(input: $input) { plans { __typename ...MockPaywallPlanFragment } configuration { __typename ...PaywallConfigurationFragment } } } fragment MockPaywallPackageEntitlementFragment on Entitlement { usageLimit hasUnlimitedUsage hasSoftLimit resetPeriod hiddenFromWidgets displayNameOverride feature { featureType meterType featureUnits featureUnitsPlural displayName description refId additionalMetaData } } fragment PriceTierFragment on PriceTier { upTo unitPrice { amount currency } flatPrice { amount currency } } fragment MockPaywallPriceFragment on PaywallPrice { billingModel billingPeriod billingId minUnitQuantity maxUnitQuantity billingCountryCode price { amount currency } tiersMode tiers { __typename ...PriceTierFragment } feature { refId featureUnits featureUnitsPlural displayName } } fragment MockPaywallAddonFragment on PaywallAddon { refId displayName description additionalMetaData billingId entitlements { __typename ...MockPaywallPackageEntitlementFragment } prices { __typename ...MockPaywallPriceFragment } pricingType } fragment MockPaywallPlanFragment on PaywallPlan { refId description displayName billingId additionalMetaData product { refId displayName description additionalMetaData } basePlan { refId displayName } entitlements { __typename ...MockPaywallPackageEntitlementFragment } inheritedEntitlements { __typename ...MockPaywallPackageEntitlementFragment } prices { __typename ...MockPaywallPriceFragment } pricingType defaultTrialConfig { duration units } compatibleAddons { __typename ...MockPaywallAddonFragment } } fragment FontVariantFragment on FontVariant { fontSize fontWeight } fragment TypographyConfigurationFragment on TypographyConfiguration { fontFamily h1 { __typename ...FontVariantFragment } h2 { __typename ...FontVariantFragment } h3 { __typename ...FontVariantFragment } body { __typename ...FontVariantFragment } } fragment LayoutConfigurationFragment on PaywallLayoutConfiguration { alignment planWidth planMargin planPadding } fragment PaywallConfigurationFragment on PaywallConfiguration { palette { primary textColor backgroundColor borderColor currentPlanBackground } typography { __typename ...TypographyConfigurationFragment } layout { __typename ...LayoutConfigurationFragment } customCss }"
    public static final java.lang.String OPERATION_ID "284dcd78f568ce5dd60352b19723dc4fc027442fd18af6a77f83a1a537f20fc4"
    public static final java.lang.String OPERATION_NAME "GetMockPaywall"
  • io.stigg.api.operations.GetPaywallQuery 
    Modifier and Type Constant Field Value
    public static final java.lang.String OPERATION_DOCUMENT "query GetPaywall($input: GetPaywallInput!) { paywall(input: $input) { __typename ...PaywallFragment } } fragment ProductFragment on Product { refId displayName description additionalMetaData productSettings { downgradePlan { refId displayName } } } fragment PackageEntitlementFragment on PackageEntitlement { usageLimit hasUnlimitedUsage hasSoftLimit featureId resetPeriod hiddenFromWidgets isCustom displayNameOverride feature { featureType meterType featureUnits featureUnitsPlural displayName description refId additionalMetaData } } fragment PriceTierFragment on PriceTier { upTo unitPrice { amount currency } flatPrice { amount currency } } fragment PriceFragment on Price { billingModel billingPeriod billingId minUnitQuantity maxUnitQuantity billingCountryCode price { amount currency } tiersMode tiers { __typename ...PriceTierFragment } feature { refId featureUnits featureUnitsPlural displayName description } } fragment OveragePriceFragment on Price { billingModel billingPeriod billingId billingCountryCode price { amount currency } tiersMode tiers { __typename ...PriceTierFragment } feature { refId featureUnits featureUnitsPlural displayName description } } fragment AddonFragment on Addon { id refId billingId displayName description additionalMetaData entitlements { __typename ...PackageEntitlementFragment } prices { __typename ...PriceFragment } overagePrices { __typename ...OveragePriceFragment } pricingType } fragment PlanFragment on Plan { id refId displayName description billingId versionNumber additionalMetaData hiddenFromWidgets product { __typename ...ProductFragment } basePlan { refId displayName } entitlements { __typename ...PackageEntitlementFragment } inheritedEntitlements { __typename ...PackageEntitlementFragment } compatibleAddons { __typename ...AddonFragment } prices { __typename ...PriceFragment } overagePrices { __typename ...OveragePriceFragment } pricingType defaultTrialConfig { duration units } } fragment PaywallCurrencyFragment on PaywallCurrency { code symbol } fragment FontVariantFragment on FontVariant { fontSize fontWeight } fragment TypographyConfigurationFragment on TypographyConfiguration { fontFamily h1 { __typename ...FontVariantFragment } h2 { __typename ...FontVariantFragment } h3 { __typename ...FontVariantFragment } body { __typename ...FontVariantFragment } } fragment LayoutConfigurationFragment on PaywallLayoutConfiguration { alignment planWidth planMargin planPadding } fragment PaywallConfigurationFragment on PaywallConfiguration { palette { primary textColor backgroundColor borderColor currentPlanBackground } typography { __typename ...TypographyConfigurationFragment } layout { __typename ...LayoutConfigurationFragment } customCss } fragment SlimCustomerFragment on Customer { id name email createdAt updatedAt refId customerId billingId additionalMetaData awsMarketplaceCustomerId } fragment CouponFragment on Coupon { id discountValue type additionalMetaData refId name description createdAt updatedAt billingId billingLinkUrl status syncStates { vendorIdentifier status } customers { id } } fragment PromotionalEntitlementFragment on PromotionalEntitlement { status usageLimit featureId hasUnlimitedUsage hasSoftLimit resetPeriod endDate isVisible feature { featureType meterType featureUnits featureUnitsPlural displayName description refId additionalMetaData } } fragment CustomerFragment on Customer { __typename ...SlimCustomerFragment hasPaymentMethod hasActiveSubscription defaultPaymentExpirationMonth defaultPaymentExpirationYear defaultPaymentMethodLast4Digits trialedPlans { productId productRefId planRefId planId } experimentInfo { groupType groupName id name } coupon { __typename ...CouponFragment } eligibleForTrial { productId productRefId eligible } promotionalEntitlements { __typename ...PromotionalEntitlementFragment } } fragment SubscriptionInvoiceFragment on SubscriptionInvoice { billingId status createdAt updatedAt requiresAction paymentUrl paymentSecret errorMessage } fragment CustomerResourceFragment on CustomerResource { resourceId } fragment TotalPriceFragment on CustomerSubscriptionTotalPrice { subTotal { amount currency } total { amount currency } } fragment SubscriptionScheduledUpdateData on SubscriptionScheduledUpdate { subscriptionScheduleType scheduleStatus scheduledExecutionTime targetPackage { id refId displayName } scheduleVariables { __typename ... on DowngradeChangeVariables { addonRefIds billingPeriod downgradePlanRefId } ... on BillingPeriodChangeVariables { billingPeriod } ... on UnitAmountChangeVariables { newUnitAmount featureId } ... on AddonChangeVariables { addonRefId newQuantity } } } fragment SubscriptionFutureUpdateData on SubscriptionFutureUpdate { subscriptionScheduleType scheduleStatus scheduledExecutionTime targetPackage { id refId displayName } scheduleVariables { __typename ... on DowngradeChangeVariables { addonRefIds billingPeriod downgradePlanRefId } ... on BillingPeriodChangeVariables { billingPeriod } ... on UnitAmountChangeVariables { newUnitAmount featureId } ... on AddonChangeVariables { addonRefId newQuantity } } } fragment SubscriptionFragment on CustomerSubscription { id subscriptionId startDate endDate trialEndDate cancellationDate effectiveEndDate status refId currentBillingPeriodEnd additionalMetaData billingId billingLinkUrl latestInvoice { __typename ...SubscriptionInvoiceFragment } paymentCollection billingSyncError resource { __typename ...CustomerResourceFragment } experimentInfo { name groupType groupName id } prices { usageLimit price { __typename ...PriceFragment } } totalPrice { __typename ...TotalPriceFragment } pricingType plan { __typename ...PlanFragment } addons { id quantity addon { __typename ...AddonFragment } } scheduledUpdates { __typename ...SubscriptionScheduledUpdateData } futureUpdates { __typename ...SubscriptionFutureUpdateData } } fragment PaywallCalculatedPricePointsFragment on PaywallPricePoint { planId additionalChargesMayApply billingPeriod amount currency billingCountryCode feature { refId featureUnits featureUnitsPlural displayName description } } fragment PaywallFragment on Paywall { plans { __typename ...PlanFragment } currency { __typename ...PaywallCurrencyFragment } configuration { __typename ...PaywallConfigurationFragment } customer { __typename ...CustomerFragment } activeSubscriptions { __typename ...SubscriptionFragment } resource { __typename ...CustomerResourceFragment } paywallCalculatedPricePoints { __typename ...PaywallCalculatedPricePointsFragment } }"
    public static final java.lang.String OPERATION_ID "7137dd84f2b27782b39f23eef8cdf45f895840537c5bf30c523634a2cf7ec73e"
    public static final java.lang.String OPERATION_NAME "GetPaywall"
  • io.stigg.api.operations.GetProductsQuery 
    Modifier and Type Constant Field Value
    public static final java.lang.String OPERATION_DOCUMENT "query GetProducts { products(paging: { first: 50 } ) { edges { node { __typename ...ProductFragment } } } } fragment ProductFragment on Product { refId displayName description additionalMetaData productSettings { downgradePlan { refId displayName } } }"
    public static final java.lang.String OPERATION_ID "f118991e56d1e833814ced7b3d1957218700d939faa9cae17570ded6504f8108"
    public static final java.lang.String OPERATION_NAME "GetProducts"
  • io.stigg.api.operations.GetSdkConfigurationQuery 
    Modifier and Type Constant Field Value
    public static final java.lang.String OPERATION_DOCUMENT "query GetSdkConfiguration { sdkConfiguration { sentryDsn isWidgetWatermarkEnabled } }"
    public static final java.lang.String OPERATION_ID "80f2a3498c2b6a6f1e994fef68d90ac2df692a5cf9c4eb26dba346ee346246e5"
    public static final java.lang.String OPERATION_NAME "GetSdkConfiguration"
  • io.stigg.api.operations.GetUsageHistoryQuery 
    Modifier and Type Constant Field Value
    public static final java.lang.String OPERATION_DOCUMENT "query GetUsageHistory($usageHistoryInput: UsageHistoryInput!) { usageHistory(usageHistoryInput: $usageHistoryInput) { __typename ...UsageHistoryFragment } } fragment UsageHistoryFragment on UsageHistory { startDate endDate usageMeasurements { date value isResetPoint } }"
    public static final java.lang.String OPERATION_ID "afe01f4c45d768b6dbaefc904f3c8929094515972f30b057ddeb421fc684473f"
    public static final java.lang.String OPERATION_NAME "GetUsageHistory"
  • io.stigg.api.operations.GrantPromotionalEntitlementsMutation 
    Modifier and Type Constant Field Value
    public static final java.lang.String OPERATION_DOCUMENT "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 } }"
    public static final java.lang.String OPERATION_ID "273776066335c2d0338e013055c2252070a7cf6b43c8d1d26ec993ccd69538ba"
    public static final java.lang.String OPERATION_NAME "GrantPromotionalEntitlements"
  • io.stigg.api.operations.ImportCustomerBulkMutation 
    Modifier and Type Constant Field Value
    public static final java.lang.String OPERATION_DOCUMENT "mutation ImportCustomerBulk($input: ImportCustomerBulk!) { importCustomersBulk(input: $input) }"
    public static final java.lang.String OPERATION_ID "c3721bc431006c419f7a46b132caf9ee08abf77c3515d9b7a18aee9c970347b4"
    public static final java.lang.String OPERATION_NAME "ImportCustomerBulk"
  • io.stigg.api.operations.ImportCustomerMutation 
    Modifier and Type Constant Field Value
    public static final java.lang.String OPERATION_DOCUMENT "mutation ImportCustomer($input: ImportCustomerInput!) { importCustomer: importOneCustomer(input: $input) { __typename ...SlimCustomerFragment } } fragment SlimCustomerFragment on Customer { id name email createdAt updatedAt refId customerId billingId additionalMetaData awsMarketplaceCustomerId }"
    public static final java.lang.String OPERATION_ID "8b8dc9d13ec58a74d120189abc8a0ebad47894fabb5b4c5f905546c7aa061f60"
    public static final java.lang.String OPERATION_NAME "ImportCustomer"
  • io.stigg.api.operations.ImportSubscriptionsBulkMutation 
    Modifier and Type Constant Field Value
    public static final java.lang.String OPERATION_DOCUMENT "mutation ImportSubscriptionsBulk($input: ImportSubscriptionsBulk!) { importSubscriptionsBulk(input: $input) }"
    public static final java.lang.String OPERATION_ID "f0636c62bd36a58a940db54da229316dc6dbaa258d7e821feb7889e1636c2b70"
    public static final java.lang.String OPERATION_NAME "ImportSubscriptionsBulk"
  • io.stigg.api.operations.MigrateSubscriptionToLatestMutation 
    Modifier and Type Constant Field Value
    public static final java.lang.String OPERATION_DOCUMENT "mutation MigrateSubscriptionToLatest($input: SubscriptionMigrationInput!) { migrateSubscriptionToLatest(input: $input) { subscriptionId } }"
    public static final java.lang.String OPERATION_ID "ce4f47c2d42a752a90ba4e0c8e991e59e9592436c761c4f22514c6fe5dd841f9"
    public static final java.lang.String OPERATION_NAME "MigrateSubscriptionToLatest"
  • io.stigg.api.operations.OnEntitlementsUpdatedSubscription 
    Modifier and Type Constant Field Value
    public static final java.lang.String OPERATION_DOCUMENT "subscription OnEntitlementsUpdated { entitlementsUpdated { __typename ...EntitlementsUpdatedPayload } } fragment ResetPeriodConfigurationFragment on ResetPeriodConfiguration { __typename ... on MonthlyResetPeriodConfig { monthlyAccordingTo } ... on WeeklyResetPeriodConfig { weeklyAccordingTo } } fragment FeatureFragment on EntitlementFeature { __typename featureType meterType featureUnits featureUnitsPlural description displayName refId } fragment EntitlementFragment on Entitlement { __typename isGranted accessDeniedReason customerId resourceId usageLimit hasUnlimitedUsage hasSoftLimit currentUsage requestedUsage entitlementUpdatedAt usageUpdatedAt nextResetDate resetPeriod resetPeriodConfiguration { __typename ...ResetPeriodConfigurationFragment } feature { __typename ...FeatureFragment } } fragment EntitlementsUpdatedPayload on EntitlementsUpdated { customerId resourceId entitlements { __typename ...EntitlementFragment } }"
    public static final java.lang.String OPERATION_ID "f650a8e6f5d54101040f9b8769f300ddd14a967b3ad57ee30507732c73ad68d8"
    public static final java.lang.String OPERATION_NAME "OnEntitlementsUpdated"
  • io.stigg.api.operations.OnPackagePublishedSubscription 
    Modifier and Type Constant Field Value
    public static final java.lang.String OPERATION_DOCUMENT "subscription OnPackagePublished { packagePublished { __typename ...PackagePublishedPayload } } fragment PackagePublishedPayload on PackagePublished { accountId environmentId packageType packageRefId packageVersion migrationType }"
    public static final java.lang.String OPERATION_ID "1843497c388826ee8ff7abb8b3abe4074174c5c8e75df5646ac54d5f6a4aeb7c"
    public static final java.lang.String OPERATION_NAME "OnPackagePublished"
  • io.stigg.api.operations.OnUsageUpdatedSubscription 
    Modifier and Type Constant Field Value
    public static final java.lang.String OPERATION_DOCUMENT "subscription OnUsageUpdated { usageUpdated { __typename ...EntitlementUsageUpdated } } fragment UsageUpdatedFragment on UsageMeasurementUpdated { customerId resourceId featureId currentUsage nextResetDate } fragment ResetPeriodConfigurationFragment on ResetPeriodConfiguration { __typename ... on MonthlyResetPeriodConfig { monthlyAccordingTo } ... on WeeklyResetPeriodConfig { weeklyAccordingTo } } fragment FeatureFragment on EntitlementFeature { __typename featureType meterType featureUnits featureUnitsPlural description displayName refId } fragment EntitlementFragment on Entitlement { __typename isGranted accessDeniedReason customerId resourceId usageLimit hasUnlimitedUsage hasSoftLimit currentUsage requestedUsage entitlementUpdatedAt usageUpdatedAt nextResetDate resetPeriod resetPeriodConfiguration { __typename ...ResetPeriodConfigurationFragment } feature { __typename ...FeatureFragment } } fragment EntitlementUsageUpdated on UsageUpdated { usage { __typename ...UsageUpdatedFragment } entitlement { __typename ...EntitlementFragment } }"
    public static final java.lang.String OPERATION_ID "284f56cf59392fd558fa030a0213ba43c2b89f37b9ceb050786218f468d9f323"
    public static final java.lang.String OPERATION_NAME "OnUsageUpdated"
  • io.stigg.api.operations.PreviewSubscriptionMutation 
    Modifier and Type Constant Field Value
    public static final java.lang.String OPERATION_DOCUMENT "mutation PreviewSubscription($input: PreviewSubscriptionInput!) { previewSubscription(input: $input) { __typename ...SubscriptionPreviewV2Fragment } } fragment ImmediateSubscriptionPreviewInvoiceFragment on ImmediateSubscriptionPreviewInvoice { total { amount currency } subTotal { amount currency } totalExcludingTax { amount currency } tax { amount currency } discount { amount currency } taxDetails { displayName percentage inclusive } discountDetails { type value durationType durationInMonths } credits { initial { amount currency } used { amount currency } remaining { amount currency } } proration { prorationDate hasProrations credit { amount currency } debit { amount currency } netAmount { amount currency } } } fragment SubscriptionPreviewInvoiceFragment on SubscriptionPreviewInvoice { total { amount currency } subTotal { amount currency } totalExcludingTax { amount currency } tax { amount currency } discount { amount currency } taxDetails { displayName percentage inclusive } discountDetails { type value durationType durationInMonths } } fragment SubscriptionPreviewV2Fragment on SubscriptionPreviewV2 { immediateInvoice { __typename ...ImmediateSubscriptionPreviewInvoiceFragment } recurringInvoice { __typename ...SubscriptionPreviewInvoiceFragment } billingPeriodRange { start end } isPlanDowngrade hasScheduledUpdates }"
    public static final java.lang.String OPERATION_ID "81bbf1cc825d6e073491345cb56244778e4fb6ef813a6783a40dc932d0bf89c9"
    public static final java.lang.String OPERATION_NAME "PreviewSubscription"
  • io.stigg.api.operations.ProvisionCustomerMutation 
    Modifier and Type Constant Field Value
    public static final java.lang.String OPERATION_DOCUMENT "mutation ProvisionCustomer($input: ProvisionCustomerInput!) { provisionCustomer(input: $input) { __typename ...ProvisionCustomerFragment } } fragment SlimCustomerFragment on Customer { id name email createdAt updatedAt refId customerId billingId additionalMetaData awsMarketplaceCustomerId } fragment SubscriptionInvoiceFragment on SubscriptionInvoice { billingId status createdAt updatedAt requiresAction paymentUrl paymentSecret errorMessage } fragment CustomerResourceFragment on CustomerResource { resourceId } fragment PriceTierFragment on PriceTier { upTo unitPrice { amount currency } flatPrice { amount currency } } fragment PriceFragment on Price { billingModel billingPeriod billingId minUnitQuantity maxUnitQuantity billingCountryCode price { amount currency } tiersMode tiers { __typename ...PriceTierFragment } feature { refId featureUnits featureUnitsPlural displayName description } } fragment TotalPriceFragment on CustomerSubscriptionTotalPrice { subTotal { amount currency } total { amount currency } } fragment SlimSubscriptionFragment on CustomerSubscription { id refId status additionalMetaData billingId billingLinkUrl effectiveEndDate currentBillingPeriodEnd pricingType latestInvoice { __typename ...SubscriptionInvoiceFragment } paymentCollection billingSyncError resource { __typename ...CustomerResourceFragment } experimentInfo { name id groupName groupType } prices { usageLimit price { __typename ...PriceFragment } } totalPrice { __typename ...TotalPriceFragment } plan { id refId } addons { quantity addon { id refId } } customer { id refId } } fragment ResetPeriodConfigurationFragment on ResetPeriodConfiguration { __typename ... on MonthlyResetPeriodConfig { monthlyAccordingTo } ... on WeeklyResetPeriodConfig { weeklyAccordingTo } } fragment FeatureFragment on EntitlementFeature { __typename featureType meterType featureUnits featureUnitsPlural description displayName refId } fragment EntitlementFragment on Entitlement { __typename isGranted accessDeniedReason customerId resourceId usageLimit hasUnlimitedUsage hasSoftLimit currentUsage requestedUsage entitlementUpdatedAt usageUpdatedAt nextResetDate resetPeriod resetPeriodConfiguration { __typename ...ResetPeriodConfigurationFragment } feature { __typename ...FeatureFragment } } fragment ProvisionCustomerFragment on ProvisionedCustomer { customer { __typename ...SlimCustomerFragment } subscriptionDecisionStrategy subscription { __typename ...SlimSubscriptionFragment } entitlements { __typename ...EntitlementFragment } }"
    public static final java.lang.String OPERATION_ID "f26fdd59f72e19e04982536339db22b34306106ac60ad6684a4851b6f46a6194"
    public static final java.lang.String OPERATION_NAME "ProvisionCustomer"
  • io.stigg.api.operations.ProvisionSubscriptionMutation 
    Modifier and Type Constant Field Value
    public static final java.lang.String OPERATION_DOCUMENT "mutation ProvisionSubscription($input: ProvisionSubscriptionInput!) { provisionSubscription: provisionSubscriptionV2(input: $input) { __typename ...ProvisionSubscriptionFragment } } fragment SubscriptionInvoiceFragment on SubscriptionInvoice { billingId status createdAt updatedAt requiresAction paymentUrl paymentSecret errorMessage } fragment CustomerResourceFragment on CustomerResource { resourceId } fragment PriceTierFragment on PriceTier { upTo unitPrice { amount currency } flatPrice { amount currency } } fragment PriceFragment on Price { billingModel billingPeriod billingId minUnitQuantity maxUnitQuantity billingCountryCode price { amount currency } tiersMode tiers { __typename ...PriceTierFragment } feature { refId featureUnits featureUnitsPlural displayName description } } fragment TotalPriceFragment on CustomerSubscriptionTotalPrice { subTotal { amount currency } total { amount currency } } fragment SlimSubscriptionFragment on CustomerSubscription { id refId status additionalMetaData billingId billingLinkUrl effectiveEndDate currentBillingPeriodEnd pricingType latestInvoice { __typename ...SubscriptionInvoiceFragment } paymentCollection billingSyncError resource { __typename ...CustomerResourceFragment } experimentInfo { name id groupName groupType } prices { usageLimit price { __typename ...PriceFragment } } totalPrice { __typename ...TotalPriceFragment } plan { id refId } addons { quantity addon { id refId } } customer { id refId } } fragment ResetPeriodConfigurationFragment on ResetPeriodConfiguration { __typename ... on MonthlyResetPeriodConfig { monthlyAccordingTo } ... on WeeklyResetPeriodConfig { weeklyAccordingTo } } fragment FeatureFragment on EntitlementFeature { __typename featureType meterType featureUnits featureUnitsPlural description displayName refId } fragment EntitlementFragment on Entitlement { __typename isGranted accessDeniedReason customerId resourceId usageLimit hasUnlimitedUsage hasSoftLimit currentUsage requestedUsage entitlementUpdatedAt usageUpdatedAt nextResetDate resetPeriod resetPeriodConfiguration { __typename ...ResetPeriodConfigurationFragment } feature { __typename ...FeatureFragment } } fragment ProvisionSubscriptionFragment on ProvisionSubscriptionResult { status checkoutUrl checkoutBillingId subscription { __typename ...SlimSubscriptionFragment } entitlements { __typename ...EntitlementFragment } }"
    public static final java.lang.String OPERATION_ID "ac5d2b7cbb0ca762233f8f7646bef33694f32bea1944f68319a0919dd2b96691"
    public static final java.lang.String OPERATION_NAME "ProvisionSubscription"
  • io.stigg.api.operations.ReportEntitlementCheckRequestedMutation 
    Modifier and Type Constant Field Value
    public static final java.lang.String OPERATION_DOCUMENT "mutation ReportEntitlementCheckRequested($entitlementCheckRequested: EntitlementCheckRequested!) { reportEntitlementCheckRequested(entitlementCheckRequested: $entitlementCheckRequested) }"
    public static final java.lang.String OPERATION_ID "7c9fca2476e797f3b5ebdead3e65d9746691cf3427b6aeb982bafe644539db03"
    public static final java.lang.String OPERATION_NAME "ReportEntitlementCheckRequested"
  • io.stigg.api.operations.ReportEventMutation 
    Modifier and Type Constant Field Value
    public static final java.lang.String OPERATION_DOCUMENT "mutation ReportEvent($input: UsageEventsReportInput!) { reportEvent(events: $input) }"
    public static final java.lang.String OPERATION_ID "c15f5a034d8a2686bfd7a211969419f2b2e1b0ddb159712ece8569bf72314f04"
    public static final java.lang.String OPERATION_NAME "ReportEvent"
  • io.stigg.api.operations.ReportUsageBulkMutation 
    Modifier and Type Constant Field Value
    public static final java.lang.String OPERATION_DOCUMENT "mutation ReportUsageBulk($input: ReportUsageBulkInput!) { reportUsageBulk(input: $input) { __typename ...ReportUsageFragment } } fragment ReportUsageFragment on UsageMeasurementWithCurrentUsage { id featureId customerId resourceId currentUsage nextResetDate timestamp }"
    public static final java.lang.String OPERATION_ID "3fd6afbb4baec574d2ef33a8959ac15a32ed50df02c1e24401c868807b3b9776"
    public static final java.lang.String OPERATION_NAME "ReportUsageBulk"
  • io.stigg.api.operations.ReportUsageMutation 
    Modifier and Type Constant Field Value
    public static final java.lang.String OPERATION_DOCUMENT "mutation ReportUsage($input: ReportUsageInput!) { reportUsage(input: $input) { __typename ...ReportUsageFragment } } fragment ReportUsageFragment on UsageMeasurementWithCurrentUsage { id featureId customerId resourceId currentUsage nextResetDate timestamp }"
    public static final java.lang.String OPERATION_ID "88e95d4f5856f089b2d7c15510d4635bd3789c1cd5807e213e1caa128623eeb7"
    public static final java.lang.String OPERATION_NAME "ReportUsage"
  • io.stigg.api.operations.RevokePromotionalEntitlementMutation 
    Modifier and Type Constant Field Value
    public static final java.lang.String OPERATION_DOCUMENT "mutation RevokePromotionalEntitlement($input: RevokePromotionalEntitlementInput!) { revokePromotionalEntitlement(input: $input) { id } }"
    public static final java.lang.String OPERATION_ID "2c6f7f7e654e1d4f7258cbd5a53d2138a3db24c60ab4073099c7f4ea2dbc634e"
    public static final java.lang.String OPERATION_NAME "RevokePromotionalEntitlement"
  • io.stigg.api.operations.TransferSubscriptionMutation 
    Modifier and Type Constant Field Value
    public static final java.lang.String OPERATION_DOCUMENT "mutation TransferSubscription($input: TransferSubscriptionInput!) { transferSubscription(input: $input) { __typename ...SlimSubscriptionFragment } } fragment SubscriptionInvoiceFragment on SubscriptionInvoice { billingId status createdAt updatedAt requiresAction paymentUrl paymentSecret errorMessage } fragment CustomerResourceFragment on CustomerResource { resourceId } fragment PriceTierFragment on PriceTier { upTo unitPrice { amount currency } flatPrice { amount currency } } fragment PriceFragment on Price { billingModel billingPeriod billingId minUnitQuantity maxUnitQuantity billingCountryCode price { amount currency } tiersMode tiers { __typename ...PriceTierFragment } feature { refId featureUnits featureUnitsPlural displayName description } } fragment TotalPriceFragment on CustomerSubscriptionTotalPrice { subTotal { amount currency } total { amount currency } } fragment SlimSubscriptionFragment on CustomerSubscription { id refId status additionalMetaData billingId billingLinkUrl effectiveEndDate currentBillingPeriodEnd pricingType latestInvoice { __typename ...SubscriptionInvoiceFragment } paymentCollection billingSyncError resource { __typename ...CustomerResourceFragment } experimentInfo { name id groupName groupType } prices { usageLimit price { __typename ...PriceFragment } } totalPrice { __typename ...TotalPriceFragment } plan { id refId } addons { quantity addon { id refId } } customer { id refId } }"
    public static final java.lang.String OPERATION_ID "e946dcb5eb63be9521a5c08b6b0a0be48c03bfce1ffb8f77a5071b17cc2ea3f5"
    public static final java.lang.String OPERATION_NAME "TransferSubscription"
  • io.stigg.api.operations.UnarchiveCustomerMutation 
    Modifier and Type Constant Field Value
    public static final java.lang.String OPERATION_DOCUMENT "mutation UnarchiveCustomer($input: UnarchiveCustomerInput!) { unarchiveCustomer(input: $input) { __typename ...SlimCustomerFragment } } fragment SlimCustomerFragment on Customer { id name email createdAt updatedAt refId customerId billingId additionalMetaData awsMarketplaceCustomerId }"
    public static final java.lang.String OPERATION_ID "15de3f459cded1f238994274d334eb74054cce6134249ae04f9d59b34e1d198e"
    public static final java.lang.String OPERATION_NAME "UnarchiveCustomer"
  • io.stigg.api.operations.UpdateCustomerMutation 
    Modifier and Type Constant Field Value
    public static final java.lang.String OPERATION_DOCUMENT "mutation UpdateCustomer($input: UpdateCustomerInput!) { updateCustomer: updateOneCustomer(input: $input) { __typename ...SlimCustomerFragment } } fragment SlimCustomerFragment on Customer { id name email createdAt updatedAt refId customerId billingId additionalMetaData awsMarketplaceCustomerId }"
    public static final java.lang.String OPERATION_ID "7f23e6065b3ef667967f76697dc586c7b7fc53d0099ce880658a06af35a9f214"
    public static final java.lang.String OPERATION_NAME "UpdateCustomer"
  • io.stigg.api.operations.UpdateSubscriptionMutation 
    Modifier and Type Constant Field Value
    public static final java.lang.String OPERATION_DOCUMENT "mutation UpdateSubscription($input: UpdateSubscriptionInput!) { updateSubscription: updateOneSubscription(input: $input) { __typename ...SlimSubscriptionFragment } } fragment SubscriptionInvoiceFragment on SubscriptionInvoice { billingId status createdAt updatedAt requiresAction paymentUrl paymentSecret errorMessage } fragment CustomerResourceFragment on CustomerResource { resourceId } fragment PriceTierFragment on PriceTier { upTo unitPrice { amount currency } flatPrice { amount currency } } fragment PriceFragment on Price { billingModel billingPeriod billingId minUnitQuantity maxUnitQuantity billingCountryCode price { amount currency } tiersMode tiers { __typename ...PriceTierFragment } feature { refId featureUnits featureUnitsPlural displayName description } } fragment TotalPriceFragment on CustomerSubscriptionTotalPrice { subTotal { amount currency } total { amount currency } } fragment SlimSubscriptionFragment on CustomerSubscription { id refId status additionalMetaData billingId billingLinkUrl effectiveEndDate currentBillingPeriodEnd pricingType latestInvoice { __typename ...SubscriptionInvoiceFragment } paymentCollection billingSyncError resource { __typename ...CustomerResourceFragment } experimentInfo { name id groupName groupType } prices { usageLimit price { __typename ...PriceFragment } } totalPrice { __typename ...TotalPriceFragment } plan { id refId } addons { quantity addon { id refId } } customer { id refId } }"
    public static final java.lang.String OPERATION_ID "6004517b798a929fb601abf4dcb35f59eb91974c56073b39f92f735d02fbf024"
    public static final java.lang.String OPERATION_NAME "UpdateSubscription"