зеркало из https://github.com/github/docs.git
Action ran graphql script"update-files"
This commit is contained in:
Родитель
cb78de81f3
Коммит
f6fda7276c
|
@ -31040,6 +31040,11 @@ type Repository implements Node & ProjectOwner & RepositoryInfo & Starrable & Su
|
|||
"""
|
||||
forkCount: Int!
|
||||
|
||||
"""
|
||||
Whether this repository allows forks.
|
||||
"""
|
||||
forkingAllowed: Boolean!
|
||||
|
||||
"""
|
||||
A list of direct forked repositories.
|
||||
"""
|
||||
|
|
|
@ -33804,6 +33804,11 @@ type Repository implements Node & PackageOwner & ProjectOwner & RepositoryInfo &
|
|||
"""
|
||||
forkCount: Int!
|
||||
|
||||
"""
|
||||
Whether this repository allows forks.
|
||||
"""
|
||||
forkingAllowed: Boolean!
|
||||
|
||||
"""
|
||||
A list of direct forked repositories.
|
||||
"""
|
||||
|
|
|
@ -1,4 +1,17 @@
|
|||
[
|
||||
{
|
||||
"schemaChanges": [
|
||||
{
|
||||
"title": "The GraphQL schema includes these changes:",
|
||||
"changes": [
|
||||
"Field `forkingAllowed` was added to object type `Repository`"
|
||||
]
|
||||
}
|
||||
],
|
||||
"previewChanges": [],
|
||||
"upcomingChanges": [],
|
||||
"date": "2021-09-14"
|
||||
},
|
||||
{
|
||||
"schemaChanges": [
|
||||
{
|
||||
|
|
Различия файлов скрыты, потому что одна или несколько строк слишком длинны
|
@ -48028,6 +48028,14 @@
|
|||
"kind": "scalars",
|
||||
"href": "/graphql/reference/scalars#int"
|
||||
},
|
||||
{
|
||||
"name": "forkingAllowed",
|
||||
"description": "<p>Whether this repository allows forks.</p>",
|
||||
"type": "Boolean!",
|
||||
"id": "boolean",
|
||||
"kind": "scalars",
|
||||
"href": "/graphql/reference/scalars#boolean"
|
||||
},
|
||||
{
|
||||
"name": "forks",
|
||||
"description": "<p>A list of direct forked repositories.</p>",
|
||||
|
|
|
@ -44163,6 +44163,14 @@
|
|||
"kind": "scalars",
|
||||
"href": "/graphql/reference/scalars#int"
|
||||
},
|
||||
{
|
||||
"name": "forkingAllowed",
|
||||
"description": "<p>Whether this repository allows forks.</p>",
|
||||
"type": "Boolean!",
|
||||
"id": "boolean",
|
||||
"kind": "scalars",
|
||||
"href": "/graphql/reference/scalars#boolean"
|
||||
},
|
||||
{
|
||||
"name": "forks",
|
||||
"description": "<p>A list of direct forked repositories.</p>",
|
||||
|
|
Загрузка…
Ссылка в новой задаче