ExecutionOptions

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
abstract val canBeBatched: Boolean?

Whether the request can be batched. Used by com.apollographql.apollo3.network.http.BatchingHttpInterceptor

Link copied to clipboard

Whether to enable Auto Persisted Queries and try to send a hashed query first. Used by com.apollographql.apollo3.interceptor.AutoPersistedQueryInterceptor

Link copied to clipboard

The ExecutionContext to use for the request.

Link copied to clipboard
abstract val httpHeaders: List<HttpHeader>?

HTTP headers to use for the request. Used by com.apollographql.apollo3.api.http.DefaultHttpRequestComposer

Link copied to clipboard
abstract val httpMethod: HttpMethod?

The HTTP method to use for the request.

Link copied to clipboard
abstract val sendApqExtensions: Boolean?

Whether to send the Auto Persisted Queries extensions. Used by com.apollographql.apollo3.api.http.DefaultHttpRequestComposer

Link copied to clipboard
abstract val sendDocument: Boolean?