Co-authored-by: rachmari <rachmari@users.noreply.github.com>
This commit is contained in:
Octomerger Bot 2023-06-06 12:38:28 -04:00 коммит произвёл GitHub
Родитель 1bb826a7c9
Коммит 159c27c74a
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
7 изменённых файлов: 71 добавлений и 3 удалений

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

@ -14923,7 +14923,7 @@ union IpAllowListOwner = App | Enterprise | Organization
"""
An Issue is a place to discuss ideas, enhancements, tasks, and bugs for a project.
"""
type Issue implements Assignable & Closable & Comment & Labelable & Lockable & Node & Reactable & RepositoryNode & Subscribable & UniformResourceLocatable & Updatable & UpdatableComment {
type Issue implements Assignable & Closable & Comment & Deletable & Labelable & Lockable & Node & Reactable & RepositoryNode & Subscribable & UniformResourceLocatable & Updatable & UpdatableComment {
"""
Reason that the conversation was locked.
"""
@ -15396,6 +15396,11 @@ type Issue implements Assignable & Closable & Comment & Labelable & Lockable & N
"""
viewerCanClose: Boolean!
"""
Check if the current viewer can delete this object.
"""
viewerCanDelete: Boolean!
"""
Can user react to this subject
"""

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

@ -16723,7 +16723,7 @@ union IpAllowListOwner = App | Enterprise | Organization
"""
An Issue is a place to discuss ideas, enhancements, tasks, and bugs for a project.
"""
type Issue implements Assignable & Closable & Comment & Labelable & Lockable & Node & ProjectV2Owner & Reactable & RepositoryNode & Subscribable & UniformResourceLocatable & Updatable & UpdatableComment {
type Issue implements Assignable & Closable & Comment & Deletable & Labelable & Lockable & Node & ProjectV2Owner & Reactable & RepositoryNode & Subscribable & UniformResourceLocatable & Updatable & UpdatableComment {
"""
Reason that the conversation was locked.
"""
@ -17331,6 +17331,11 @@ type Issue implements Assignable & Closable & Comment & Labelable & Lockable & N
"""
viewerCanClose: Boolean!
"""
Check if the current viewer can delete this object.
"""
viewerCanDelete: Boolean!
"""
Can user react to this subject
"""

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

@ -16723,7 +16723,7 @@ union IpAllowListOwner = App | Enterprise | Organization
"""
An Issue is a place to discuss ideas, enhancements, tasks, and bugs for a project.
"""
type Issue implements Assignable & Closable & Comment & Labelable & Lockable & Node & ProjectV2Owner & Reactable & RepositoryNode & Subscribable & UniformResourceLocatable & Updatable & UpdatableComment {
type Issue implements Assignable & Closable & Comment & Deletable & Labelable & Lockable & Node & ProjectV2Owner & Reactable & RepositoryNode & Subscribable & UniformResourceLocatable & Updatable & UpdatableComment {
"""
Reason that the conversation was locked.
"""
@ -17331,6 +17331,11 @@ type Issue implements Assignable & Closable & Comment & Labelable & Lockable & N
"""
viewerCanClose: Boolean!
"""
Check if the current viewer can delete this object.
"""
viewerCanDelete: Boolean!
"""
Can user react to this subject
"""

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

@ -1,4 +1,18 @@
[
{
"schemaChanges": [
{
"title": "The GraphQL schema includes these changes:",
"changes": [
"<p><code>Issue</code> object implements <code>Deletable</code> interface</p>",
"<p>Field <code>viewerCanDelete</code> was added to object type <code>Issue</code></p>"
]
}
],
"previewChanges": [],
"upcomingChanges": [],
"date": "2023-06-06"
},
{
"schemaChanges": [
{

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

@ -26382,6 +26382,11 @@
"id": "comment",
"href": "/graphql/reference/interfaces#comment"
},
{
"name": "Deletable",
"id": "deletable",
"href": "/graphql/reference/interfaces#deletable"
},
{
"name": "Labelable",
"id": "labelable",
@ -27582,6 +27587,14 @@
"kind": "scalars",
"href": "/graphql/reference/scalars#boolean"
},
{
"name": "viewerCanDelete",
"description": "<p>Check if the current viewer can delete this object.</p>",
"type": "Boolean!",
"id": "boolean",
"kind": "scalars",
"href": "/graphql/reference/scalars#boolean"
},
{
"name": "viewerCanReact",
"description": "<p>Can user react to this subject.</p>",

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

@ -23331,6 +23331,11 @@
"id": "comment",
"href": "/graphql/reference/interfaces#comment"
},
{
"name": "Deletable",
"id": "deletable",
"href": "/graphql/reference/interfaces#deletable"
},
{
"name": "Labelable",
"id": "labelable",
@ -24255,6 +24260,14 @@
"kind": "scalars",
"href": "/graphql/reference/scalars#boolean"
},
{
"name": "viewerCanDelete",
"description": "<p>Check if the current viewer can delete this object.</p>",
"type": "Boolean!",
"id": "boolean",
"kind": "scalars",
"href": "/graphql/reference/scalars#boolean"
},
{
"name": "viewerCanReact",
"description": "<p>Can user react to this subject.</p>",

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

@ -26382,6 +26382,11 @@
"id": "comment",
"href": "/graphql/reference/interfaces#comment"
},
{
"name": "Deletable",
"id": "deletable",
"href": "/graphql/reference/interfaces#deletable"
},
{
"name": "Labelable",
"id": "labelable",
@ -27582,6 +27587,14 @@
"kind": "scalars",
"href": "/graphql/reference/scalars#boolean"
},
{
"name": "viewerCanDelete",
"description": "<p>Check if the current viewer can delete this object.</p>",
"type": "Boolean!",
"id": "boolean",
"kind": "scalars",
"href": "/graphql/reference/scalars#boolean"
},
{
"name": "viewerCanReact",
"description": "<p>Can user react to this subject.</p>",