1
0
mirror of synced 2026-01-03 06:04:16 -05:00

GraphQL schema update (#35866)

Co-authored-by: rachmari <rachmari@users.noreply.github.com>
This commit is contained in:
Octomerger Bot
2023-03-24 12:39:28 -04:00
committed by GitHub
parent 43b3683a44
commit f674d4ebee
7 changed files with 172 additions and 0 deletions

View File

@@ -27782,6 +27782,11 @@ type PullRequestReviewComment implements Comment & Deletable & Minimizable & Nod
"""
lastEditedAt: DateTime
"""
The end line number on the file to which the comment applies
"""
line: Int
"""
Returns why the comment was minimized. One of `abuse`, `off-topic`,
`outdated`, `resolved`, `duplicate` and `spam`. Note that the case and
@@ -27794,11 +27799,21 @@ type PullRequestReviewComment implements Comment & Deletable & Minimizable & Nod
"""
originalCommit: Commit
"""
The end line number on the file to which the comment applied when it was first created
"""
originalLine: Int
"""
The original line index in the diff to which the comment applies.
"""
originalPosition: Int!
"""
The start line number on the file to which the comment applied when it was first created
"""
originalStartLine: Int
"""
Identifies when the comment body is outdated
"""
@@ -27884,6 +27899,11 @@ type PullRequestReviewComment implements Comment & Deletable & Minimizable & Nod
"""
resourcePath: URI!
"""
The start line number on the file to which the comment applies
"""
startLine: Int
"""
Identifies the state of the comment.
"""

View File

@@ -34112,6 +34112,11 @@ type PullRequestReviewComment implements Comment & Deletable & Minimizable & Nod
"""
lastEditedAt: DateTime
"""
The end line number on the file to which the comment applies
"""
line: Int
"""
Returns why the comment was minimized. One of `abuse`, `off-topic`,
`outdated`, `resolved`, `duplicate` and `spam`. Note that the case and
@@ -34124,11 +34129,21 @@ type PullRequestReviewComment implements Comment & Deletable & Minimizable & Nod
"""
originalCommit: Commit
"""
The end line number on the file to which the comment applied when it was first created
"""
originalLine: Int
"""
The original line index in the diff to which the comment applies.
"""
originalPosition: Int!
"""
The start line number on the file to which the comment applied when it was first created
"""
originalStartLine: Int
"""
Identifies when the comment body is outdated
"""
@@ -34214,6 +34229,11 @@ type PullRequestReviewComment implements Comment & Deletable & Minimizable & Nod
"""
resourcePath: URI!
"""
The start line number on the file to which the comment applies
"""
startLine: Int
"""
Identifies the state of the comment.
"""

View File

@@ -34112,6 +34112,11 @@ type PullRequestReviewComment implements Comment & Deletable & Minimizable & Nod
"""
lastEditedAt: DateTime
"""
The end line number on the file to which the comment applies
"""
line: Int
"""
Returns why the comment was minimized. One of `abuse`, `off-topic`,
`outdated`, `resolved`, `duplicate` and `spam`. Note that the case and
@@ -34124,11 +34129,21 @@ type PullRequestReviewComment implements Comment & Deletable & Minimizable & Nod
"""
originalCommit: Commit
"""
The end line number on the file to which the comment applied when it was first created
"""
originalLine: Int
"""
The original line index in the diff to which the comment applies.
"""
originalPosition: Int!
"""
The start line number on the file to which the comment applied when it was first created
"""
originalStartLine: Int
"""
Identifies when the comment body is outdated
"""
@@ -34214,6 +34229,11 @@ type PullRequestReviewComment implements Comment & Deletable & Minimizable & Nod
"""
resourcePath: URI!
"""
The start line number on the file to which the comment applies
"""
startLine: Int
"""
Identifies the state of the comment.
"""