ApolloRequest
A GraphQL request to execute. Execution can be customized with executionContext
Types
Link copied to clipboard
class Builder<D : Operation.Data>(operation: Operation<D>) : MutableExecutionOptions<ApolloRequest.Builder<D>>
Content copied to clipboard
Functions
Link copied to clipboard
fun <E : Operation.Data> newBuilder(operation: Operation<E>): ApolloRequest.Builder<E>
Content copied to clipboard
Properties
Link copied to clipboard
HTTP headers to use for the request Used by com.apollographql.apollo3.api.http.DefaultHttpRequestComposer
Link copied to clipboard
Whether to send the Auto Persisted Queries extensions Used by com.apollographql.apollo3.api.http.DefaultHttpRequestComposer
Link copied to clipboard
Whether to send the document Used by com.apollographql.apollo3.api.http.DefaultHttpRequestComposer