|
709 | 709 | "href": "/graphql/reference/objects#repository", |
710 | 710 | "description": "<p>Lookup a given repository by the owner and repository name.</p>", |
711 | 711 | "args": [ |
| 712 | + { |
| 713 | + "name": "followRenames", |
| 714 | + "defaultValue": true, |
| 715 | + "type": "Boolean", |
| 716 | + "id": "boolean", |
| 717 | + "kind": "scalars", |
| 718 | + "href": "/graphql/reference/scalars#boolean", |
| 719 | + "description": "<p>Follow repository renames. If disabled, a repository referenced by its old name will return an error.</p>" |
| 720 | + }, |
712 | 721 | { |
713 | 722 | "name": "name", |
714 | 723 | "type": "String!", |
|
33956 | 33965 | "kind": "objects", |
33957 | 33966 | "href": "/graphql/reference/objects#repository", |
33958 | 33967 | "arguments": [ |
| 33968 | + { |
| 33969 | + "name": "followRenames", |
| 33970 | + "defaultValue": true, |
| 33971 | + "description": "<p>Follow repository renames. If disabled, a repository referenced by its old name will return an error.</p>", |
| 33972 | + "type": { |
| 33973 | + "name": "Boolean", |
| 33974 | + "id": "boolean", |
| 33975 | + "kind": "scalars", |
| 33976 | + "href": "/graphql/reference/scalars#boolean" |
| 33977 | + } |
| 33978 | + }, |
33959 | 33979 | { |
33960 | 33980 | "name": "name", |
33961 | 33981 | "description": "<p>Name of Repository to find.</p>", |
|
37801 | 37821 | "kind": "objects", |
37802 | 37822 | "id": "projectnext", |
37803 | 37823 | "href": "/graphql/reference/objects#projectnext", |
37804 | | - "description": "<p>New projects that manage issues, pull requests and drafts with tables and.</p>", |
| 37824 | + "description": "<p>New projects that manage issues, pull requests and drafts using tables and boards.</p>", |
37805 | 37825 | "implements": [ |
37806 | 37826 | { |
37807 | 37827 | "name": "Closable", |
|
38220 | 38240 | "kind": "objects", |
38221 | 38241 | "id": "projectnextitem", |
38222 | 38242 | "href": "/graphql/reference/objects#projectnextitem", |
38223 | | - "description": "<p>An item in a Memex project.</p>", |
| 38243 | + "description": "<p>An item within a new Project.</p>", |
38224 | 38244 | "implements": [ |
38225 | 38245 | { |
38226 | 38246 | "name": "Node", |
|
38408 | 38428 | "kind": "objects", |
38409 | 38429 | "id": "projectnextitemfieldvalue", |
38410 | 38430 | "href": "/graphql/reference/objects#projectnextitemfieldvalue", |
38411 | | - "description": "<p>An value of a field in an item of Memex project.</p>", |
| 38431 | + "description": "<p>An value of a field in an item of a new Project.</p>", |
38412 | 38432 | "implements": [ |
38413 | 38433 | { |
38414 | 38434 | "name": "Node", |
|
61085 | 61105 | "kind": "objects", |
61086 | 61106 | "href": "/graphql/reference/objects#repository", |
61087 | 61107 | "arguments": [ |
| 61108 | + { |
| 61109 | + "name": "followRenames", |
| 61110 | + "defaultValue": true, |
| 61111 | + "description": "<p>Follow repository renames. If disabled, a repository referenced by its old name will return an error.</p>", |
| 61112 | + "type": { |
| 61113 | + "name": "Boolean", |
| 61114 | + "id": "boolean", |
| 61115 | + "kind": "scalars", |
| 61116 | + "href": "/graphql/reference/scalars#boolean" |
| 61117 | + } |
| 61118 | + }, |
61088 | 61119 | { |
61089 | 61120 | "name": "name", |
61090 | 61121 | "description": "<p>Name of Repository to find.</p>", |
|
65164 | 65195 | "kind": "objects", |
65165 | 65196 | "href": "/graphql/reference/objects#repository", |
65166 | 65197 | "arguments": [ |
| 65198 | + { |
| 65199 | + "name": "followRenames", |
| 65200 | + "defaultValue": true, |
| 65201 | + "description": "<p>Follow repository renames. If disabled, a repository referenced by its old name will return an error.</p>", |
| 65202 | + "type": { |
| 65203 | + "name": "Boolean", |
| 65204 | + "id": "boolean", |
| 65205 | + "kind": "scalars", |
| 65206 | + "href": "/graphql/reference/scalars#boolean" |
| 65207 | + } |
| 65208 | + }, |
65167 | 65209 | { |
65168 | 65210 | "name": "name", |
65169 | 65211 | "description": "<p>Name of Repository to find.</p>", |
|
0 commit comments