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
Upgrading from github.com/vektah/gqlparser/v2 v2.1.0 to github.com/vektah/gqlparser/v2 v2.2.0 with the same generated ([email protected]) code and all the same files I get a monster error:
runtime error: invalid memory address or nil pointer dereference.
Upgrading from
github.com/vektah/gqlparser/v2 v2.1.0
togithub.com/vektah/gqlparser/v2 v2.2.0
with the same generated ([email protected]
) code and all the same files I get a monster error:runtime error: invalid memory address or nil pointer dereference
.After a long time of debugging I realized the problem is here:
f.Definition
here isnil
withv2.2.0
, not with2.1.0
! Why?How to fix this?
The text was updated successfully, but these errors were encountered: