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
/
ApolloExecutionExtension
Apollo
Execution
Extension
abstract
class
ApolloExecutionExtension
@
Inject
constructor
(
project
:
Project
)
Members
Constructors
Apollo
Execution
Extension
Link copied to clipboard
@
Inject
constructor
(
project
:
Project
)
Properties
has
Service
Link copied to clipboard
var
hasService
:
Boolean
Functions
service
Link copied to clipboard
fun
service
(
serviceName
:
String
,
action
:
Action
<
ApolloExecutionService
>
)