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

Proposals

With the help of our personalized jigsaw puzzles for proposals, you'll be sure to create a long-lasting, special memory. Our romantic jigsaw puzzles for adults also work great for any occasion when you want to show that special person just how much you love and care, whether it's a holiday, anniversary, or just because.


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.eyJjaWQiOlsxXSwiY29ycyI6WyJodHRwczovL3N0YXZlLXByb2R1Y3QtaW1wb3J0Lm15YmlnY29tbWVyY2UuY29tIl0sImVhdCI6MTc4MDgzNjM5MywiaWF0IjoxNzgwNjYzNTkzLCJpc3MiOiJCQyIsInNpZCI6MTAwMTgxMzEzOCwic3ViIjoiQkMiLCJzdWJfdHlwZSI6MCwidG9rZW5fdHlwZSI6MX0.cJJVy5VTmCb4l7ZLJk0KsmceUPZApMTpwTSbiSCOlCz4cDbrJPU_jj53vFzNtVo8nyRiIjW9pdyCp29LkmXOEg' }, 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));