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 5c192e5 commit bab33c3Copy full SHA for bab33c3
packages/web/docs/src/content/gateway/deployment/node-frameworks/express.mdx
@@ -40,7 +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';
+import { renderGraphiQL } from '@graphql-yoga/render-graphiql'
44
45
const app = express()
46
0 commit comments