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.eyJjaWQiOlsxXSwiY29ycyI6WyJodHRwczovL3d3dy5zdGF2ZXB1enpsZXMuY29tIl0sImVhdCI6MTc3ODI0NjM5MSwiaWF0IjoxNzc4MDczNTkxLCJpc3MiOiJCQyIsInNpZCI6MTAwMTY4OTIwOSwic3ViIjoiQkMiLCJzdWJfdHlwZSI6MCwidG9rZW5fdHlwZSI6MX0.2y_xxU2ZjXa6ZhW-fVv0ICrj51jNTWeHmtsTSqxbrkkdRx05cLjsivmMFoBWit6Xe6J4OCAn0M6jz_Nn2HNPtQ' }, 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));