diff options
Diffstat (limited to 'src/graphql/user/schema.graphql')
| -rw-r--r-- | src/graphql/user/schema.graphql | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/graphql/user/schema.graphql b/src/graphql/user/schema.graphql index 193b5daf..70ea066a 100644 --- a/src/graphql/user/schema.graphql +++ b/src/graphql/user/schema.graphql @@ -1,5 +1,6 @@ type Query { User(id: Int): User + badges(id: Int!, page: Int, size: Int): [Badge!]! } type Mutation { |