null

Limited Editions

Limited Editions are our masterpiece puzzles, pure and simple. Each design goes through months of creation until we're certain we have a puzzle that will thrill you with its art and cleverness. They offer a variety of puzzling elements including Trick, Riddle, Mystery, and Double-Decker.

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.eyJjaWQiOlsxXSwiY29ycyI6WyJodHRwczovL3d3dy5zdGF2ZXB1enpsZXMuY29tIl0sImVhdCI6MTc3ODU5MjAwNSwiaWF0IjoxNzc4NDE5MjA1LCJpc3MiOiJCQyIsInNpZCI6MTAwMTY4OTIwOSwic3ViIjoiQkMiLCJzdWJfdHlwZSI6MCwidG9rZW5fdHlwZSI6MX0.t07cBQpuHE7_ftCFjJ5bEmyd-xE6DSPym18LkPNMcKlX6FPWZShkIojDkMsGYVfU6YHLZLQf0SJ377UKagTFNw' }, 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));