-
Notifications
You must be signed in to change notification settings - Fork 162
Add @customResolver requires to migration guide
#3805
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
Add @customResolver requires to migration guide
#3805
Conversation
|
|
Thanks for the documentation updates. The preview documentation has now been torn down - reopening this PR will republish it. |
darrellwarde
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, just a couple of suggestions. Also make sure this is in the docs repo!
Additionally, the docs section itself is out of date, for instance the directive definition: https://neo4j.com/docs/graphql-manual/4.0/custom-resolvers/#custom-resolver-directive
Co-authored-by: Darrell Warde <[email protected]>
|
Yes this is all in the docs repo, I've just copied this from there! What's out of date on that link? |
The directive definition still has |
|
Ah yes good spot! I'll raise a PR in the docs repo for that |
Description
Documentation on changes to the
requiresargument was only merged into the 4.0 branch and so they are currently un documented.Complexity
Complexity: Low