UNPKG

@nestjs/graphql

Version:

Nest - modern, fast, powerful node.js web framework (@graphql)

4 lines (3 loc) 202 B
import { INestApplicationContext } from '@nestjs/common'; import { ApolloServerBase } from 'apollo-server-core'; export declare function getApolloServer(app: INestApplicationContext): ApolloServerBase;