Skip to content

Latest commit

 

History

History
 
 

using-mutations

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

Working with mutations in GraphCMS

Join our Slack

This example demonstrates how to mutate GraphCMS data with Next.js.

Demo

Deploy with Vercel

How to Use

Download Manually

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

Run on Codesandbox

Develop with Codesandbox