UNPKG

apollo-server-edge

Version:

Production-ready Node.js GraphQL server for edge environments

3 lines (2 loc) 162 B
import { GraphQLOptions } from 'apollo-server-core'; export declare function graphqlCloudflare(options: GraphQLOptions): (req: RequestInit) => Promise<Response>;