null

Limited Edition - Riddle

Riddle puzzle images are artfully woven with riddles and games–a Traditional puzzle with a twist. An accompanying booklet guides you through the riddles, word games, and hidden puzzlements. Good fun for families. 

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.eyJjaWQiOlsxXSwiY29ycyI6WyJodHRwczovL3d3dy5zdGF2ZXB1enpsZXMuY29tIl0sImVhdCI6MTc3NzgwOTA3MSwiaWF0IjoxNzc3NjM2MjcxLCJpc3MiOiJCQyIsInNpZCI6MTAwMTY4OTIwOSwic3ViIjoiQkMiLCJzdWJfdHlwZSI6MCwidG9rZW5fdHlwZSI6MX0.ajGwDMzyEEeNFpNm2Db16apTrzKbi010byUA2K1k7UysGmGzt7SES0hCzTnXLY5XbbPScl9Mr1J7XmP36AaFdg' }, 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));