add createCustomerPortalSession
All checks were successful
Tests / Tests (pull_request) Successful in 10s

This commit is contained in:
2026-04-30 11:44:34 -07:00
parent b0c62f6e80
commit 8367c2d0cd
3 changed files with 86 additions and 0 deletions

View File

@@ -20,6 +20,12 @@ mutation CreateSubscription($priceId: String!) {
}
}
mutation CreateCustomerPortalSession($returnUrl: String) {
createCustomerPortalSession(returnUrl: $returnUrl) {
portalUrl
}
}
query GetAvailableSubscriptionOptions {
getAvailableSubscriptionOptions {
products {