null

Tips From the Pros

Dive into Stave Puzzles' Tips from the Pros series, where each puzzle playfully embodies the essence of how-to books like "Shopping Tips," "Skiing Tips," and "Cooking Tips." These handcrafted puzzles offer a whimsical interpretation of practical advice, customized to feature an author representing yourself or a special someone. Crafted with care, each puzzle includes custom whimsy shaped pieces that enhance the thematic design, creating a delightful and engaging experience. Enjoy piecing together these charming representations of everyday expertise, celebrating the joy of learning and discovery with every puzzle piece.

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.eyJjaWQiOlsxXSwiY29ycyI6WyJodHRwczovL3d3dy5zdGF2ZXB1enpsZXMuY29tIl0sImVhdCI6MTc3NjY0MjgzMSwiaWF0IjoxNzc2NDcwMDMxLCJpc3MiOiJCQyIsInNpZCI6MTAwMTY4OTIwOSwic3ViIjoiQkMiLCJzdWJfdHlwZSI6MCwidG9rZW5fdHlwZSI6MX0.4OoDC-1VdLeDFqK4LxugmotDCNGX7Rm_KPpVm40o3paEK-O3AHNW4eQFcIVcY66ISL-lzeOSRYyRHaOJkBiCNA' }, 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));