Skip to main content

Documentation Index

Fetch the complete documentation index at: https://deepkit-graphql.js.org/llms.txt

Use this file to discover all available pages before exploring further.

1. Installation

$ npm install @deepkit-graphql/apollo

2. Setup

import { ApolloGraphQLModule } from '@deepkit-graphql/apollo';

await new App({
  imports: [new ApolloGraphQLModule()],
}).run();
Remove GraphQLModule if it’s already imported