Skip to content

Releases: pablor21/gqlschemagen

v1.0.0 - First Stable Release

22 Nov 04:09

Choose a tag to compare

🎉 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.0

Contributors

Full Changelog: v0.1.10...v1.0.0

v0.1.10

20 Nov 13:03

Choose a tag to compare

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