Skip to content
Open
Show file tree
Hide file tree
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/migration/graphiql-5.0.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ Starting from GraphiQL 5, you need to set up Monaco workers in your project:
>
> See [Vite example](../../examples/graphiql-vite/src/App.jsx).

- For Webpack projects such as **Next.js** you must import:
- For Webpack (and Turbopack) projects such as **Next.js** you must import:

```js
import 'graphiql/setup-workers/webpack';
Expand Down
2 changes: 1 addition & 1 deletion examples/graphiql-nextjs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ bun dev

Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.

You can start editing the page by modifying `app/page.tsx`. The page auto-updates as you edit the file.
You can start editing the page by modifying [`src/app/graphiql.tsx`](./src/app/graphiql.tsx). The page auto-updates as you edit the file.