Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.