apollo-kotlin-execution
Toggle table of contents
0.1.2-SNAPSHOT
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
apollo-kotlin-execution
apollo-execution-gradle-plugin
/
com.apollographql.execution.gradle
Package-level
declarations
Types
Functions
Properties
Types
Apollo
Execution
Extension
Link copied to clipboard
abstract
class
ApolloExecutionExtension
@
Inject
constructor
(
project
:
Project
)
Apollo
Execution
Extension
Plugin
Link copied to clipboard
abstract
class
ApolloExecutionExtensionPlugin
:
Plugin
<
Project
>
Apollo
Execution
Service
Link copied to clipboard
abstract
class
ApolloExecutionService
Properties
VERSION
Link copied to clipboard
@
JvmField
val
VERSION
:
String
Functions
enable
Schema
Dump
Link copied to clipboard
fun
Project
.
enableSchemaDump
(
kspSchemaPath
:
String
,
kspTaskName
:
String
,
schemaDump
:
RegularFileProperty
)