toggle menu
apollo-kdoc
4.1.1-SNAPSHOT
4.1.1-SNAPSHOT
3.8.2
jvm
switch theme
search in API
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