DownloadSDLAction

abstract class DownloadSDLAction : WorkAction<RetrieveSchemaParameters>

WorkAction that is used to download GraphQL schema in SDL format from a target endpoint.

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: RetrieveSchemaParameters?

Functions

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