granateio/granate
Code generator for graphql
This tool helps Go developers quickly build applications that use GraphQL. You provide a GraphQL schema definition, and it generates Go code for the schema, data models, and a GraphQL provider. This allows developers to focus on implementing business logic rather than writing boilerplate code for GraphQL integration.
No commits in the last 6 months.
Use this if you are a Go developer building a new application that will expose or consume a GraphQL API and want to accelerate development by automating code generation.
Not ideal if your GraphQL schema uses unsupported features like custom interfaces (beyond 'Node'), custom scalars, unions, or explicit schema definitions.
Stars
22
Forks
3
Language
Go
License
MIT
Category
Last pushed
Jul 20, 2018
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ai-coding/granateio/granate"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
Dav1dde/glad
Multi-Language Vulkan/GL/GLES/EGL/GLX/WGL Loader-Generator based on the official specs.
Aleph-Alpha/ts-rs
Generate TypeScript bindings from Rust types
apollographql/apollo-tooling
✏️ Apollo CLI for client tooling (Mostly replaced by Rover)
mmcloughlin/avo
Generate x86 Assembly with Go
krzysztofzablocki/Sourcery
Meta-programming for Swift, stop writing boilerplate code.