mutations
Types
pub type CreateCart {
CreateCart(cart: types.ShopifyCart)
}
Constructors
-
CreateCart(cart: types.ShopifyCart)
pub type ShopifyCreateCartMutation {
ShopifyCreateCartMutation(data: CreateCart)
}
Constructors
-
ShopifyCreateCartMutation(data: CreateCart)
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
pub fn shopify_create_cart_mutation_decoder() -> decode.Decoder(
ShopifyCreateCartMutation,
)