add root fields to flat comments on user
This commit is contained in:
parent
61d57056ed
commit
225e472dd7
|
@ -201,6 +201,19 @@ export const USER_WITH_COMMENTS = gql`
|
|||
cursor
|
||||
comments {
|
||||
...CommentFields
|
||||
root {
|
||||
id
|
||||
title
|
||||
bounty
|
||||
bountyPaidTo
|
||||
subName
|
||||
user {
|
||||
name
|
||||
streak
|
||||
hideCowboyHat
|
||||
id
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}`
|
||||
|
|
Loading…
Reference in New Issue