1
0
mirror of synced 2025-12-25 02:17:36 -05:00

Action ran graphql script"update-files"

This commit is contained in:
rachmari
2021-04-20 16:38:33 +00:00
committed by GitHub
parent 3b31118e11
commit 0c383063fb
6 changed files with 227 additions and 2 deletions

View File

@@ -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

View File

@@ -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",

View File

@@ -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",