-
Notifications
You must be signed in to change notification settings - Fork 124
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
What is __DirectiveResolver? #154
Comments
Yep correct - 99designs/gqlgen#1514 will be required to support v2.2.0 in gqlgen |
@lwc Hello, the underscore block the import when the generate file server is outside the resolver package |
What should we do with this new thing ? |
Hello, if you update gqlgen to the latest master and remove |
Yes. Weird behaviour. Thank you ! |
In my # resolver:
# layout: follow-schema
# dir: graphql
# package: graphql And maybe because of this I don't have this Thank you for your help :) |
git clone -n https://github.com/orsenkucher/cocopuff.git
git checkout f706e7b
make generate
go get -u github.com/vektah/gqlparser/[email protected]
make generate
To have something reproducible) #154 (comment) Or was it fixed in master? |
I've no problem anymore using:
|
Hello,
Just by updating from
v2.1.0
tov2.2.0
I noticed in my generated code I have now a new resolver:I guess it's linked to: graphql/graphql-spec#510
I don't now if it's a bug, or if I have to implement something :)
The text was updated successfully, but these errors were encountered: