Graphql-Java-Tools Plugins is a plugin that enhances IDEA support for GraphQL Java Tools which based on Graphql Java.
- Navigate from the graphql Query/Mutation to Java Resolver and from the Resolver back to graphql.
- Open the graphql file and click the arrow on the left to jump to the Java Resolver Method.
- Open the Java Resolver class file and click the arrow on the left to jump to the graphql file.
Thanks for the contribution of Free MyBatis Tool @moztl @wuzhizhan
- Replace name convention-based matching mechanism with generic detection.
- Support navigation from Type to Resolver class.
- Support navigation from scalar/directive to Java implementation.
- Support navigation from enum/input to Java enum class.
- Generate Java Resolver code from Schema fields.