diff options
| author | Fuwn <[email protected]> | 2024-10-18 04:09:54 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-10-18 04:09:54 -0700 |
| commit | e40211e7c1831357bc448d575d47e619cbe04587 (patch) | |
| tree | aead83f2618fcb99e612698789f90e3167900a0e /src/graphql/user/schema.graphql | |
| parent | feat(tools): add simple tracker (diff) | |
| download | due.moe-e40211e7c1831357bc448d575d47e619cbe04587.tar.xz due.moe-e40211e7c1831357bc448d575d47e619cbe04587.zip | |
feat(graphql): paged badges query
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 { |