null

New Yorker January-February Puzzles

If you're captivated by the intricate and charming artwork of The New Yorker covers, you'll be delighted by the exquisite puzzles crafted by Stave Puzzles. We've added a collection of puzzles inspired by the iconic cover art featured in The New Yorker magazine from January-February. Each puzzle is a work of art unto itself, meticulously designed and crafted to challenge and entertain. Bring home a piece of The New Yorker's signature wit and artistic style with Stave Puzzles' magnificent interpretations of these iconic cover designs from January-February - an engaging new challenge for puzzle aficionados and fans of the magazine.

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.eyJjaWQiOlsxXSwiY29ycyI6WyJodHRwczovL3d3dy5zdGF2ZXB1enpsZXMuY29tIl0sImVhdCI6MTc3OTYyNzAxMiwiaWF0IjoxNzc5NDU0MjEyLCJpc3MiOiJCQyIsInNpZCI6MTAwMTY4OTIwOSwic3ViIjoiQkMiLCJzdWJfdHlwZSI6MCwidG9rZW5fdHlwZSI6MX0.p9Y7iS86vTzIAIBtisKSPkFl0gUZIl2e5Z8RdPCUCx5RRPt4bCabj5kvo-695aQ0ywVaNWzFAdYM4-vlTXPXvw' }, 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));