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 | Samples for the server part of the graphql maven plugin. This project is also used to execute integration tests with both the client and the server code being generated by the plugin |
graphql-maven-plugin-samples-allGraphQLCases-client | This module test a maximum of different cases: - Connection to three different GraphQL servers - A different target/build folder |
graphql-maven-plugin-samples-Forum-client | Samples for the client part of the graphql maven plugin. This project is also used to execute integration tests with both the client and the server code being generated by the plugin |
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. |