You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now I use the same endpoints in the resolver and using an alternative path given the value of the feature flag. I would like to add new endpoints in the resolver that uses the notions of plan Key:
upgradeOrDowngradeBillingPlan (change the stripe prices ids to the ones corresponding to the other plan, remember to update the subscription metadata in order to contain the plan Key)
Use the Plans query and select the correct fields in gql
The text was updated successfully, but these errors were encountered:
Right now I use the same endpoints in the resolver and using an alternative path given the value of the feature flag. I would like to add new endpoints in the resolver that uses the notions of plan Key:
FrontEnd GQL:
Use the Plans query and select the correct fields in gql
The text was updated successfully, but these errors were encountered: