|
1745 | 1745 | } |
1746 | 1746 | ] |
1747 | 1747 | }, |
| 1748 | + { |
| 1749 | + "name": "convertPullRequestToDraft", |
| 1750 | + "kind": "mutations", |
| 1751 | + "id": "convertpullrequesttodraft", |
| 1752 | + "href": "/graphql/reference/mutations#convertpullrequesttodraft", |
| 1753 | + "description": "<p>Converts a pull request to draft.</p>", |
| 1754 | + "inputFields": [ |
| 1755 | + { |
| 1756 | + "name": "input", |
| 1757 | + "type": "ConvertPullRequestToDraftInput!", |
| 1758 | + "id": "convertpullrequesttodraftinput", |
| 1759 | + "kind": "input-objects", |
| 1760 | + "href": "/graphql/reference/input-objects#convertpullrequesttodraftinput" |
| 1761 | + } |
| 1762 | + ], |
| 1763 | + "returnFields": [ |
| 1764 | + { |
| 1765 | + "name": "clientMutationId", |
| 1766 | + "type": "String", |
| 1767 | + "id": "string", |
| 1768 | + "kind": "scalars", |
| 1769 | + "href": "/graphql/reference/scalars#string", |
| 1770 | + "description": "<p>A unique identifier for the client performing the mutation.</p>" |
| 1771 | + }, |
| 1772 | + { |
| 1773 | + "name": "pullRequest", |
| 1774 | + "type": "PullRequest", |
| 1775 | + "id": "pullrequest", |
| 1776 | + "kind": "objects", |
| 1777 | + "href": "/graphql/reference/objects#pullrequest", |
| 1778 | + "description": "<p>The pull request that is now a draft.</p>" |
| 1779 | + } |
| 1780 | + ] |
| 1781 | + }, |
1748 | 1782 | { |
1749 | 1783 | "name": "createBranchProtectionRule", |
1750 | 1784 | "kind": "mutations", |
|
65136 | 65170 | } |
65137 | 65171 | ] |
65138 | 65172 | }, |
| 65173 | + { |
| 65174 | + "name": "ConvertPullRequestToDraftInput", |
| 65175 | + "kind": "inputObjects", |
| 65176 | + "id": "convertpullrequesttodraftinput", |
| 65177 | + "href": "/graphql/reference/input-objects#convertpullrequesttodraftinput", |
| 65178 | + "description": "<p>Autogenerated input type of ConvertPullRequestToDraft.</p>", |
| 65179 | + "inputFields": [ |
| 65180 | + { |
| 65181 | + "name": "clientMutationId", |
| 65182 | + "description": "<p>A unique identifier for the client performing the mutation.</p>", |
| 65183 | + "type": "String", |
| 65184 | + "id": "string", |
| 65185 | + "kind": "scalars", |
| 65186 | + "href": "/graphql/reference/scalars#string" |
| 65187 | + }, |
| 65188 | + { |
| 65189 | + "name": "pullRequestId", |
| 65190 | + "description": "<p>ID of the pull request to convert to draft.</p>", |
| 65191 | + "type": "ID!", |
| 65192 | + "id": "id", |
| 65193 | + "kind": "scalars", |
| 65194 | + "href": "/graphql/reference/scalars#id", |
| 65195 | + "isDeprecated": false |
| 65196 | + } |
| 65197 | + ] |
| 65198 | + }, |
65139 | 65199 | { |
65140 | 65200 | "name": "CreateBranchProtectionRuleInput", |
65141 | 65201 | "kind": "inputObjects", |
|
0 commit comments