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
|
cursor
|
||||||
comments {
|
comments {
|
||||||
...CommentFields
|
...CommentFields
|
||||||
|
root {
|
||||||
|
id
|
||||||
|
title
|
||||||
|
bounty
|
||||||
|
bountyPaidTo
|
||||||
|
subName
|
||||||
|
user {
|
||||||
|
name
|
||||||
|
streak
|
||||||
|
hideCowboyHat
|
||||||
|
id
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}`
|
}`
|
||||||
|
Loading…
x
Reference in New Issue
Block a user