1. Installation
- npm
- yarn
- pnpm
2. Setup
Remove
GraphQLModule if it’s already importedDocumentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Use Apollo as the underlying GraphQL server
$ npm install @deepkit-graphql/apollo
$ yarn add @deepkit-graphql/apollo
$ pnpm add @deepkit-graphql/apollo
import { ApolloGraphQLModule } from '@deepkit-graphql/apollo';
await new App({
imports: [new ApolloGraphQLModule()],
}).run();
GraphQLModule if it’s already importedWas this page helpful?
