null

Gift Certificates

Give the gift of creativity with our Stave Puzzles gift certificates, available as digital or hand-crafted wooden options. Perfect for puzzle enthusiasts, these certificates allow recipients to choose from our custom puzzles featuring intricate designs and custom whimsy-shaped pieces. Whether you opt for a sleek digital gift certificate or a beautifully crafted wooden version, it’s a thoughtful and flexible gift that offers endless possibilities for enjoying our unique puzzles.

Themes

Sort by:
Scroll To Top // nest within any conditional, such as onload fetch('/graphql', { method: 'POST', headers: { 'Content-Type': 'application/json', 'Authorization': 'Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJFUzI1NiJ9.eyJjaWQiOlsxXSwiY29ycyI6WyJodHRwczovL3d3dy5zdGF2ZXB1enpsZXMuY29tIl0sImVhdCI6MTc3NjcyOTIzNCwiaWF0IjoxNzc2NTU2NDM0LCJpc3MiOiJCQyIsInNpZCI6MTAwMTY4OTIwOSwic3ViIjoiQkMiLCJzdWJfdHlwZSI6MCwidG9rZW5fdHlwZSI6MX0.2otgbTghoDZGftoYnW7NapEIVnwlZTDHz1bgoGcAtJ4Nwc-I_zSqis5WZakFgl6sQRCa2S_3xIXAXSMj0Y_oaw' }, body: JSON.stringify({ query: "{ site { category(entityId: $categoryId) { metafields(namespace: 'seo', keys: ['seo-h1']) { edges { node { value } } } } } }" }) //graphql query string }) .then(data => data.json()) .then(data => console.log(data)) .catch(error => console.error(error));