protocol.d.ts 151 B

123
  1. declare const GRAPHQL_WS = "graphql-ws";
  2. declare const GRAPHQL_SUBSCRIPTIONS = "graphql-subscriptions";
  3. export { GRAPHQL_WS, GRAPHQL_SUBSCRIPTIONS, };