Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 20 days 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 (2 months ago)
- Default Branch: main
- Last Pushed: 2024-09-15T11:47:06.000Z (2 months ago)
- Last Synced: 2024-10-10T16:41:54.935Z (about 1 month 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
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.![GitHub Release](https://img.shields.io/github/v/release/simse/faster-graphql-codegen)
[![Build and Release](https://github.com/simse/faster-graphql-codegen/actions/workflows/release.yml/badge.svg)](https://github.com/simse/faster-graphql-codegen/actions/workflows/release.yml)
[![Go Report Card](https://goreportcard.com/badge/github.com/simse/faster-graphql-codegen)](https://goreportcard.com/report/github.com/simse/faster-graphql-codegen)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](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.