MCPcopy Create free account
hub / github.com/chainjet/platform / changeSubscriptionPlan

Method changeSubscriptionPlan

generated/graphql.ts:1780–1780  ·  view source on GitHub ↗
(priceId: string)

Source from the content-addressed store, hash-verified

1778 createCheckoutSession(priceId: string): UserCheckoutSessionPayload | Promise<UserCheckoutSessionPayload>;
1779 resumeSubscription(): ResultPayload | Promise<ResultPayload>;
1780 changeSubscriptionPlan(priceId: string): ResultPayload | Promise<ResultPayload>;
1781 verifyEmail(address: string, code: string): VerifyEmailPayload | Promise<VerifyEmailPayload>;
1782 aiUseCase(use: string): ResultPayload | Promise<ResultPayload>;
1783 requestMigration(email: string): RequestMigrationPayload | Promise<RequestMigrationPayload>;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected