braaay-front-site Svelte Themes

Braaay Front Site

Braaay.com new Svelte front-end

Braaay Front Site

šŸ‘Øā€šŸ’» Development version here.
āœ… Production site here.

Everything you need to build the Svelte project, powered by sv.

Running the project

# run the project
npm run dev -- --open

Other mutations

mutation AddToCart{
  addToCart(input: {productId: 131868, quantity: 10}) {
    cart {
      availableShippingMethods {
        rates {
          cost
          id
          label
        }
      }
      contents {
        nodes {
          product {
            node {
              title
            }
          }
        }
      }
    }
  }
}

mutation UpdateGuestShippingAddress {

  addToCart(input: {productId: 131868, quantity: 10}) {
    cart {
      availableShippingMethods {
        rates {
          cost
          id
          label
        }
      }
      contents {
        nodes {
          product {
            node {
              title
            }
          }
        }
      }
    }
  }

  updateCustomer(
    input: {shipping: {postcode: "01222-001", country: BR, overwrite: true}}
  ) {
    customer {
      sessionToken
      shipping {
        firstName
        address1
        city
        state
        postcode
        country
      }
    }
  }
}

query GetCartShippingEstimates {
  cart {
    availableShippingMethods {
      rates {
        label
        cost
        id
      }
    }
    shippingTotal
  }
}

Top categories

Loading Svelte Themes