Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Graphql Engine | 30,155 | 3 | 4 hours ago | 17 | June 22, 2022 | 2,135 | apache-2.0 | TypeScript | ||
Blazing fast, instant realtime GraphQL APIs on your DB with fine grained access control, also trigger webhooks on database events. | ||||||||||
Graphql Js | 19,714 | 33,257 | 14,068 | 11 hours ago | 230 | June 22, 2023 | 263 | mit | TypeScript | |
A reference implementation of GraphQL for JavaScript | ||||||||||
Rxdb | 19,702 | 82 | 81 | 5 hours ago | 450 | July 27, 2023 | 17 | apache-2.0 | TypeScript | |
A fast, offline-first, reactive Database for JavaScript Applications https://rxdb.info/ | ||||||||||
Apollo Server | 13,497 | 1,589 | 863 | 3 days ago | 317 | March 02, 2023 | 62 | mit | TypeScript | |
🌍 Spec-compliant and production ready JavaScript GraphQL server that lets you develop in a schema-first way. Built for Express, Connect, Hapi, Koa, and more. | ||||||||||
Crystal | 12,184 | 3 hours ago | 49 | other | TypeScript | |||||
🔮 Graphile's Crystal Monorepo; home to Grafast, PostGraphile, pg-introspection, pg-sql2 and much more! | ||||||||||
Edgedb | 11,575 | 4 hours ago | 2 | June 08, 2018 | 607 | apache-2.0 | Python | |||
A graph-relational database with declarative schema, built-in migration system, and a next-generation query language | ||||||||||
Graphql Code Generator | 10,314 | a day ago | 525 | mit | TypeScript | |||||
A tool for generating code based on a GraphQL schema and GraphQL operations (query/mutation/subscription), with flexible support for custom plugins. | ||||||||||
Gqlgen | 9,206 | 115 | 798 | 5 hours ago | 214 | July 27, 2023 | 253 | mit | Go | |
go generate based graphql server library | ||||||||||
Type Graphql | 7,847 | 277 | 378 | 5 days ago | 69 | May 16, 2023 | 111 | mit | TypeScript | |
Create GraphQL schema and resolvers with TypeScript, using classes and decorators! | ||||||||||
Graphql Editor | 5,890 | 3 | 4 days ago | 95 | August 05, 2023 | 15 | mit | TypeScript | ||
📺 Visual Editor & GraphQL IDE. |
https://the-guild.dev/graphql/codegen
GraphQL Code Generator is a tool that generates code out of your GraphQL schema. Whether you are developing a frontend or backend, you can utilize GraphQL Code Generator to generate output from your GraphQL Schema and GraphQL Documents (query/mutation/subscription/fragment).
By analyzing the schema and documents and parsing it, GraphQL Code Generator can output code at a wide variety of formats, based on pre-defined templates or based on custom user-defined ones. Regardless of the language that you're using, GraphQL Code Generator has you covered.
GraphQL Code Generator lets you choose the output that you need, based on plugins, which are very flexible and customizable. You can also write your plugins to generate custom outputs that match your needs.
You can try this tool live on your browser and see some useful examples. Check out GraphQL Code Generator Live Examples.
We currently support and maintain these plugins (TypeScript, Flow, React, Angular, MongoDB, Stencil, Reason, and some more), and there is an active community that writes and maintains custom plugins.
You can find the complete instructions in GraphQL Code Generator website.
Start by installing the basic deps of GraphQL Codegen:
yarn add graphql
yarn add -D @graphql-codegen/cli
GraphQL Code Generator lets you setup everything by simply running the following command:
yarn graphql-codegen init
Question by question, it will guide you through the whole process of setting up a schema, selecting plugins, picking a destination of a generated file, and a lot more.
If you wish to manually setup codegen, follow these instructions.
Besides our docs page, feel free to go through our published Medium articles to get a better grasp of what GraphQL Code Generator is all about:
If this is your first time contributing to this project, please do read our Contributor Workflow Guide before you get started off.
Feel free to open issues and pull requests. We're always welcome support from the community.
For a contribution guide specific to this project, please refer to: http://the-guild.dev/graphql/codegen/docs/custom-codegen/contributing.
Help us keep GraphQL Code Generator open and inclusive. Please read and follow our Code of Conduct as adopted from Contributor Covenant
MIT