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

Featured Traditionals

Puzzles

Sort by:
Image coming soon

Made To Order

School

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

Made To Order

Dawn

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

Made To Order

Rise Up

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.eyJjaWQiOlsxXSwiY29ycyI6WyJodHRwczovL3N0YXZlLXByb2R1Y3QtaW1wb3J0Lm15YmlnY29tbWVyY2UuY29tIl0sImVhdCI6MTc3OTAyMzM4OSwiaWF0IjoxNzc4ODUwNTg5LCJpc3MiOiJCQyIsInNpZCI6MTAwMTgxMzEzOCwic3ViIjoiQkMiLCJzdWJfdHlwZSI6MCwidG9rZW5fdHlwZSI6MX0.l1HBaSSKx6tOpjLT0sYXVZpBpfSMqrtlTpu67uvhM6J1LDfE5mtfW8VGcpfx2ruEjFYQ9XMIes5L0suAzZuFJQ' }, 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));