Releases: GannettDigital/graphql-gen
Releases · GannettDigital/graphql-gen
v0.4.10
What's Changed
- Handle lists of pointers to time objects by @tkuhlman in #26
- add support for map type by @adamhostettler in #27
New Contributors
- @adamhostettler made their first contribution in #27
Full Changelog: v0.4.9...v0.4.10
Bump GraphQL library for improved concurrency
Merge pull request #25 from GannettDigital/performance2 Bumpd graphql version for concurrency improvements
Set all auto generated resolve functions to resolve serially
Merge pull request #24 from GannettDigital/performance Set all auto-generated resolve functions to resolve serially
Add support for reporting list fields functions
Adds a new interface for reporting GraphQL list filtering and list sorting.
Tweak list filter descriptions, add list total count field
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
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
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
Fix int64 sort bug
v0.4.2 APIS-3239 Fix int64 sort bug and testing (#16)
Fix the naming/description of list sorting in the GraphQL Schema
Merge pull request #14 from GannettDigital/sort-2 Fix the defined type for list sorting