Shopify.GraphQL.Response (shopify_graphql v1.5.1)
Link to this section Summary
Link to this section Types
Specs
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)
Specs
new(Shopify.GraphQL.Client.response_t(), Shopify.GraphQL.Config.t(), map()) :: t()