Runs GraphQL operations over an HttpClient. Operation-agnostic: add a new operation module and call request — no change here.
request
Execute an operation and return its unwrapped root field (data[rootField]).
data[rootField]
Runs GraphQL operations over an HttpClient. Operation-agnostic: add a new operation module and call
request— no change here.