trustgraph/ts/packages/flow/src/gateway/index.ts

18 lines
500 B
TypeScript
Raw Normal View History

2026-04-05 21:09:33 -05:00
export { createGateway, run, type GatewayConfig } from "./server.js";
2026-06-01 20:26:47 -05:00
export {
dispatcherManagerFlowServiceNames,
dispatcherManagerGlobalServiceNames,
dispatcherManagerIsCompleteResponse,
2026-06-01 20:26:47 -05:00
dispatcherManagerIsStreamingService,
makeDispatcherManager,
type DispatcherManager,
} from "./dispatch/manager.js";
2026-04-05 22:44:45 -05:00
export {
clientTermToInternal,
clientTripleToInternal,
internalTermToClient,
internalTripleToClient,
translateRequest,
translateResponse,
} from "./dispatch/serialize.js";