made Item.depth nullable (#493)
This commit is contained in:
parent
bc2363dfab
commit
2e7f7ce900
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user