null

Limited Edition - Trick

This is how Steve Richardson, our Chief Tormentor, earned his title. Diabolically difficult, Limited Edition Trick puzzles have multiple ways of fitting together — but only one correct solution! Pick your poison according
to how smart, or shall we say brave, you’re feeling.

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.eyJjaWQiOlsxXSwiY29ycyI6WyJodHRwczovL3d3dy5zdGF2ZXB1enpsZXMuY29tIl0sImVhdCI6MTc3ODQxOTE5OSwiaWF0IjoxNzc4MjQ2Mzk5LCJpc3MiOiJCQyIsInNpZCI6MTAwMTY4OTIwOSwic3ViIjoiQkMiLCJzdWJfdHlwZSI6MCwidG9rZW5fdHlwZSI6MX0.a7U7OUvOKVxAne9h6udEkpQ3fpq3OvLD-D23pd0Zsf_JiIDaCfLobk4UmbTBy6r64zInE-VmPSPpd7MwZDFUcw' }, 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));