You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added a changelog :-) Following the same style as Apollo Client because that feels like it gives good thanks to the community contributors.
By @MichaelJCompton in #1512
Added support for methods returning (v, ok) shaped values to support Prisma Go client.
By @steebchen in #1449
Added a new API to finish an already validated config
By @benjaminjkraft in #1387
GraphQL playground updated to 1.7.26.
By @ddouglas in #1436
Fixed
Removed a data race by copying when input fields have default values.
By @skaji in #1456
v0.12.2 broke the handling of pointers to slices by calling the custom Marshal and Unmarshal functions on the entire slice. It now correctly calls the custom Marshal and Unmarshal methods for each element in the slice.
By @ananyasaxena in #1363
Changes in go1.16 that mean go.mod and go.sum aren't always up to date. Now go mod tidy is run after code generation.
By @lwc in #1501
Errors in resolving non-nullable arrays were not correctly bubbling up to the next nullable field.
By @wilhelmeek in #1480
Fixed a potential deadlock in calling error presenters.
By @vektah in #1399
Fixed collectFields not correctly respecting alias fields in fragments.
By @vmrajas in #1341