зеркало из https://github.com/github/docs.git
GraphQL schema update (#32381)
Co-authored-by: rachmari <rachmari@users.noreply.github.com>
This commit is contained in:
Родитель
263e3ab271
Коммит
188cbd7a60
|
@ -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>",
|
||||
|
|
Загрузка…
Ссылка в новой задаче