This pom module contains the needed dependencies for the code generated by graphql-java-generator, when the plugin is in client mode, and the copyRuntimeSources plugin parameters is set to true
Group: com.graphql-java-generator - All Dependencies
This pom module contains the needed dependencies for the code generated by graphql-java-generator, when the plugin is in server mode. When you use maven plugin or the gradle plugin, just add this dependency so that the generated code embeds the necessary dependencies: <dependency><groupId>com.xyz</groupId> <artifactId>mvn-web-deps</artifactId> <version>0.0.1-SNAPSHOT</version> <type>pom</type> </dependency>
Java classes that are common to both the client and the server runtimes
This is a fork of graphql-java-spring, which will remain here until the project get alive again, and the provided PR are accepted and published
This maven pom project embeds the various samples for the graphql-maven-plugin. These samples act both as samples, and integration tests, to validate the behavior of the plugin in different configurations.
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.
graphql-maven-plugin · Maven plugin to generate the graphql code, based on graphql schema files
Dependencies for the graphql-java-common-runtime module. It contains all the dependencies for this module, so that they can be used both from the client or server runtime, of from the generated code when the runtime code is copied into the project's target folder
Spring Boot Authorization Server
This module do integration tests for the generatePojo goal, in client mode
This module do integration tests for the generatePojo goal, in client mode, with jackson annotations