makeGatewayGraphQLRequestContext.d.ts 580 B

12345
  1. import type { GatewayGraphQLRequestContext } from '@apollo/server-gateway-interface';
  2. import type { ApolloServer, ApolloServerInternals } from '../ApolloServer';
  3. import type { BaseContext, GraphQLRequestContextExecutionDidStart } from '../externalTypes';
  4. export declare function makeGatewayGraphQLRequestContext<TContext extends BaseContext>(as4RequestContext: GraphQLRequestContextExecutionDidStart<TContext>, server: ApolloServer<TContext>, internals: ApolloServerInternals<TContext>): GatewayGraphQLRequestContext;
  5. //# sourceMappingURL=makeGatewayGraphQLRequestContext.d.ts.map