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 Yoga as the underlying GraphQL server
$ npm install @deepkit-graphql/yoga
$ yarn add @deepkit-graphql/yoga
$ pnpm add @deepkit-graphql/yoga
import { YogaGraphQLModule } from '@deepkit-graphql/yoga';
await new App({
imports: [new YogaGraphQLModule()],
}).run();
GraphQLModule if it’s already importedWas this page helpful?
