Releases: pablor21/gqlschemagen
Releases · pablor21/gqlschemagen
v1.0.0 - First Stable Release
🎉 GQLSchemaGen v1.0.0
First stable release! Generate GraphQL schemas from Go structs with annotations.
🚀 What's Included
- ✨ Code-first schema generation from Go structs
- 🎯 Advanced field control (ro/wo/rw tags)
- 🧬 Full Go generics support
- 🔄 Auto-discovery of referenced types
- 🔧 Global scalar mappings
- 🗂️ Namespace organization
- ⚙️ Seamless gqlgen integration
📦 Installation
go install github.com/pablor21/gqlschemagen@v1.0.0Contributors
Full Changelog: v0.1.10...v1.0.0
v0.1.10
From now on, there will be no breaking changes to the api, unless there is a REALLY good reason to.
Ne features and fixes must (should) be compatible with the current api.
Full Changelog: v0.1.0...v0.1.10