made Item.depth nullable (#493)
This commit is contained in:
parent
bc2363dfab
commit
2e7f7ce900
|
@ -77,7 +77,7 @@ export default gql`
|
|||
root: Item
|
||||
user: User!
|
||||
userId: Int!
|
||||
depth: Int!
|
||||
depth: Int
|
||||
mine: Boolean!
|
||||
boost: Int!
|
||||
bounty: Int
|
||||
|
|
Loading…
Reference in New Issue