All Classes

Class Summary 
Class Description
AbstractCommonMojo
This class is the super class of all Mojos.
AbstractGenerateClientCodeMojo
This class is the super class of all Mojos that generates the client code, that is the GenerateClientCodeMojo mojo.
AbstractGenerateCodeCommonMojo
This class is the super class of all Mojos that generates the code, that is the GenerateClientCodeMojo, the GenerateServerCodeMojo and the GraphQLMojo mojos.
AbstractGenerateGraphQLSchemaMojo  
AbstractGeneratePojoMojo  
AbstractGenerateServerCodeMojo
This class is the super class of all Mojos that generates the code, that is the GenerateServerCodeMojo and the GraphQLMojo mojos.
AbstractGraphQLMojo
This class is the class that contains all parameters that needed for the GraphQLMojo, that is all parameters that are common to all generate code Mojos.
GenerateClientCodeMojo
The generateClientCode Maven goal (and Gradle task) generates the java code from one or more GraphQL schemas.
GenerateGraphQLSchemaMojo
The generateGraphQLSchema goal generates GraphQL schema, based on the source GraphQL schemas, and possibly containing additional stuff, like the Relay connection objects.
GeneratePojoMojo
The generatePojo goal generates all the java objects that match the provided GraphQL schema.
GenerateServerCodeMojo
The generateServerCode Maven goal (and Gradle task) generates the java code for an almost ready to start GraphQL server.
GraphQLMojo
This goal is deprecated.