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
/
utils
/
subscriptions.ts
8 lines
(7 loc)
•
220 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
export
function
addGatewayDataSourceToSubscriptionContext
(
context, gatewayDataSource
) { gatewayDataSource.
initialize
({ context,
cache
:
undefined
});
return
{
dataSources
: {
gatewayApi
: gatewayDataSource } }; }