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