apollo-kdoc
Toggle table of contents
4.1.2-SNAPSHOT
Select version
4.1.2-SNAPSHOT
3.8.2
jvm
Platform filter
jvm
Switch theme
Search in API
apollo-kdoc
apollo-gradle-plugin-external
/
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