-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Add support for visiting fragment definitions in QueryVisitor. #1445
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
Conversation
bbakerman
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.
Nice one
andimarek
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.
nice ... see my comments about naming
src/main/java/graphql/analysis/QueryVisitorFragmentEnvironment.java
Outdated
Show resolved
Hide resolved
src/main/java/graphql/analysis/QueryVisitorFragmentEnvironmentImpl.java
Outdated
Show resolved
Hide resolved
Renamed as per your comments and added #toString |
andimarek
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.
typo ... otherwise ready to be merged
| import static java.util.Collections.emptyMap | ||
|
|
||
| class QueryTraversalTest extends Specification { | ||
| class QueryTrqaversalTest extends Specification { |
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.
typo :-)
No description provided.