Add support for editing last issue/pr comment (#6384)
This commit is contained in:
parent
ee9d7bef0a
commit
e523d50176
11 changed files with 318 additions and 29 deletions
|
|
@ -23,6 +23,7 @@ func shortenQuery(q string) string {
|
|||
var issueComments = shortenQuery(`
|
||||
comments(first: 100) {
|
||||
nodes {
|
||||
id,
|
||||
author{login},
|
||||
authorAssociation,
|
||||
body,
|
||||
|
|
@ -30,7 +31,9 @@ var issueComments = shortenQuery(`
|
|||
includesCreatedEdit,
|
||||
isMinimized,
|
||||
minimizedReason,
|
||||
reactionGroups{content,users{totalCount}}
|
||||
reactionGroups{content,users{totalCount}},
|
||||
url,
|
||||
viewerDidAuthor
|
||||
},
|
||||
pageInfo{hasNextPage,endCursor},
|
||||
totalCount
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue