shopify_graphql v1.2.0 Shopify.GraphQL.Response
Link to this section Summary
Link to this section Types
Link to this type
t()
t() :: %Shopify.GraphQL.Response{
body: map(),
headers: [{String.t(), String.t()}],
private: map(),
status_code: pos_integer()
}
Link to this section Functions
Link to this function
new(response, config, private)
new(Shopify.GraphQL.Client.response_t(), Shopify.GraphQL.Config.t(), map()) :: t()