Co-authored-by: rachmari <rachmari@users.noreply.github.com>
This commit is contained in:
Octomerger Bot 2022-11-05 09:47:26 -07:00 коммит произвёл GitHub
Родитель 263e3ab271
Коммит 188cbd7a60
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
7 изменённых файлов: 58 добавлений и 6 удалений

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

@ -32745,7 +32745,7 @@ type Repository implements Node & ProjectOwner & RepositoryInfo & Starrable & Su
hasAnonymousAccessEnabled: Boolean!
"""
Are discussions available on this repository?
Indicates if the repository has the Discussions feature enabled.
"""
hasDiscussionsEnabled: Boolean!
@ -34045,6 +34045,11 @@ interface RepositoryInfo {
"""
hasAnonymousAccessEnabled: Boolean!
"""
Indicates if the repository has the Discussions feature enabled.
"""
hasDiscussionsEnabled: Boolean!
"""
Indicates if the repository has issues feature enabled.
"""

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

@ -40394,7 +40394,7 @@ type Repository implements Node & PackageOwner & ProjectOwner & ProjectV2Recent
fundingLinks: [FundingLink!]!
"""
Are discussions available on this repository?
Indicates if the repository has the Discussions feature enabled.
"""
hasDiscussionsEnabled: Boolean!
@ -41860,6 +41860,11 @@ interface RepositoryInfo {
"""
forkCount: Int!
"""
Indicates if the repository has the Discussions feature enabled.
"""
hasDiscussionsEnabled: Boolean!
"""
Indicates if the repository has issues feature enabled.
"""

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

@ -40394,7 +40394,7 @@ type Repository implements Node & PackageOwner & ProjectOwner & ProjectV2Recent
fundingLinks: [FundingLink!]!
"""
Are discussions available on this repository?
Indicates if the repository has the Discussions feature enabled.
"""
hasDiscussionsEnabled: Boolean!
@ -41860,6 +41860,11 @@ interface RepositoryInfo {
"""
forkCount: Int!
"""
Indicates if the repository has the Discussions feature enabled.
"""
hasDiscussionsEnabled: Boolean!
"""
Indicates if the repository has issues feature enabled.
"""

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

@ -1,4 +1,17 @@
[
{
"schemaChanges": [
{
"title": "The GraphQL schema includes these changes:",
"changes": [
"<p>Field <code>hasDiscussionsEnabled</code> was added to interface <code>RepositoryInfo</code></p>"
]
}
],
"previewChanges": [],
"upcomingChanges": [],
"date": "2022-11-05"
},
{
"schemaChanges": [
{

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

@ -56385,7 +56385,7 @@
},
{
"name": "hasDiscussionsEnabled",
"description": "<p>Are discussions available on this repository?.</p>",
"description": "<p>Indicates if the repository has the Discussions feature enabled.</p>",
"type": "Boolean!",
"id": "boolean",
"kind": "scalars",
@ -73682,6 +73682,14 @@
"kind": "scalars",
"href": "/graphql/reference/scalars#int"
},
{
"name": "hasDiscussionsEnabled",
"description": "<p>Indicates if the repository has the Discussions feature enabled.</p>",
"type": "Boolean!",
"id": "boolean",
"kind": "scalars",
"href": "/graphql/reference/scalars#boolean"
},
{
"name": "hasIssuesEnabled",
"description": "<p>Indicates if the repository has issues feature enabled.</p>",

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

@ -46055,7 +46055,7 @@
},
{
"name": "hasDiscussionsEnabled",
"description": "<p>Are discussions available on this repository?.</p>",
"description": "<p>Indicates if the repository has the Discussions feature enabled.</p>",
"type": "Boolean!",
"id": "boolean",
"kind": "scalars",
@ -60141,6 +60141,14 @@
"kind": "scalars",
"href": "/graphql/reference/scalars#boolean"
},
{
"name": "hasDiscussionsEnabled",
"description": "<p>Indicates if the repository has the Discussions feature enabled.</p>",
"type": "Boolean!",
"id": "boolean",
"kind": "scalars",
"href": "/graphql/reference/scalars#boolean"
},
{
"name": "hasIssuesEnabled",
"description": "<p>Indicates if the repository has issues feature enabled.</p>",

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

@ -56385,7 +56385,7 @@
},
{
"name": "hasDiscussionsEnabled",
"description": "<p>Are discussions available on this repository?.</p>",
"description": "<p>Indicates if the repository has the Discussions feature enabled.</p>",
"type": "Boolean!",
"id": "boolean",
"kind": "scalars",
@ -73682,6 +73682,14 @@
"kind": "scalars",
"href": "/graphql/reference/scalars#int"
},
{
"name": "hasDiscussionsEnabled",
"description": "<p>Indicates if the repository has the Discussions feature enabled.</p>",
"type": "Boolean!",
"id": "boolean",
"kind": "scalars",
"href": "/graphql/reference/scalars#boolean"
},
{
"name": "hasIssuesEnabled",
"description": "<p>Indicates if the repository has issues feature enabled.</p>",