We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd28b58 commit 91f6247Copy full SHA for 91f6247
packages/web/docs/src/content/gateway/deployment/node-frameworks/express.mdx
@@ -40,6 +40,7 @@ You need to pass imported `renderGraphiQL` to `createGatewayRuntime` like below:
40
```ts filename="Render GraphiQL offline"
41
import express from 'express'
42
import { createGatewayRuntime } from '@graphql-hive/gateway-runtime'
43
+import { renderGraphiQL } from '@graphql-yoga/render-graphiql';
44
45
const app = express()
46
0 commit comments