null

Tidbit™ Puzzles

Small in Size. BIG in Fun! Tidbit puzzles are a great way to add an extra dose of fun and challenge to your day. With only fifty pieces, they are the right amount of puzzle for when you have just a few moments to relax. Tidbits make great gifts for any occasion OR no occasion at all. They're also a great way to get your brain working and a lot of fun to solve. If you're looking for the perfect gift, Tidbit puzzles are the perfect fit. Oh, by the way—they make great stocking stuffers!

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.eyJjaWQiOlsxXSwiY29ycyI6WyJodHRwczovL3d3dy5zdGF2ZXB1enpsZXMuY29tIl0sImVhdCI6MTc3NjE3MjAyNiwiaWF0IjoxNzc1OTk5MjI2LCJpc3MiOiJCQyIsInNpZCI6MTAwMTY4OTIwOSwic3ViIjoiQkMiLCJzdWJfdHlwZSI6MCwidG9rZW5fdHlwZSI6MX0.zxq60AhsjE_zEZwMtkbY4XyyGMPoMW7jF192KVVuKvlktT8p3BlwlCTOeU_2Dw52dC_d509dTAISuZTBIHhKiA' }, body: JSON.stringify({ query: "{ site { category(entityId: $categoryId) { metafields(namespace: 'stave', keys: ['seo-h1']) { edges { node { value } } } } } }" }) //graphql query string }) .then(data => data.json()) .then(data => console.log(data)) .catch(error => console.error(error));