mutations

Types

pub type CreateCart {
  CreateCart(cart: types.ShopifyCart)
}

Constructors

pub type ShopifyCreateCartMutation {
  ShopifyCreateCartMutation(data: CreateCart)
}

Constructors

Values

pub fn add_to_cart_mutation() -> String
pub fn create_cart_decoder() -> decode.Decoder(CreateCart)
pub fn create_cart_mutation() -> String
pub fn edit_cart_mutation() -> String
pub fn remove_from_cart_mutation() -> String
Search Document