Merge pull request 'Add Apple subscription mobile operations' (#255) from apple-iap-pr4-mobile-ops into master
Reviewed-on: #255
This commit is contained in:
@@ -5041,6 +5041,11 @@ export type GetAvailableSubscriptionOptionsQuery = {
|
||||
getAvailableSubscriptionOptions: {
|
||||
__typename?: "StripeSubscriptionOptionsGQL";
|
||||
trialPeriodDays?: number | null;
|
||||
appleIap: {
|
||||
__typename?: "AppleIapSubscriptionOptionsGQL";
|
||||
enabled: boolean;
|
||||
proMonthlyProductId?: string | null;
|
||||
};
|
||||
products: Array<{
|
||||
__typename?: "StripeProductGQL";
|
||||
id: string;
|
||||
@@ -10691,6 +10696,10 @@ export const GetAvailableSubscriptionOptionsDocument = gql`
|
||||
query GetAvailableSubscriptionOptions {
|
||||
getAvailableSubscriptionOptions {
|
||||
trialPeriodDays
|
||||
appleIap {
|
||||
enabled
|
||||
proMonthlyProductId
|
||||
}
|
||||
products {
|
||||
id
|
||||
name
|
||||
|
||||
@@ -29,6 +29,10 @@ mutation CreateCustomerPortalSession {
|
||||
query GetAvailableSubscriptionOptions {
|
||||
getAvailableSubscriptionOptions {
|
||||
trialPeriodDays
|
||||
appleIap {
|
||||
enabled
|
||||
proMonthlyProductId
|
||||
}
|
||||
products {
|
||||
id
|
||||
name
|
||||
|
||||
Reference in New Issue
Block a user