Update achievements.graphql

This commit is contained in:
lowlighter
2021-03-12 18:05:11 +01:00
parent 0b65f98aec
commit ae8d810ac6

View File

@@ -66,9 +66,9 @@ query AchievementsDefault {
#}
}
organizations(first: 1) {
nodes {
name
}
#nodes {
# name
#}
totalCount
}
gists(first: 1, orderBy: {field: CREATED_AT, direction: ASC}) {