Use Yoga as the underlying GraphQL server
$ npm install @deepkit-graphql/yoga
import { YogaGraphQLModule } from '@deepkit-graphql/yoga'; await new App({ imports: [new YogaGraphQLModule()], }).run();
GraphQLModule
Was this page helpful?