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

Method accountCreationData

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

Source from the content-addressed store, hash-verified

1726 accountCredential(id: string): AccountCredential | Promise<AccountCredential>;
1727 accountCredentials(paging?: Nullable<CursorPaging>, filter?: Nullable<AccountCredentialFilter>, sorting?: Nullable<AccountCredentialSort[]>): AccountCredentialConnection | Promise<AccountCredentialConnection>;
1728 accountCreationData(key: string): ConnectAccountDataPayload | Promise<ConnectAccountDataPayload>;
1729 integration(id: string): Integration | Promise<Integration>;
1730 integrations(search?: Nullable<string>, paging?: Nullable<CursorPaging>, filter?: Nullable<IntegrationFilter>, sorting?: Nullable<IntegrationSort[]>): IntegrationConnection | Promise<IntegrationConnection>;
1731 integrationCategories(): IntegrationCategory[] | Promise<IntegrationCategory[]>;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected