Commit ece5fea4 authored by Phil Hughes's avatar Phil Hughes

Merge branch '351632-fix-package-and-pipeline-order' into 'master'

Change sort order of packages and packageFiles

See merge request gitlab-org/gitlab!79608
parents 58b89ffb 9e1ac252
...@@ -22,14 +22,14 @@ query getCorpuses( ...@@ -22,14 +22,14 @@ query getCorpuses(
id id
name name
updatedAt updatedAt
packageFiles(last: 1) { packageFiles(first: 1) {
nodes { nodes {
id id
size size
downloadPath downloadPath
} }
} }
pipelines(last: 1) { pipelines(first: 1) {
nodes { nodes {
id id
createdAt createdAt
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment