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
+1 -1
View File
@@ -80270,7 +80270,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`
@@ -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`
+1 -1
View File
@@ -6567,7 +6567,7 @@ export const generatedEditDates = {
"app/commerce-modules/user/invite-user-subscriber/page.mdx": "2025-08-01T12:01:54.551Z",
"app/how-to-tutorials/tutorials/invoice-generator/page.mdx": "2025-08-04T00:00:00.000Z",
"app/how-to-tutorials/tutorials/product-builder/page.mdx": "2025-09-01T14:59:43.128Z",
"app/integrations/guides/payload/page.mdx": "2025-09-04T06:55:24.650Z",
"app/integrations/guides/payload/page.mdx": "2025-09-08T15:06:32.588Z",
"references/js_sdk/admin/Client/methods/js_sdk.admin.Client.getToken/page.mdx": "2025-08-14T12:59:55.678Z",
"app/commerce-modules/order/draft-orders/page.mdx": "2025-08-26T09:21:49.780Z",
"app/troubleshooting/scheduled-job-not-running/page.mdx": "2025-08-29T11:32:54.117Z",