UNPKG
apollo-gateway-subscription
Version:
latest (0.5.6)
0.5.6
0.5.5
0.5.4
0.5.3
0.5.2
0.5.1
0.5.0
Sidecar for subscriptions that work with Apollo Federation/Supergraphs
apollo-gateway-subscription
/
src
/
index.ts
4 lines
(3 loc)
•
233 B
text/typescript
View Raw
1
2
3
4
export
{ addGatewayDataSourceToSubscriptionContext }
from
"./utils/subscriptions"
;
export
{
GatewayDataSource
}
from
"./datasources/GatewayDataSource"
;
export
{ getGatewayApolloConfig, makeSubscriptionSchema }
from
"./utils/schema"
;