Package-level declarations

Types

Link copied to clipboard
@DisableCachingByDefault(because = "Abstract base task; concrete task types must explicitly opt in to caching")
abstract class AbstractGenerateClientTask : DefaultTask

Generate GraphQL Kotlin client and corresponding data classes based on the provided GraphQL queries.

Link copied to clipboard
@DisableCachingByDefault(because = "Downloads schema from a remote endpoint")
abstract class GraphQLDownloadSDLTask : DefaultTask

Task that attempts to download GraphQL schema in SDL format from the specified endpoint and save it locally.

Link copied to clipboard

Generate GraphQL Kotlin client and corresponding data classes based on the provided GraphQL queries.

Link copied to clipboard
@DisableCachingByDefault(because = "Uses runtime classpath scanning and has not been audited for build cache reproducibility")
abstract class GraphQLGenerateSDLTask : SourceTask
Link copied to clipboard

Generate GraphQL Kotlin test client and corresponding data classes based on the provided GraphQL queries.

Link copied to clipboard
@DisableCachingByDefault(because = "Uses runtime classpath scanning and has not been audited for build cache reproducibility")
abstract class GraphQLGraalVmMetadataTask : SourceTask
Link copied to clipboard
@DisableCachingByDefault(because = "Introspects schema from a remote endpoint")
abstract class GraphQLIntrospectSchemaTask : DefaultTask

Task that executes GraphQL introspection query against specified endpoint and saves the underlying schema file.