diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/routes/user/[user]/+page.gql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/routes/user/[user]/+page.gql b/src/routes/user/[user]/+page.gql index aa9c86b0..91759675 100644 --- a/src/routes/user/[user]/+page.gql +++ b/src/routes/user/[user]/+page.gql @@ -1,5 +1,7 @@ query Profile($id: Int!) { User(id: $id) { + id + badges { id } |