GraphQL schema update (#35866)
Co-authored-by: rachmari <rachmari@users.noreply.github.com>
This commit is contained in:
@@ -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.
|
||||
"""
|
||||
|
||||
@@ -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.
|
||||
"""
|
||||
|
||||
@@ -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.
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user