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
With the introduction of go modules in 1.11, I started to write all my application code outside $GOPATH because I don't want them to be importable. I still write library code in $GOPATH.
Since gelgen is a tool for application development, it should be able to run in any file dir.
Expected Behaviour
gqlgen can run anywhere and works with go module systems
Actual Behavior
gqlgen must be run from inside your $GOPATH
Minimal graphql.schema and models to reproduce
NA
The text was updated successfully, but these errors were encountered: