Skip to content

Releases: fraym/graphql-go

v0.1.4

24 Sep 09:44
888b217

Choose a tag to compare

v0.1.4

✨ Improvements

  • Static sorting of types in introspection queries
  • Add static code analysis and update codebase accordingly

v0.1.3

22 Aug 09:04
dba95ea

Choose a tag to compare

v0.1.3

🐛 Bug Fixes

  • Fix input null values

v0.1.2

16 Aug 07:15
66b7520

Choose a tag to compare

v0.1.2

🐛 Bug Fixes

  • Return null values if a list or map is null

v0.1.1

15 Aug 07:44
b171d08

Choose a tag to compare

v0.1.1

🐛 Bug Fixes

  • Respect null values in input values

v0.1.0

14 Aug 10:55
eacb9e2

Choose a tag to compare

v0.1.0

💥 Breaking Changes

  • Add errors to serializers
  • Add null values support

🛠️ Internal