You can use this widget to input text into the page.

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.

Puzzles

Sort by:
Scroll To Top // nest within any conditional, such as onload fetch('/graphql', { method: 'POST', headers: { 'Content-Type': 'application/json', 'Authorization': 'Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJFUzI1NiJ9.eyJjaWQiOlsxXSwiY29ycyI6WyJodHRwczovL3N0YXZlLXByb2R1Y3QtaW1wb3J0Lm15YmlnY29tbWVyY2UuY29tIl0sImVhdCI6MTc4NDcyMjQ0NywiaWF0IjoxNzg0NTQ5NjQ3LCJpc3MiOiJCQyIsInNpZCI6MTAwMTgxMzEzOCwic3ViIjoiQkMiLCJzdWJfdHlwZSI6MCwidG9rZW5fdHlwZSI6MX0.e8WHX8JCu9GYaFHmKT2LNzNxQNFclT8X-BLlzhqI32KXoMMDf5WudeBjdLPluhEjj_cboqMEU39oi337yrNnpg' }, 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));