## docs - [schema first approach의 문제점](https://www.prisma.io/blog/the-problems-of-schema-first-graphql-development-x1mn4cb0tyl3) - [typeGraphql vs graphql_nexus](https://medium.com/novvum/typegraphql-and-graphql-nexus-a-look-at-code-first-apis-7728f26d7e0d#:~:text=TypeGraphQL%20uses%20classes%20and%20relies,User%20class%20that%20we%20write.) - [nexus 논의 thread](https://github.com/graphql-nexus/nexus/issues/386) ## example - [realworld example](https://github.com/ZenSoftware/Zen) - [typeGraphql + nestJs + Prisma2](https://github.com/EndyKaufman/typegraphql-prisma-nestjs-example) - [graphql_nexus + nestJs + Prisma2](https://github.com/marcjulian/nestjs-prisma-nexus) ##