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 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
Was this page helpful?