GenerateClientAction

abstract class GenerateClientAction : WorkAction<GenerateClientParameters>

WorkAction that generates GraphQL HTTP client and corresponding data classes based on the provided GraphQL queries.

Action is run using Gradle classloader isolation with a custom classpath that has a dependency on graphql-kotlin-client-generator.

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard
@get:Inject
abstract override val parameters: GenerateClientParameters?

Functions

Link copied to clipboard
open override fun execute()
Link copied to clipboard
@Inject
abstract fun getParameters(): GenerateClientParameters?