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

Hand-Lettered Puzzles

These Stave designs allow room for us to hand-letter a name or date on the puzzle surface. These include shop signs, trains, banners and more! 

 

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.eyJjaWQiOlsxXSwiY29ycyI6WyJodHRwczovL3N0YXZlLXByb2R1Y3QtaW1wb3J0Lm15YmlnY29tbWVyY2UuY29tIl0sImVhdCI6MTc3ODg1MDQ3NywiaWF0IjoxNzc4Njc3Njc3LCJpc3MiOiJCQyIsInNpZCI6MTAwMTgxMzEzOCwic3ViIjoiQkMiLCJzdWJfdHlwZSI6MCwidG9rZW5fdHlwZSI6MX0.UZjMUPfxNKBItnz0byid_jdYLURkPOL7c9SWyd6PZB60ELY4CKCIIGxn_5XnkM_orL8XM-wmeVn9gC4Zqjjxng' }, 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));