Thanks for contributing to graphql-java!
Please be sure that you read the Code of Conduct before contributing to this project and please create a new Issue and discuss first what your are planning to do for bigger changes.
The overall goal of traverser is to implement support for specific set of use cases in a production ready way.
In order to achieve that we have a strong focus on maintainability and high test coverage:
-
We expect new or modified unit test for every change (written in Spock) and jUnit.
-
Low dependencies footprint is a must.
-
traverser is dedicated to specific use cases - expect that some suggestions will be out of scope
For bug reports or specific code related topics create a new issue.
Thanks!