ApolloRequest

class ApolloRequest<D : Operation.Data> : ExecutionOptions

A GraphQL request to execute. Execution can be customized with executionContext

Types

Builder
Link copied to clipboard
common
class Builder<D : Operation.Data>(operation: Operation<D>) : MutableExecutionOptions<ApolloRequest.Builder<D>>

Functions

newBuilder
Link copied to clipboard
common
fun newBuilder(): ApolloRequest.Builder<D>

Properties

canBeBatched
Link copied to clipboard
common
open override val canBeBatched: Boolean?
enableAutoPersistedQueries
Link copied to clipboard
common
open override val enableAutoPersistedQueries: Boolean?
Used by com.apollographql.apollo3.interceptor.
executionContext
Link copied to clipboard
common
open override val executionContext: ExecutionContext
httpHeaders
Link copied to clipboard
common
open override val httpHeaders: List<HttpHeader>?
httpMethod
Link copied to clipboard
common
open override val httpMethod: HttpMethod?
operation
Link copied to clipboard
common
val operation: Operation<D>
requestUuid
Link copied to clipboard
common
val requestUuid: Uuid
sendApqExtensions
Link copied to clipboard
common
sendDocument
Link copied to clipboard
common
open override val sendDocument: Boolean?