apollo-kotlin
Toggle table of contents
5.0.0-alpha.4-SNAPSHOT
Select version
5.0.0-alpha.4-SNAPSHOT
4.2.0
3.8.2
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
apollo-kotlin
apollo-gradle-plugin
/
com.apollographql.apollo.gradle.api
/
Service
/
OperationManifestConnection
Operation
Manifest
Connection
class
OperationManifestConnection
(
val
task
:
TaskProvider
<
out
Task
>
,
val
manifest
:
Provider
<
RegularFile
>
)
Members
Constructors
Operation
Manifest
Connection
Link copied to clipboard
constructor
(
task
:
TaskProvider
<
out
Task
>
,
manifest
:
Provider
<
RegularFile
>
)
Properties
manifest
Link copied to clipboard
val
manifest
:
Provider
<
RegularFile
>
A json file containing the operation manifest
task
Link copied to clipboard
val
task
:
TaskProvider
<
out
Task
>
The task that produces operationOutput