shopify_graphql v0.1.0 Shopify.GraphQL.Client.Hackney
Link to this section Summary
Functions
Callback implementation for Shopify.GraphQL.Client.request/5
.
Link to this section Functions
Link to this function
request(method, url, headers, body, opts)
request(method, url, headers, body, opts)
request(
Shopify.GraphQL.http_method_t(),
String.t(),
Shopify.GraphQL.http_headers_t(),
String.t(),
any()
) :: {:ok, Shopify.GraphQL.Client.response_t()} | {:error, any()}
request( Shopify.GraphQL.http_method_t(), String.t(), Shopify.GraphQL.http_headers_t(), String.t(), any() ) :: {:ok, Shopify.GraphQL.Client.response_t()} | {:error, any()}
Callback implementation for Shopify.GraphQL.Client.request/5
.