GrapQL orderBy TAG_COMMIT_DATE stopped working for refs? #38596
Replies: 8 comments
-
Hi there @Elvets 👋 and welcome to our community! Thank you for asking a great question 🙂
Cheers! |
Beta Was this translation helpful? Give feedback.
-
Hi @Elvets, For now, I switched to ALPHABETICAL, but I do prefer GIT_COMMITTER_DATE and would be cool to understand what happened. |
Beta Was this translation helpful? Give feedback.
-
Hi, we've the same problem and this blocks our release workflows. |
Beta Was this translation helpful? Give feedback.
-
Small update. After further testing, it seems that in our specific case, if we change our query to the below, we get our initial output again:
Note the So, it does seem like something changed in the API... |
Beta Was this translation helpful? Give feedback.
-
Problem seems to be fixed. |
Beta Was this translation helpful? Give feedback.
-
Hi @PSchnurbus24, |
Beta Was this translation helpful? Give feedback.
-
Yes, seems to be fixed indeed. Original query works again. No changes in the GitHub GraphQL API Changelog (https://docs.github.com/en/graphql/overview/changelog) 😦 |
Beta Was this translation helpful? Give feedback.
-
🕒 Discussion Activity Reminder 🕒 This Discussion has been labeled as dormant by an automated system for having no activity in the last 60 days. Please consider one the following actions: 1️⃣ Close as Out of Date: If the topic is no longer relevant, close the Discussion as 2️⃣ Provide More Information: Share additional details or context — or let the community know if you've found a solution on your own. 3️⃣ Mark a Reply as Answer: If your question has been answered by a reply, mark the most helpful reply as the solution. Note: This dormant notification will only apply to Discussions with the Thank you for helping bring this Discussion to a resolution! 💬 |
Beta Was this translation helpful? Give feedback.
-
Hello,
Up until yesterday (it's when we first noticed this issue), the following query worked fine:
And we would get output like:
Since yesterday however, the output shows:
If we remove the
orderBy
completely or changeTAG_COMMIT_DATE
toALPHABETICAL
. We get output again, just not the expected one as we want to sort onTAG_COMMIT_DATE
.Basically, what I want is the following output from graphql:
Beta Was this translation helpful? Give feedback.
All reactions