Shopify.GraphQL.Operation (shopify_graphql v2.1.0)

Link to this section Summary

Link to this section Types

@type t() :: %Shopify.GraphQL.Operation{query: String.t(), variables: map()}

Link to this section Functions

Link to this function

put_variable(query, name, value)

@spec put_variable(binary() | t(), atom() | binary(), any()) :: t()
Link to this function

put_variables(query, variables)

@spec put_variables(binary() | t(), map()) :: t()