Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
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
Was this page helpful?