graphity icon indicating copy to clipboard operation
graphity copied to clipboard

GraphQL Typescript Framework. Graphity is a library that makes typescript and GraphQL easy to use.

graphity

GraphQL Typescript Framework

Build Version License MIT Language Typescript
dependencies Status devDependencies Status

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.

Projects

Core

  • graphity
  • @graphity/container
  • @graphity/schema
  • @graphity/types

Server

  • @graphity/server-express - Using Graphity on Express Server
  • @graphity/server-lambda - Using Graphity on AWS Lambda

Miscellaneous

Extensions(Experimantal)

  • @graphity-extensions/restful