add root fields to flat comments on user

This commit is contained in:
keyan 2023-05-06 20:40:42 -05:00
parent 61d57056ed
commit 225e472dd7
1 changed files with 13 additions and 0 deletions

View File

@ -201,6 +201,19 @@ export const USER_WITH_COMMENTS = gql`
cursor
comments {
...CommentFields
root {
id
title
bounty
bountyPaidTo
subName
user {
name
streak
hideCowboyHat
id
}
}
}
}
}`