Action ran graphql script"update-files"
This commit is contained in:
@@ -1,4 +1,19 @@
|
||||
[
|
||||
{
|
||||
"schemaChanges": [
|
||||
{
|
||||
"title": "The GraphQL schema includes these changes:",
|
||||
"changes": [
|
||||
"Type `ConvertPullRequestToDraftInput` was added",
|
||||
"Type `ConvertPullRequestToDraftPayload` was added",
|
||||
"Field `convertPullRequestToDraft` was added to object type `Mutation`"
|
||||
]
|
||||
}
|
||||
],
|
||||
"previewChanges": [],
|
||||
"upcomingChanges": [],
|
||||
"date": "2021-04-20"
|
||||
},
|
||||
{
|
||||
"schemaChanges": [
|
||||
{
|
||||
|
||||
File diff suppressed because one or more lines are too long
@@ -1745,6 +1745,40 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "convertPullRequestToDraft",
|
||||
"kind": "mutations",
|
||||
"id": "convertpullrequesttodraft",
|
||||
"href": "/graphql/reference/mutations#convertpullrequesttodraft",
|
||||
"description": "<p>Converts a pull request to draft.</p>",
|
||||
"inputFields": [
|
||||
{
|
||||
"name": "input",
|
||||
"type": "ConvertPullRequestToDraftInput!",
|
||||
"id": "convertpullrequesttodraftinput",
|
||||
"kind": "input-objects",
|
||||
"href": "/graphql/reference/input-objects#convertpullrequesttodraftinput"
|
||||
}
|
||||
],
|
||||
"returnFields": [
|
||||
{
|
||||
"name": "clientMutationId",
|
||||
"type": "String",
|
||||
"id": "string",
|
||||
"kind": "scalars",
|
||||
"href": "/graphql/reference/scalars#string",
|
||||
"description": "<p>A unique identifier for the client performing the mutation.</p>"
|
||||
},
|
||||
{
|
||||
"name": "pullRequest",
|
||||
"type": "PullRequest",
|
||||
"id": "pullrequest",
|
||||
"kind": "objects",
|
||||
"href": "/graphql/reference/objects#pullrequest",
|
||||
"description": "<p>The pull request that is now a draft.</p>"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "createBranchProtectionRule",
|
||||
"kind": "mutations",
|
||||
@@ -65136,6 +65170,32 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "ConvertPullRequestToDraftInput",
|
||||
"kind": "inputObjects",
|
||||
"id": "convertpullrequesttodraftinput",
|
||||
"href": "/graphql/reference/input-objects#convertpullrequesttodraftinput",
|
||||
"description": "<p>Autogenerated input type of ConvertPullRequestToDraft.</p>",
|
||||
"inputFields": [
|
||||
{
|
||||
"name": "clientMutationId",
|
||||
"description": "<p>A unique identifier for the client performing the mutation.</p>",
|
||||
"type": "String",
|
||||
"id": "string",
|
||||
"kind": "scalars",
|
||||
"href": "/graphql/reference/scalars#string"
|
||||
},
|
||||
{
|
||||
"name": "pullRequestId",
|
||||
"description": "<p>ID of the pull request to convert to draft.</p>",
|
||||
"type": "ID!",
|
||||
"id": "id",
|
||||
"kind": "scalars",
|
||||
"href": "/graphql/reference/scalars#id",
|
||||
"isDeprecated": false
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "CreateBranchProtectionRuleInput",
|
||||
"kind": "inputObjects",
|
||||
|
||||
@@ -1370,6 +1370,40 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "convertPullRequestToDraft",
|
||||
"kind": "mutations",
|
||||
"id": "convertpullrequesttodraft",
|
||||
"href": "/graphql/reference/mutations#convertpullrequesttodraft",
|
||||
"description": "<p>Converts a pull request to draft.</p>",
|
||||
"inputFields": [
|
||||
{
|
||||
"name": "input",
|
||||
"type": "ConvertPullRequestToDraftInput!",
|
||||
"id": "convertpullrequesttodraftinput",
|
||||
"kind": "input-objects",
|
||||
"href": "/graphql/reference/input-objects#convertpullrequesttodraftinput"
|
||||
}
|
||||
],
|
||||
"returnFields": [
|
||||
{
|
||||
"name": "clientMutationId",
|
||||
"type": "String",
|
||||
"id": "string",
|
||||
"kind": "scalars",
|
||||
"href": "/graphql/reference/scalars#string",
|
||||
"description": "<p>A unique identifier for the client performing the mutation.</p>"
|
||||
},
|
||||
{
|
||||
"name": "pullRequest",
|
||||
"type": "PullRequest",
|
||||
"id": "pullrequest",
|
||||
"kind": "objects",
|
||||
"href": "/graphql/reference/objects#pullrequest",
|
||||
"description": "<p>The pull request that is now a draft.</p>"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "createBranchProtectionRule",
|
||||
"kind": "mutations",
|
||||
@@ -60681,6 +60715,32 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "ConvertPullRequestToDraftInput",
|
||||
"kind": "inputObjects",
|
||||
"id": "convertpullrequesttodraftinput",
|
||||
"href": "/graphql/reference/input-objects#convertpullrequesttodraftinput",
|
||||
"description": "<p>Autogenerated input type of ConvertPullRequestToDraft.</p>",
|
||||
"inputFields": [
|
||||
{
|
||||
"name": "clientMutationId",
|
||||
"description": "<p>A unique identifier for the client performing the mutation.</p>",
|
||||
"type": "String",
|
||||
"id": "string",
|
||||
"kind": "scalars",
|
||||
"href": "/graphql/reference/scalars#string"
|
||||
},
|
||||
{
|
||||
"name": "pullRequestId",
|
||||
"description": "<p>ID of the pull request to convert to draft.</p>",
|
||||
"type": "ID!",
|
||||
"id": "id",
|
||||
"kind": "scalars",
|
||||
"href": "/graphql/reference/scalars#id",
|
||||
"isDeprecated": false
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "CreateBranchProtectionRuleInput",
|
||||
"kind": "inputObjects",
|
||||
|
||||
Reference in New Issue
Block a user