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

Method completeMigration

generated/graphql.ts:1784–1784  ·  view source on GitHub ↗
(email: string, code: string, data: string)

Source from the content-addressed store, hash-verified

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>;
1786 createOneAccountCredential(input: CreateOneAccountCredentialInput): AccountCredential | Promise<AccountCredential>;
1787 updateOneAccountCredential(input: UpdateOneAccountCredentialInput): AccountCredential | Promise<AccountCredential>;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected