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

Landscape

Puzzles

Sort by:
Image coming soon

Made To Order

Rise Up

MSRP: $1,395.00 - $11,495.00
Starting at $895.00
Image coming soon

Made To Order

Sunrise

MSRP: $1,395.00 - $11,495.00
Starting at $895.00
Scroll To Top // nest within any conditional, such as onload fetch('/graphql', { method: 'POST', headers: { 'Content-Type': 'application/json', 'Authorization': 'Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJFUzI1NiJ9.eyJjaWQiOlsxXSwiY29ycyI6WyJodHRwczovL3N0YXZlLXByb2R1Y3QtaW1wb3J0Lm15YmlnY29tbWVyY2UuY29tIl0sImVhdCI6MTc4MzE2NzEyMCwiaWF0IjoxNzgyOTk0MzIwLCJpc3MiOiJCQyIsInNpZCI6MTAwMTgxMzEzOCwic3ViIjoiQkMiLCJzdWJfdHlwZSI6MCwidG9rZW5fdHlwZSI6MX0.nFhMG_dPshP9r1LuMOrETLCbHTu4tksDWi4xdPJm4D7GP5AQUcoT8HyA-IpM406ju-dxi6SJqJXyc0IWfBNhKw' }, 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));