apollo-gateway-subscription
Version:
Sidecar for subscriptions that work with Apollo Federation/Supergraphs
7 lines • 306 B
TypeScript
export declare function getGatewayApolloConfig(key: string, graphRef: string): {
key: string;
graphRef: string;
keyHash: string;
};
export declare function makeSubscriptionSchema({ gatewaySchema, typeDefs, resolvers }: any): import("graphql").GraphQLSchema;
//# sourceMappingURL=schema.d.ts.map