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

Method assistants

generated/graphql.ts:1764–1764  ·  view source on GitHub ↗
(paging?: Nullable<CursorPaging>, filter?: Nullable<AssistantFilter>, sorting?: Nullable<AssistantSort[]>)

Source from the content-addressed store, hash-verified

1762 orders(paging?: Nullable<CursorPaging>, filter?: Nullable<OrderFilter>, sorting?: Nullable<OrderSort[]>): OrderConnection | Promise<OrderConnection>;
1763 assistant(id: string): Assistant | Promise<Assistant>;
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>;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected