Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dotansimha/graphql-code-generator
A tool for generating code based on a GraphQL schema and GraphQL operations (query/mutation/subscription), with flexible support for custom plugins.
https://github.com/dotansimha/graphql-code-generator
android angular code-generator codegen csharp graphql graphql-schema java react resolvers schema the-guild typescript
Last synced: 4 days ago
JSON representation
A tool for generating code based on a GraphQL schema and GraphQL operations (query/mutation/subscription), with flexible support for custom plugins.
- Host: GitHub
- URL: https://github.com/dotansimha/graphql-code-generator
- Owner: dotansimha
- License: mit
- Created: 2016-12-05T19:15:11.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2024-10-28T16:48:53.000Z (about 2 months ago)
- Last Synced: 2024-10-29T15:19:24.611Z (about 1 month ago)
- Topics: android, angular, code-generator, codegen, csharp, graphql, graphql-schema, java, react, resolvers, schema, the-guild, typescript
- Language: TypeScript
- Homepage: https://the-guild.dev/graphql/codegen/
- Size: 86.9 MB
- Stars: 10,835
- Watchers: 77
- Forks: 1,331
- Open Issues: 609
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome - graphql-code-generator - GraphQL code generator with flexible support for custom plugins and templates (TypeScript)
- awesome-graphql - GraphQL Code Generator - GraphQL code generator based on schema and documents. (Tools / Julia Libraries)
- awesome-graphql - graphql-code-generator
- awesome-list - graphql-code-generator
- awesome-vue-graphql - graphql-code-generator
- awesome-react-graphql - graphql-code-generator
- awesome-angular - graphql-code-generator - A tool for generating code based on a GraphQL schema and GraphQL operations (query/mutation/subscription), with flexible support for custom plugins. (Table of contents / Angular)
- StarryDivineSky - dotansimha/graphql-code-generator
- fucking-awesome-angular - graphql-code-generator - A tool for generating code based on a GraphQL schema and GraphQL operations (query/mutation/subscription), with flexible support for custom plugins. (Table of contents / Angular)
- fucking-awesome-angular - graphql-code-generator - A tool for generating code based on a GraphQL schema and GraphQL operations (query/mutation/subscription), with flexible support for custom plugins. (Table of contents / Angular)
README
[![npm version](https://badge.fury.io/js/%40graphql-codegen%2Fcli.svg)](https://badge.fury.io/js/%40graphql-codegen%2Fcli)
[https://the-guild.dev/graphql/codegen](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](https://the-guild.dev/graphql/codegen/#live-demo).
We currently support and maintain [these plugins](https://the-guild.dev/graphql/codegen/plugins) (TypeScript, Flow, React, Angular, MongoDB, Stencil, Reason, and some more), and there is an active community that writes and maintains custom plugins.
## Quick Start
> You can find the complete instructions in [GraphQL Code Generator website](https://the-guild.dev/graphql/codegen/docs/getting-started/installation).
Start by installing the basic deps of GraphQL Codegen:
```bash
yarn add graphql
yarn add -D @graphql-codegen/cli
```GraphQL Code Generator lets you setup everything by simply running the following command:
```bash
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](https://the-guild.dev/graphql/codegen/docs/getting-started/installation).
## Links
Besides our [docs page](https://the-guild.dev/graphql/codegen/docs/getting-started), feel free to go through our published Medium articles to get a better grasp of what GraphQL Code Generator is all about:
- [All available plugins & presets](https://the-guild.dev/graphql/codegen/plugins)
## Contributing
If this is your first time contributing to this project, please do read our [Contributor Workflow Guide](https://github.com/the-guild-org/Stack/blob/master/CONTRIBUTING.md) 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.
## Code of Conduct
Help us keep GraphQL Code Generator open and inclusive. Please read and follow our [Code of Conduct](https://github.com/the-guild-org/Stack/blob/master/CODE_OF_CONDUCT.md) as adopted from [Contributor Covenant](https://contributor-covenant.org)
## License
[![GitHub license](https://img.shields.io/badge/license-MIT-lightgrey.svg?maxAge=2592000)](https://raw.githubusercontent.com/apollostack/apollo-ios/master/LICENSE)
MIT