aboutsummaryrefslogtreecommitdiff
path: root/src/graphql/user/schema.graphql
diff options
context:
space:
mode:
Diffstat (limited to 'src/graphql/user/schema.graphql')
-rw-r--r--src/graphql/user/schema.graphql1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/graphql/user/schema.graphql b/src/graphql/user/schema.graphql
index b8217b5a..f0ac3081 100644
--- a/src/graphql/user/schema.graphql
+++ b/src/graphql/user/schema.graphql
@@ -32,6 +32,7 @@ type User {
id: Int!
badges: [Badge!]!
preferences: Preferences
+ badgesCount: Int!
}
type Badge {