Skip to content

Graphql-Java-Tools Plugins is a plugin that enhances idea support for GraphQL Java.

License

Notifications You must be signed in to change notification settings

8btc-OnePiece/plugin-graphql-java-tools

Repository files navigation

IDEA plugin of graphql-java-tools

中文

Graphql-Java-Tools Plugins is a plugin that enhances IDEA support for GraphQL Java Tools which based on Graphql Java.

Here is the main functions:

  • Navigate from the graphql Query/Mutation to Java Resolver and from the Resolver back to graphql.

Getting Started

  • 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

ToDo

  • 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.

About

Graphql-Java-Tools Plugins is a plugin that enhances idea support for GraphQL Java.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages