Skip to content

Releases: i-love-flamingo/graphql

Dependency updates

10 Feb 14:11
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.5.0...v1.6.0

Bump Go to 1.16, cue config, cleanup

26 Aug 14:33
4ce886f
Compare
Choose a tag to compare

General maintenance release:

  • Bump Go to 1.16 and switch to go:embed
  • Update the module to use cue config
  • Cleanup unused dependencies

Dependency update

12 Aug 14:00
fab3c09
Compare
Choose a tag to compare

Updated all dependencies to their latest versions, fix calls to deprecated functions plus some general cleanup.
Bumped the Go version to 1.15 to match the official support lifecycle of the Go core.

Changed deps:

Add gql direct command

11 Feb 14:41
fa8ee2b
Compare
Choose a tag to compare

adds the gql command to directly call GraphQL queries from the cli.

go run main.go gql User.Todos '{\"Name\":\"User a\"}' 

Fix empty date scalar handling

01 Dec 15:20
e20b815
Compare
Choose a tag to compare
Fix unmarshal of empty date scalar (#7)

* Fixed Unmarshal of Date Scalar

* Added tests for marshaller

Add new Date scalar type

30 Nov 15:41
e91f1c1
Compare
Choose a tag to compare
  • Adds new Date scalar type

Better Codegeneration

29 Jul 12:04
Compare
Choose a tag to compare
  • Better Codegeneration
  • Use modern GQLGen
  • Use Types instead of ModelMap