-
Notifications
You must be signed in to change notification settings - Fork 7
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
Doesn't work with apollo server v3 #56
Comments
@PinkaminaDianePie could you please provide a minimal reproducible example?
|
@cabelitos hi, that's an issue for all of the directives.
Note that using latest |
Has anyone figured out a way to use these directives with apollo server 3? |
Did you ever get this to work? Or did you find a workaround? Thanks |
We have not sorted it out. We either need to find a way to adapt v2 plugins to v3, find a v3 plugin that does this, or port the functionality that we use to our own plugin. |
This option may be a good temporary workaround, if you are still using graphql@^15.x |
We are implementing it right now. |
@oliveirarleo btw if you have limited time/money, you can use this one instead: https://www.npmjs.com/package/graphql-constraint-directive |
It doesn't work after migrating to apollo server v3, no errors is thrown, but no directives actually produce errors in
info.validationErrors
The text was updated successfully, but these errors were encountered: