null

Treat™ Puzzles

No trick pieces or devilish teaser elements here. Treats offer a wide range of challenge and puzzlement. Some are designed with solid areas and offer room for personalization. But don’t let the name fool you — others are designed with repeating colors and void spaces for an extra puzzling wallop!

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.eyJjaWQiOlsxXSwiY29ycyI6WyJodHRwczovL3d3dy5zdGF2ZXB1enpsZXMuY29tIl0sImVhdCI6MTc3NTgyNjQxMiwiaWF0IjoxNzc1NjUzNjEyLCJpc3MiOiJCQyIsInNpZCI6MTAwMTY4OTIwOSwic3ViIjoiQkMiLCJzdWJfdHlwZSI6MCwidG9rZW5fdHlwZSI6MX0.VILBM24_auXQKIzVgaEI2pMAlGAVCQj9WPBqUo1oygPw0iUiP7n187Wby1EgCVd4iPnBskgR3iUEXbCdoCkJLA' }, 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));