UNPKG

apollo-gateway-subscription

Version:

Sidecar for subscriptions that work with Apollo Federation/Supergraphs

4 lines (3 loc) 233 B
export { addGatewayDataSourceToSubscriptionContext } from "./utils/subscriptions"; export { GatewayDataSource } from "./datasources/GatewayDataSource"; export { getGatewayApolloConfig, makeSubscriptionSchema } from "./utils/schema";