Graphity is a library that makes typescript and GraphQL easy to use. As much as possible, the object of GraphQL.js can be used as it is.
- @graphity/server-express - Using Graphity on Express Server
- @graphity/server-lambda - Using Graphity on AWS Lambda
Currently, Graphity is only responsible for the Schema of GraphQL and can be run through Apollo Server.
npm i graphity apollo-server