Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 909 Bytes

README.md

File metadata and controls

33 lines (22 loc) · 909 Bytes

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