made Item.depth nullable (#493)

This commit is contained in:
Leon Sander 2023-09-18 20:57:44 +02:00 committed by GitHub
parent bc2363dfab
commit 2e7f7ce900
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -77,7 +77,7 @@ export default gql`
root: Item
user: User!
userId: Int!
depth: Int!
depth: Int
mine: Boolean!
boost: Int!
bounty: Int