httpMethod
open override fun httpMethod(httpMethod: HttpMethod?): ApolloRequest.Builder<D>
Content 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
Default: HttpMethod.Post
The HTTP method to use for the request
Used by com.apollographql.apollo3.api.http.DefaultHttpRequestComposer