saraogipraveen / zippy-notes-nexus-backend

Zippy Noted Backend but in Nexus

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Commands for Prisma

Persist the database: npx prisma db push

Generate the prisma client npx prisma generate

view database: npx prisma studio

Using Cookies in GraphQL Playground

Make sure to set

  "request.credentials": "include",

This will ensure that cookies are set upon requests.

About

Zippy Noted Backend but in Nexus


Languages

Language:TypeScript 100.0%