null

Double-sided Tidbit™ Puzzles

We've raised the bar with double-sided Tidbits. With an image on both sides, they're twice as much fun!

Themes

Sort by:
Scroll To Top // nest within any conditional, such as onload fetch('/graphql', { method: 'POST', headers: { 'Content-Type': 'application/json', 'Authorization': 'Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJFUzI1NiJ9.eyJjaWQiOlsxXSwiY29ycyI6WyJodHRwczovL3d3dy5zdGF2ZXB1enpsZXMuY29tIl0sImVhdCI6MTc3ODkzNjgyNiwiaWF0IjoxNzc4NzY0MDI2LCJpc3MiOiJCQyIsInNpZCI6MTAwMTY4OTIwOSwic3ViIjoiQkMiLCJzdWJfdHlwZSI6MCwidG9rZW5fdHlwZSI6MX0.9agbZk6UsKEPk6mF_ARNXzcqFDQqXCXXFlPphoMe9uXXWv5p1rUkl3y9b0RQplT3kBi1MNfV2CQMSIWtoIApsQ' }, body: JSON.stringify({ query: "{ site { category(entityId: $categoryId) { metafields(namespace: 'seo', keys: ['seo-h1']) { edges { node { value } } } } } }" }) //graphql query string }) .then(data => data.json()) .then(data => console.log(data)) .catch(error => console.error(error));