"""Queries.""" UPDATE_PRODUCT_PRICING_TIER = """ mutation($data: UpdateProductPricingTier!) { updateProductPricingTier(input: $data){ id } } """