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

View File

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