Skip to content

Releases: GannettDigital/graphql-gen

v0.4.10

22 Jul 20:47
c58cd49
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.4.9...v0.4.10

Bump GraphQL library for improved concurrency

09 Mar 16:28
8ef5c8c
Compare
Choose a tag to compare
Merge pull request #25 from GannettDigital/performance2

Bumpd graphql version for concurrency improvements

Set all auto generated resolve functions to resolve serially

06 Mar 18:26
603a4cc
Compare
Choose a tag to compare
Merge pull request #24 from GannettDigital/performance

Set all auto-generated resolve functions to resolve serially

Add support for reporting list fields functions

27 Feb 16:41
0313f10
Compare
Choose a tag to compare

Adds a new interface for reporting GraphQL list filtering and list sorting.

Tweak list filter descriptions, add list total count field

21 Oct 22:00
16c54ba
Compare
Choose a tag to compare

Remove backticks from GraphQL list filter descriptions, Added automatic total count field when the GraphQL type is a list

Updated error message for hydration extraction errors

18 Sep 19:24
7a53503
Compare
Choose a tag to compare
Merge pull request #19 from GannettDigital/err-on-missing-field

APIS-3338 Updated error message for hydration extraction errors

Added an error if the top level extracted field value is nil

18 Sep 17:29
f038802
Compare
Choose a tag to compare
Merge pull request #18 from GannettDigital/err-on-missing-field

APIS-3338 Added an error if the top level extracted field value is nil

v0.4.3

19 Aug 19:57
3be6940
Compare
Choose a tag to compare
APIS-3285 Ensure names used for a GraphQL schema are valid (#17)

Fix int64 sort bug

14 Aug 21:45
36927bc
Compare
Choose a tag to compare
v0.4.2

APIS-3239 Fix int64 sort bug and testing (#16)

Fix the naming/description of list sorting in the GraphQL Schema

21 Feb 22:13
19fa4c1
Compare
Choose a tag to compare
Merge pull request #14 from GannettDigital/sort-2

Fix the defined type for list sorting