derushio / nexus-plugin-prisma-example

Prisma2とNexusのGraphQLサーバーの例

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

nexus-plugin-prismaの例

概要

Prisma2とNexusとApollo Serverを使ったGraphQLサーバーの例

デバッグ実行

GraphQLサーバー起動

  1. yarn
  2. yarn migration
  3. yarn dev

Prisma Studioの起動

  1. yarn
  2. yarn migration
  3. yarn prisma studio

About

Prisma2とNexusのGraphQLサーバーの例


Languages

Language:TypeScript 100.0%