Apollo Request
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>>
Properties
Link copied to clipboard
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
Link copied to clipboard
HTTP headers to use for the request Used by com.apollographql.apollo3.api.http.DefaultHttpRequestComposer
Link copied to clipboard
The HTTP method to use for the request
Link copied to clipboard
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
Functions
Link copied to clipboard
@ApolloExperimental