About graphql-maven-plugin-samples

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.

Project Modules

This project has declared the following modules:

Name Description
graphql-maven-plugin-samples-allGraphQLCases-server 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.
graphql-maven-plugin-samples-OAuth-authorization-server Spring Boot Authorization Server
graphql-maven-plugin-samples-Forum-server Parent pom providing dependency and plugin management for applications built with Maven
graphql-maven-plugin-samples-allGraphQLCases-client 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.
graphql-maven-plugin-samples-Forum-client Parent pom providing dependency and plugin management for applications built with Maven
graphql-maven-plugin-samples-allGraphQLCases-pojo-client-jackson This module do integration tests for the generatePojo goal, in client mode, with jackson annotations
graphql-maven-plugin-samples-allGraphQLCases-pojo-server This module do integration tests for the generatePojo goal, in server mode
graphql-maven-plugin-samples-allGraphQLCases-pojo-client This module do integration tests for the generatePojo goal, in client mode
graphql-maven-plugin-samples-StarWars-server 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.
graphql-maven-plugin-samples-StarWars-client 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.
graphql-maven-plugin-samples-CustomTemplates-resttemplate This maven module contain a custom templates, to check in integration tests that custom templates coming from an external jar can actually be used. It also contains a type that is used in Custom Scalar, to check the correction of the issues 184 and 198.