httpMethod
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.apollo.api.http.DefaultHttpRequestComposer