MutableExecutionOptions
Functions
Link copied to clipboard
Link copied to clipboard
Add an HTTP header to be sent with the request.
Link copied to clipboard
Link copied to clipboard
abstract fun enableAutoPersistedQueries(enableAutoPersistedQueries: Boolean?): T
Content copied to clipboard
Link copied to clipboard
Sets HTTP headers to be sent with the request.
Link copied to clipboard
Configures whether the request should use GET or POST Usually, POST request can transfer bigger GraphQL documents but are more difficult to cache
Link copied to clipboard
Link 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