IntrospectSchemaAction

WorkAction that is used to introspect target GraphQL server and save the resulting schema locally.

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

Functions

Link copied to clipboard
open override fun execute()
Link copied to clipboard