1
0
mirror of synced 2025-12-19 18:10:59 -05:00

GraphQL schema update (#35089)

Co-authored-by: rachmari <rachmari@users.noreply.github.com>
This commit is contained in:
Octomerger Bot
2023-02-24 08:39:56 -08:00
committed by GitHub
parent bf1ad045fe
commit 641fd0fa89
7 changed files with 52 additions and 0 deletions

View File

@@ -9994,6 +9994,11 @@ input EnablePullRequestAutoMergeInput {
"""
commitHeadline: String
"""
The expected head OID of the pull request.
"""
expectedHeadOid: GitObjectID
"""
The merge method to use. If omitted, defaults to `MERGE`. NOTE: when merging
with a merge queue any input value for merge method is ignored.

View File

@@ -11288,6 +11288,11 @@ input EnablePullRequestAutoMergeInput {
"""
commitHeadline: String
"""
The expected head OID of the pull request.
"""
expectedHeadOid: GitObjectID
"""
The merge method to use. If omitted, defaults to `MERGE`. NOTE: when merging
with a merge queue any input value for merge method is ignored.

View File

@@ -11288,6 +11288,11 @@ input EnablePullRequestAutoMergeInput {
"""
commitHeadline: String
"""
The expected head OID of the pull request.
"""
expectedHeadOid: GitObjectID
"""
The merge method to use. If omitted, defaults to `MERGE`. NOTE: when merging
with a merge queue any input value for merge method is ignored.

View File

@@ -1,4 +1,17 @@
[
{
"schemaChanges": [
{
"title": "The GraphQL schema includes these changes:",
"changes": [
"<p>Input field <code>expectedHeadOid</code> was added to input object type <code>EnablePullRequestAutoMergeInput</code></p>"
]
}
],
"previewChanges": [],
"upcomingChanges": [],
"date": "2023-02-24"
},
{
"schemaChanges": [
{

View File

@@ -87069,6 +87069,14 @@
"kind": "scalars",
"href": "/graphql/reference/scalars#string"
},
{
"name": "expectedHeadOid",
"description": "<p>The expected head OID of the pull request.</p>",
"type": "GitObjectID",
"id": "gitobjectid",
"kind": "scalars",
"href": "/graphql/reference/scalars#gitobjectid"
},
{
"name": "mergeMethod",
"description": "<p>The merge method to use. If omitted, defaults to <code>MERGE</code>. NOTE: when merging\nwith a merge queue any input value for merge method is ignored.</p>",

View File

@@ -71363,6 +71363,14 @@
"kind": "scalars",
"href": "/graphql/reference/scalars#string"
},
{
"name": "expectedHeadOid",
"description": "<p>The expected head OID of the pull request.</p>",
"type": "GitObjectID",
"id": "gitobjectid",
"kind": "scalars",
"href": "/graphql/reference/scalars#gitobjectid"
},
{
"name": "mergeMethod",
"description": "<p>The merge method to use. If omitted, defaults to <code>MERGE</code>. NOTE: when merging\nwith a merge queue any input value for merge method is ignored.</p>",

View File

@@ -87069,6 +87069,14 @@
"kind": "scalars",
"href": "/graphql/reference/scalars#string"
},
{
"name": "expectedHeadOid",
"description": "<p>The expected head OID of the pull request.</p>",
"type": "GitObjectID",
"id": "gitobjectid",
"kind": "scalars",
"href": "/graphql/reference/scalars#gitobjectid"
},
{
"name": "mergeMethod",
"description": "<p>The merge method to use. If omitted, defaults to <code>MERGE</code>. NOTE: when merging\nwith a merge queue any input value for merge method is ignored.</p>",