https://github.com/simse/faster-graphql-codegen
A (much) faster implementation of graphql-codegen in Golang
https://github.com/simse/faster-graphql-codegen
codegen go graphql graphql-codegen woah
Last synced: 2 months ago
JSON representation
A (much) faster implementation of graphql-codegen in Golang
- Host: GitHub
- URL: https://github.com/simse/faster-graphql-codegen
- Owner: simse
- License: mit
- Created: 2024-09-12T22:52:58.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-09-15T11:47:06.000Z (over 1 year ago)
- Last Synced: 2025-04-05T19:41:26.346Z (12 months ago)
- Topics: codegen, go, graphql, graphql-codegen, woah
- Language: Go
- Homepage: https://faster-graphql-codegen.simse.io
- Size: 340 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 🚀 faster-graphql-codegen 🚀
A reimplementation of graphql-codegen designed to be (much) faster than the original. It aims to be drop-in compatible where possible.

[](https://github.com/simse/faster-graphql-codegen/actions/workflows/release.yml)
[](https://goreportcard.com/report/github.com/simse/faster-graphql-codegen)
[](https://opensource.org/licenses/MIT)
[Docs](https://faster-graphql-codegen.simse.io/) | [Quick Start](https://faster-graphql-codegen.simse.io/quick-start)
## Current functionality
- [x] Parse single graphql schema from file
- [ ] Parse and merge multiple graphql schemas
- [ ] Load schema from URL via introspection
- [x] Convert schema to types
- [x] Enums
- [x] Comments
- [x] InputObjects
- [x] Objects
- [x] Implements
- [x] Custom Scalars
- [ ] Lots of other things
- [x] Load .yaml config
- [ ] Load .js/.ts config
- [ ] Extract and generate types for queries
- [ ] Extract and generate types for mutations
- [x] Monorepo support
## Yo!
This is still just an experiment.