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

Method aiUseCase

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

Source from the content-addressed store, hash-verified

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>;
1784 completeMigration(email: string, code: string, data: string): RequestMigrationPayload | Promise<RequestMigrationPayload>;
1785 updateViewerContact(notificationAddress?: Nullable<string>, subscribedNewsletter?: Nullable<boolean>, subscribedNotifications?: Nullable<boolean>): ResultPayload | Promise<ResultPayload>;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected