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

Method assistant

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

Source from the content-addressed store, hash-verified

1761 order(id: string): Order | Promise<Order>;
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>;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected