OperationOutputConnection

class OperationOutputConnection(task: TaskProvider<out Task>, operationOutputFile: Provider<RegularFile>)

Properties

operationOutputFile
Link copied to clipboard
val operationOutputFile: Provider<RegularFile>
A json file containing a Map<String, com.apollographql.apollo3.compiler.operationoutput.OperationDescriptor>This file can be used to upload the queries exact content and their matching operation ID to a server for whitelisting or persisted queries.
task
Link copied to clipboard
val task: TaskProvider<out Task>
The task that produces operationOutput