Skip to content

Commit df278d3

Browse files
authored
Merge pull request #25 from database-playground/pan93412/dbp-107-需要顯示點數增加數
DBP-107: 需要顯示點數增加數
2 parents 0957262 + ee94251 commit df278d3

File tree

5 files changed

+346
-1102
lines changed

5 files changed

+346
-1102
lines changed

graph/model/models_gen.go

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

graph/rank.graphqls

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ type RankingConnection {
3333
}
3434

3535
type RankingEdge {
36-
# User in the ranking
3736
node: User!
37+
score: Int!
3838
cursor: Cursor!
3939
}

0 commit comments

Comments
 (0)