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
We have been using gqlgen-v0.9.2 since a year, and now we are updating it to latest version. Straight forward I updated all the dependencies. But still after 2 days of efforts, I am getting errors.
Getting error message vendor/github.com/99designs/gqlgen/graphql/context_field.go:7:2: cannot find package "github.com/vektah/gqlparser/v2/ast" in any of:
gqlgen version: 0.12.2
The text was updated successfully, but these errors were encountered:
TusharSheth
changed the title
Facing issue `gqlparser/v2/ast"
Facing issue can not find package github.com/vektah/gqlparser/v2/astSep 10, 2020
your references are to gqlparser/v2/ast but there is no gqlparser/v2 or gqlparser/v2/ast
Trying to use gqlgen but these broken links are preventing it from working.
We have been using
gqlgen-v0.9.2
since a year, and now we are updating it to latest version. Straight forward I updated all the dependencies. But still after 2 days of efforts, I am getting errors.Getting error message
vendor/github.com/99designs/gqlgen/graphql/context_field.go:7:2: cannot find package "github.com/vektah/gqlparser/v2/ast" in any of:
gqlgen version:
0.12.2
The text was updated successfully, but these errors were encountered: