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

Tormentors

Tormentors are cleverly designed by a sadistic Stave artist to push you out of your comfort zone‭. ‬Your challenge is to make order out of chaos as you battle wits with piles of pieces that are intentionally the same color or shape‭. ‬No 2-way tricks or fancy frames‭, ‬but lots of Stave trickery‭ ‬to cause you anguish‭, ‬misery‭, ‬and torment‭. ‬

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.eyJjaWQiOlsxXSwiY29ycyI6WyJodHRwczovL3N0YXZlLXByb2R1Y3QtaW1wb3J0Lm15YmlnY29tbWVyY2UuY29tIl0sImVhdCI6MTc3OTcxNDE1NiwiaWF0IjoxNzc5NTQxMzU2LCJpc3MiOiJCQyIsInNpZCI6MTAwMTgxMzEzOCwic3ViIjoiQkMiLCJzdWJfdHlwZSI6MCwidG9rZW5fdHlwZSI6MX0.HvjL8uVlqUWsVOVzhKY71HH9A-410GUE-63_nhbAw5oM34G36z4ZwnLKmTmRtlK42npz_ylOE1-0HTaz4keoFg' }, 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));