Interface GraphQLConfiguration

All Superinterfaces:
CommonConfiguration, GenerateClientCodeConfiguration, GenerateCodeCommonConfiguration, GenerateServerCodeConfiguration
All Known Subinterfaces:
GeneratePojoConfiguration

public interface GraphQLConfiguration extends GenerateClientCodeConfiguration, GenerateServerCodeConfiguration
This interface contains all the configuration parameters for the graphql goal (Maven) or task (Gradle) of the plugin, as an interface.
All these methods are directly the property names, to map against a Spring Configuration that defines the Beans. These beans can then be reused in Spring Component, thank to Spring IoC and its dependency injection capability.
Author:
etienne-sf