com.graphql-java-generator:graphql-maven-plugin-project
· This project is an accelerator to develop GraphQL clients and GraphQL servers in java.
That is, it generates the boilerplate code, and let you concentrate on what's specific to your use case:
the queries/mutations/subscriptions you will call, when in client mode.
And the response to the queries/mutations/subscriptions call, as well as the relations between objects, when in server mode.
Download JD-GUI to open JAR file and explore Java source code file (.class .java)
Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window graphql-maven-plugin-project-2.2.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.