Shopify.GraphQL.Request (shopify_graphql v2.0.0-rc.3)
Link to this section Summary
Link to this section Types
Specs
t() :: %Shopify.GraphQL.Request{
body: String.t(),
config: Shopify.GraphQL.Config.t(),
headers: Shopify.GraphQL.http_headers_t(),
method: Shopify.GraphQL.http_method_t(),
private: map(),
url: String.t()
}
Link to this section Functions
Link to this function
new(operation, config)
Specs
new(Shopify.GraphQL.Operation.t(), Shopify.GraphQL.Config.t()) :: t()
Link to this function
send(request, config)
Specs
send(t(), Shopify.GraphQL.Config.t()) :: Shopify.GraphQL.http_response_t()