Package-level declarations
Types
Link copied to clipboard
@DisableCachingByDefault(because = "Abstract base task; concrete task types must explicitly opt in to caching" )
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" )
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" )
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" )
Link copied to clipboard
@DisableCachingByDefault(because = "Introspects schema from a remote endpoint" )
Task that executes GraphQL introspection query against specified endpoint and saves the underlying schema file.