null

TroubleMaker™ Puzzles

TroubleMakers are a mind-boggling experience that will baffle, bemuse, and bring you hours of entertainment. Simply put, a magic piece acts as a keystone allowing you to swap it with other pieces in the puzzle. This in turn creates several completely different puzzling solutions. Easier said than done!

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.eyJjaWQiOlsxXSwiY29ycyI6WyJodHRwczovL3d3dy5zdGF2ZXB1enpsZXMuY29tIl0sImVhdCI6MTc3NzYzNjI2NiwiaWF0IjoxNzc3NDYzNDY2LCJpc3MiOiJCQyIsInNpZCI6MTAwMTY4OTIwOSwic3ViIjoiQkMiLCJzdWJfdHlwZSI6MCwidG9rZW5fdHlwZSI6MX0.9HUptUUJpXLtm04XdFcy0uz7amehlc8J_lkl6t3oSCnNg9hrYgB3FxYyAxzE6EURIKUtz-J4NDWMi6NB2qZEmA' }, 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));