Package com.graphql_java_generator.gradleplugin
package com.graphql_java_generator.gradleplugin
-
ClassesClassDescriptionThis class contain the parameters that are common to all Gradle Extensions for this plugin, that is the parameters that are common to all the tasks of this plugin.This class contain the parameters that are common to all Gradle Extensions for this plugin, that is the parameters that are common to all the tasks of this plugin.The generateClientCode Maven goal (and Gradle task) generates the java code from one or more GraphQL schemas.This class is the super class of all Gradle Extensions that generate code, that is the
GenerateClientCodeExtension, theGenerateServerCodeExtensionand theGraphQLExtensionextensions.This class is the super class of all Gradle Extensions that generate code, that is theGenerateClientCodeExtension, theGenerateServerCodeExtensionand theGraphQLExtensionextensions.Parameters for the GraphQL Gradle plugin.The generateGraphQLSchema goal generates GraphQL schema, based on the source GraphQL schemas, and possibly containing additional stuff, like the Relay connection objects.Parameters for the GraphQL Gradle plugin.The generatePojo goal generates all the java objects that match the provided GraphQL schema.The generateServerCode Maven goal (and Gradle task) generates the java code for an almost ready to start GraphQL server.Parameters for the GraphQL Gradle plugin.This goal is deprecated.