Skip to content

Commit 6c1ab3c

Browse files
authored
Merge pull request #123 from UoA-eResearch/hotfix-query
Hotfix All Articles Slugs
2 parents 143ef16 + e9e9d4b commit 6c1ab3c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
query AllArticlesSlugs {
2-
articleCollection {
2+
articleCollection(limit: 250) {
33
items {
44
slug
55
}
66
}
7-
}
7+
}

0 commit comments

Comments
 (0)