UNPKG

apollo-gateway-subscription

Version:

Sidecar for subscriptions that work with Apollo Federation/Supergraphs

8 lines (7 loc) 220 B
export function addGatewayDataSourceToSubscriptionContext( context, gatewayDataSource ) { gatewayDataSource.initialize({ context, cache: undefined }); return { dataSources: { gatewayApi: gatewayDataSource } }; }