GraphQL schema update (#35866)
Co-authored-by: rachmari <rachmari@users.noreply.github.com>
This commit is contained in:
@@ -1,4 +1,20 @@
|
||||
[
|
||||
{
|
||||
"schemaChanges": [
|
||||
{
|
||||
"title": "The GraphQL schema includes these changes:",
|
||||
"changes": [
|
||||
"<p>Field <code>line</code> was added to object type <code>PullRequestReviewComment</code></p>",
|
||||
"<p>Field <code>originalLine</code> was added to object type <code>PullRequestReviewComment</code></p>",
|
||||
"<p>Field <code>originalStartLine</code> was added to object type <code>PullRequestReviewComment</code></p>",
|
||||
"<p>Field <code>startLine</code> was added to object type <code>PullRequestReviewComment</code></p>"
|
||||
]
|
||||
}
|
||||
],
|
||||
"previewChanges": [],
|
||||
"upcomingChanges": [],
|
||||
"date": "2023-03-24"
|
||||
},
|
||||
{
|
||||
"schemaChanges": [
|
||||
{
|
||||
|
||||
@@ -48338,6 +48338,14 @@
|
||||
"kind": "scalars",
|
||||
"href": "/graphql/reference/scalars#datetime"
|
||||
},
|
||||
{
|
||||
"name": "line",
|
||||
"description": "<p>The end line number on the file to which the comment applies.</p>",
|
||||
"type": "Int",
|
||||
"id": "int",
|
||||
"kind": "scalars",
|
||||
"href": "/graphql/reference/scalars#int"
|
||||
},
|
||||
{
|
||||
"name": "minimizedReason",
|
||||
"description": "<p>Returns why the comment was minimized. One of <code>abuse</code>, <code>off-topic</code>,\n<code>outdated</code>, <code>resolved</code>, <code>duplicate</code> and <code>spam</code>. Note that the case and\nformatting of these values differs from the inputs to the <code>MinimizeComment</code> mutation.</p>",
|
||||
@@ -48354,6 +48362,14 @@
|
||||
"kind": "objects",
|
||||
"href": "/graphql/reference/objects#commit"
|
||||
},
|
||||
{
|
||||
"name": "originalLine",
|
||||
"description": "<p>The end line number on the file to which the comment applied when it was first created.</p>",
|
||||
"type": "Int",
|
||||
"id": "int",
|
||||
"kind": "scalars",
|
||||
"href": "/graphql/reference/scalars#int"
|
||||
},
|
||||
{
|
||||
"name": "originalPosition",
|
||||
"description": "<p>The original line index in the diff to which the comment applies.</p>",
|
||||
@@ -48362,6 +48378,14 @@
|
||||
"kind": "scalars",
|
||||
"href": "/graphql/reference/scalars#int"
|
||||
},
|
||||
{
|
||||
"name": "originalStartLine",
|
||||
"description": "<p>The start line number on the file to which the comment applied when it was first created.</p>",
|
||||
"type": "Int",
|
||||
"id": "int",
|
||||
"kind": "scalars",
|
||||
"href": "/graphql/reference/scalars#int"
|
||||
},
|
||||
{
|
||||
"name": "outdated",
|
||||
"description": "<p>Identifies when the comment body is outdated.</p>",
|
||||
@@ -48512,6 +48536,14 @@
|
||||
"kind": "scalars",
|
||||
"href": "/graphql/reference/scalars#uri"
|
||||
},
|
||||
{
|
||||
"name": "startLine",
|
||||
"description": "<p>The start line number on the file to which the comment applies.</p>",
|
||||
"type": "Int",
|
||||
"id": "int",
|
||||
"kind": "scalars",
|
||||
"href": "/graphql/reference/scalars#int"
|
||||
},
|
||||
{
|
||||
"name": "state",
|
||||
"description": "<p>Identifies the state of the comment.</p>",
|
||||
|
||||
@@ -39560,6 +39560,14 @@
|
||||
"kind": "scalars",
|
||||
"href": "/graphql/reference/scalars#datetime"
|
||||
},
|
||||
{
|
||||
"name": "line",
|
||||
"description": "<p>The end line number on the file to which the comment applies.</p>",
|
||||
"type": "Int",
|
||||
"id": "int",
|
||||
"kind": "scalars",
|
||||
"href": "/graphql/reference/scalars#int"
|
||||
},
|
||||
{
|
||||
"name": "minimizedReason",
|
||||
"description": "<p>Returns why the comment was minimized. One of <code>abuse</code>, <code>off-topic</code>,\n<code>outdated</code>, <code>resolved</code>, <code>duplicate</code> and <code>spam</code>. Note that the case and\nformatting of these values differs from the inputs to the <code>MinimizeComment</code> mutation.</p>",
|
||||
@@ -39576,6 +39584,14 @@
|
||||
"kind": "objects",
|
||||
"href": "/graphql/reference/objects#commit"
|
||||
},
|
||||
{
|
||||
"name": "originalLine",
|
||||
"description": "<p>The end line number on the file to which the comment applied when it was first created.</p>",
|
||||
"type": "Int",
|
||||
"id": "int",
|
||||
"kind": "scalars",
|
||||
"href": "/graphql/reference/scalars#int"
|
||||
},
|
||||
{
|
||||
"name": "originalPosition",
|
||||
"description": "<p>The original line index in the diff to which the comment applies.</p>",
|
||||
@@ -39584,6 +39600,14 @@
|
||||
"kind": "scalars",
|
||||
"href": "/graphql/reference/scalars#int"
|
||||
},
|
||||
{
|
||||
"name": "originalStartLine",
|
||||
"description": "<p>The start line number on the file to which the comment applied when it was first created.</p>",
|
||||
"type": "Int",
|
||||
"id": "int",
|
||||
"kind": "scalars",
|
||||
"href": "/graphql/reference/scalars#int"
|
||||
},
|
||||
{
|
||||
"name": "outdated",
|
||||
"description": "<p>Identifies when the comment body is outdated.</p>",
|
||||
@@ -39734,6 +39758,14 @@
|
||||
"kind": "scalars",
|
||||
"href": "/graphql/reference/scalars#uri"
|
||||
},
|
||||
{
|
||||
"name": "startLine",
|
||||
"description": "<p>The start line number on the file to which the comment applies.</p>",
|
||||
"type": "Int",
|
||||
"id": "int",
|
||||
"kind": "scalars",
|
||||
"href": "/graphql/reference/scalars#int"
|
||||
},
|
||||
{
|
||||
"name": "state",
|
||||
"description": "<p>Identifies the state of the comment.</p>",
|
||||
|
||||
@@ -48338,6 +48338,14 @@
|
||||
"kind": "scalars",
|
||||
"href": "/graphql/reference/scalars#datetime"
|
||||
},
|
||||
{
|
||||
"name": "line",
|
||||
"description": "<p>The end line number on the file to which the comment applies.</p>",
|
||||
"type": "Int",
|
||||
"id": "int",
|
||||
"kind": "scalars",
|
||||
"href": "/graphql/reference/scalars#int"
|
||||
},
|
||||
{
|
||||
"name": "minimizedReason",
|
||||
"description": "<p>Returns why the comment was minimized. One of <code>abuse</code>, <code>off-topic</code>,\n<code>outdated</code>, <code>resolved</code>, <code>duplicate</code> and <code>spam</code>. Note that the case and\nformatting of these values differs from the inputs to the <code>MinimizeComment</code> mutation.</p>",
|
||||
@@ -48354,6 +48362,14 @@
|
||||
"kind": "objects",
|
||||
"href": "/graphql/reference/objects#commit"
|
||||
},
|
||||
{
|
||||
"name": "originalLine",
|
||||
"description": "<p>The end line number on the file to which the comment applied when it was first created.</p>",
|
||||
"type": "Int",
|
||||
"id": "int",
|
||||
"kind": "scalars",
|
||||
"href": "/graphql/reference/scalars#int"
|
||||
},
|
||||
{
|
||||
"name": "originalPosition",
|
||||
"description": "<p>The original line index in the diff to which the comment applies.</p>",
|
||||
@@ -48362,6 +48378,14 @@
|
||||
"kind": "scalars",
|
||||
"href": "/graphql/reference/scalars#int"
|
||||
},
|
||||
{
|
||||
"name": "originalStartLine",
|
||||
"description": "<p>The start line number on the file to which the comment applied when it was first created.</p>",
|
||||
"type": "Int",
|
||||
"id": "int",
|
||||
"kind": "scalars",
|
||||
"href": "/graphql/reference/scalars#int"
|
||||
},
|
||||
{
|
||||
"name": "outdated",
|
||||
"description": "<p>Identifies when the comment body is outdated.</p>",
|
||||
@@ -48512,6 +48536,14 @@
|
||||
"kind": "scalars",
|
||||
"href": "/graphql/reference/scalars#uri"
|
||||
},
|
||||
{
|
||||
"name": "startLine",
|
||||
"description": "<p>The start line number on the file to which the comment applies.</p>",
|
||||
"type": "Int",
|
||||
"id": "int",
|
||||
"kind": "scalars",
|
||||
"href": "/graphql/reference/scalars#int"
|
||||
},
|
||||
{
|
||||
"name": "state",
|
||||
"description": "<p>Identifies the state of the comment.</p>",
|
||||
|
||||
Reference in New Issue
Block a user