Node.js GraphQL関連
Server
graphql.js
素朴
https://graphql.org/graphql-js/
apollo-server
拡張
https://www.apollographql.com/docs/apollo-server/
Database (ORM)
Prisma
TODO
ServerとDatabaseの間
TypeGraphQL
decorationで楽に
https://typegraphql.com/docs/getting-started.html
TypeORMとの相性が良さそう
dataloader
N+1問題解決用
https://github.com/graphql/dataloader
TypeGraphQLと組み合わせた例
https://github.com/slaypni/type-graphql-dataloader
#Node.js
#GraphQL