Action ran graphql script"update-files"

This commit is contained in:
rachmari 2021-09-14 16:36:08 +00:00 коммит произвёл GitHub
Родитель cb78de81f3
Коммит f6fda7276c
6 изменённых файлов: 41 добавлений и 2 удалений

Просмотреть файл

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