mirror of
https://github.com/rjNemo/federation
synced 2026-06-10 03:56:39 +00:00
3 lines
151 B
TypeScript
3 lines
151 B
TypeScript
declare const GRAPHQL_WS = "graphql-ws";
|
|
declare const GRAPHQL_SUBSCRIPTIONS = "graphql-subscriptions";
|
|
export { GRAPHQL_WS, GRAPHQL_SUBSCRIPTIONS, };
|