comments()

in src/github/api/queries.ts [105:123]


            comments(first: 100) {
              nodes {
                id
                databaseId
                body
                path
                position
                diffHunk
                author {
                  login
                }
                createdAt
                lastEditedAt
                url
                replyTo {
                  id
                }
              }
            }