Builder
Properties
Whether the request can be batched. Used by com.apollographql.apollo.network.http.BatchingHttpInterceptor
Whether to enable Auto Persisted Queries and try to send a hashed query first. Used by com.apollographql.apollo.interceptor.AutoPersistedQueryInterceptor
The ExecutionContext to use for the request.
HTTP headers to use for the request. Used by com.apollographql.apollo.api.http.DefaultHttpRequestComposer
The HTTP method to use for the request.
Whether to send the Auto Persisted Queries extensions. Used by com.apollographql.apollo.api.http.DefaultHttpRequestComposer
Whether to send the document. Used by com.apollographql.apollo.api.http.DefaultHttpRequestComposer
Functions
Add an HTTP header to be sent with the request.
Sets HTTP headers to be sent with the request.
Configures whether the request should use GET or POST Usually, POST request can transfer bigger GraphQL documents but are more difficult to cache