This example demonstrates how to mutate GraphCMS data with Next.js.
• Demo
npx degit graphcms/graphcms-examples/using-mutations using-mutations
Install & Run:
cd using-mutations
npm install
npm run dev
# or
cd using-mutations
yarn
yarn dev
This example demonstrates how to mutate GraphCMS data with Next.js.
• Demo
npx degit graphcms/graphcms-examples/using-mutations using-mutations
Install & Run:
cd using-mutations
npm install
npm run dev
# or
cd using-mutations
yarn
yarn dev