Skip to content
/ GraphQL Public template

GraphQL template supporting pagination and dataloader out of the box

Notifications You must be signed in to change notification settings

KDKHD/GraphQL

Repository files navigation

Still work in progress.

Most of the dataloader + pagination logic can be found here: https://github.com/KDKHD/GraphQL/blob/main/graphQL/modules/parent/provider.ts

Update Prisma Schema

npx prisma db pull
npx prisma generate
npm uninstall @prisma/client
npm install @prisma/client

Restart vscode

Update Postgres Schema

npx prisma migrate dev --create-only (Otherwise just create a folder and increment the number)
npx prisma migrate dev

Restart vscode

About

GraphQL template supporting pagination and dataloader out of the box

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published