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/yoga

2. Setup

import { YogaGraphQLModule } from '@deepkit-graphql/yoga';

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