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

Method asyncSchemas

generated/graphql.ts:1766–1766  ·  view source on GitHub ↗
(integrationId: string, accountCredentialId: string, names: string[], inputs?: Nullable<JSONObject>, integrationTriggerId?: Nullable<string>, integrationActionId?: Nullable<string>)

Source from the content-addressed store, hash-verified

1764 assistants(paging?: Nullable<CursorPaging>, filter?: Nullable<AssistantFilter>, sorting?: Nullable<AssistantSort[]>): AssistantConnection | Promise<AssistantConnection>;
1765 contractSchema(chainId: number, address: string, type: string): ContractSchema | Promise<ContractSchema>;
1766 asyncSchemas(integrationId: string, accountCredentialId: string, names: string[], inputs?: Nullable<JSONObject>, integrationTriggerId?: Nullable<string>, integrationActionId?: Nullable<string>): AsyncSchema | Promise<AsyncSchema>;
1767 manyAsyncSchemas(asyncSchemaInputs: JSONObject[]): AsyncSchema | Promise<AsyncSchema>;
1768 userDatabase(id: string): UserDatabase | Promise<UserDatabase>;
1769 userDatabases(paging?: Nullable<CursorPaging>, filter?: Nullable<UserDatabaseFilter>, sorting?: Nullable<UserDatabaseSort[]>): UserDatabaseConnection | Promise<UserDatabaseConnection>;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected