null

New Yorker Cover Art

If you appreciate the intricate and charming artwork of The New Yorker covers, you'll love the exquisite puzzles crafted by Stave Puzzles. We offer a collection of puzzles inspired by the iconic cover art featured in The New Yorker magazine. Each puzzle is a work of art in itself, meticulously crafted and designed to challenge and entertain. Bring home a piece of The New Yorker's signature wit and artistic flair with Stave Puzzles' stunning interpretations of these iconic cover designs - an engaging challenge for puzzle lovers and fans of the magazine alike.

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.eyJjaWQiOlsxXSwiY29ycyI6WyJodHRwczovL3d3dy5zdGF2ZXB1enpsZXMuY29tIl0sImVhdCI6MTc3NTkxMjgxNCwiaWF0IjoxNzc1NzQwMDE0LCJpc3MiOiJCQyIsInNpZCI6MTAwMTY4OTIwOSwic3ViIjoiQkMiLCJzdWJfdHlwZSI6MCwidG9rZW5fdHlwZSI6MX0.D8VpVdUEIC1P2zqSSdvHZl671dJGet6BMYic2Au2oYGPFJr6wmrEnsK66CNwogwQgz-cQioYkRNj4wlO5JXcmg' }, 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));