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 Hygraph

Join our Slack

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

Demo

Deploy with Vercel Clone project

How to Use

Download Manually

npx degit hygraph/hygraph-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