docs: add graphql dependency to payload guide (#13440)

This commit is contained in:
Shahed Nasser
2025-09-08 19:02:21 +03:00
committed by GitHub
parent c01e17a3ef
commit 5e1523a206
3 changed files with 3 additions and 3 deletions
@@ -104,7 +104,7 @@ In this step, you'll set up Payload in the Next.js Starter Storefront. This requ
In the directory of the Next.js Starter Storefront, run the following command to install the necessary dependencies:
```bash npm2yarn badgeLabel="Storefront" badgeColor="blue"
npm install payload @payloadcms/next @payloadcms/richtext-lexical sharp @payloadcms/db-postgres
npm install payload @payloadcms/next @payloadcms/richtext-lexical sharp @payloadcms/db-postgres graphql
```
### b. Add Resolution for `undici`