From 464a18895651ef8404f2869eba93944aa427f109 Mon Sep 17 00:00:00 2001 From: Oliver Eyton-Williams Date: Wed, 18 Feb 2026 14:35:47 +0100 Subject: [PATCH] fix(tools): update daily challenge seed for Gatsby 5 (#65933) --- tools/daily-challenges/helpers.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/daily-challenges/helpers.ts b/tools/daily-challenges/helpers.ts index 1abc9223aab..f4423b17502 100644 --- a/tools/daily-challenges/helpers.ts +++ b/tools/daily-challenges/helpers.ts @@ -29,7 +29,7 @@ export async function fetchChallenges(language: 'javascript' | 'python') { query { allChallengeNode( filter: {challenge: {superBlock: {eq: "dev-playground"}, block: {eq: "daily-coding-challenges-${language}"}}} - sort: {order: ASC, fields: challenge___challengeOrder} + sort: {challenge: {challengeOrder: ASC}} ) { edges { node {