зеркало из https://github.com/github/docs.git
Action ran graphql script"update-files"
This commit is contained in:
Родитель
0142b04d03
Коммит
5afc109d17
|
@ -31053,6 +31053,11 @@ type Repository implements Node & ProjectOwner & RepositoryInfo & Starrable & Su
|
|||
"""
|
||||
before: String
|
||||
|
||||
"""
|
||||
Filter by categories that are assignable by the viewer.
|
||||
"""
|
||||
filterByAssignable: Boolean = false
|
||||
|
||||
"""
|
||||
Returns the first _n_ elements from the list.
|
||||
"""
|
||||
|
@ -33406,6 +33411,8 @@ Specifies the attributes for a new or updated required status check.
|
|||
input RequiredStatusCheckInput {
|
||||
"""
|
||||
The ID of the App that must set the status in order for it to be accepted.
|
||||
Omit this value to use whichever app has recently been setting this status, or
|
||||
use "any" to allow any app to set the status.
|
||||
"""
|
||||
appId: ID
|
||||
|
||||
|
|
|
@ -34499,6 +34499,11 @@ type Repository implements Node & PackageOwner & ProjectOwner & RepositoryInfo &
|
|||
"""
|
||||
before: String
|
||||
|
||||
"""
|
||||
Filter by categories that are assignable by the viewer.
|
||||
"""
|
||||
filterByAssignable: Boolean = false
|
||||
|
||||
"""
|
||||
Returns the first _n_ elements from the list.
|
||||
"""
|
||||
|
@ -36992,6 +36997,8 @@ Specifies the attributes for a new or updated required status check.
|
|||
input RequiredStatusCheckInput {
|
||||
"""
|
||||
The ID of the App that must set the status in order for it to be accepted.
|
||||
Omit this value to use whichever app has recently been setting this status, or
|
||||
use "any" to allow any app to set the status.
|
||||
"""
|
||||
appId: ID
|
||||
|
||||
|
|
|
@ -34499,6 +34499,11 @@ type Repository implements Node & PackageOwner & ProjectOwner & RepositoryInfo &
|
|||
"""
|
||||
before: String
|
||||
|
||||
"""
|
||||
Filter by categories that are assignable by the viewer.
|
||||
"""
|
||||
filterByAssignable: Boolean = false
|
||||
|
||||
"""
|
||||
Returns the first _n_ elements from the list.
|
||||
"""
|
||||
|
@ -36992,6 +36997,8 @@ Specifies the attributes for a new or updated required status check.
|
|||
input RequiredStatusCheckInput {
|
||||
"""
|
||||
The ID of the App that must set the status in order for it to be accepted.
|
||||
Omit this value to use whichever app has recently been setting this status, or
|
||||
use "any" to allow any app to set the status.
|
||||
"""
|
||||
appId: ID
|
||||
|
||||
|
|
|
@ -1,4 +1,17 @@
|
|||
[
|
||||
{
|
||||
"schemaChanges": [
|
||||
{
|
||||
"title": "The GraphQL schema includes these changes:",
|
||||
"changes": [
|
||||
"Argument `filterByAssignable: Boolean` added to field `Repository.discussionCategories`"
|
||||
]
|
||||
}
|
||||
],
|
||||
"previewChanges": [],
|
||||
"upcomingChanges": [],
|
||||
"date": "2021-12-09"
|
||||
},
|
||||
{
|
||||
"schemaChanges": [
|
||||
{
|
||||
|
|
Различия файлов скрыты, потому что одна или несколько строк слишком длинны
Различия файлов скрыты, потому что одна или несколько строк слишком длинны
|
@ -49044,6 +49044,17 @@
|
|||
"href": "/graphql/reference/scalars#string"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "filterByAssignable",
|
||||
"defaultValue": false,
|
||||
"description": "<p>Filter by categories that are assignable by the viewer.</p>",
|
||||
"type": {
|
||||
"name": "Boolean",
|
||||
"id": "boolean",
|
||||
"kind": "scalars",
|
||||
"href": "/graphql/reference/scalars#boolean"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "first",
|
||||
"description": "<p>Returns the first <em>n</em> elements from the list.</p>",
|
||||
|
@ -77385,7 +77396,7 @@
|
|||
"inputFields": [
|
||||
{
|
||||
"name": "appId",
|
||||
"description": "<p>The ID of the App that must set the status in order for it to be accepted.</p>",
|
||||
"description": "<p>The ID of the App that must set the status in order for it to be accepted.\nOmit this value to use whichever app has recently been setting this status, or\nuse \"any\" to allow any app to set the status.</p>",
|
||||
"type": "ID",
|
||||
"id": "id",
|
||||
"kind": "scalars",
|
||||
|
|
|
@ -44115,6 +44115,17 @@
|
|||
"href": "/graphql/reference/scalars#string"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "filterByAssignable",
|
||||
"defaultValue": false,
|
||||
"description": "<p>Filter by categories that are assignable by the viewer.</p>",
|
||||
"type": {
|
||||
"name": "Boolean",
|
||||
"id": "boolean",
|
||||
"kind": "scalars",
|
||||
"href": "/graphql/reference/scalars#boolean"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "first",
|
||||
"description": "<p>Returns the first <em>n</em> elements from the list.</p>",
|
||||
|
@ -68386,7 +68397,7 @@
|
|||
"inputFields": [
|
||||
{
|
||||
"name": "appId",
|
||||
"description": "<p>The ID of the App that must set the status in order for it to be accepted.</p>",
|
||||
"description": "<p>The ID of the App that must set the status in order for it to be accepted.\nOmit this value to use whichever app has recently been setting this status, or\nuse \"any\" to allow any app to set the status.</p>",
|
||||
"type": "ID",
|
||||
"id": "id",
|
||||
"kind": "scalars",
|
||||
|
|
|
@ -49044,6 +49044,17 @@
|
|||
"href": "/graphql/reference/scalars#string"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "filterByAssignable",
|
||||
"defaultValue": false,
|
||||
"description": "<p>Filter by categories that are assignable by the viewer.</p>",
|
||||
"type": {
|
||||
"name": "Boolean",
|
||||
"id": "boolean",
|
||||
"kind": "scalars",
|
||||
"href": "/graphql/reference/scalars#boolean"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "first",
|
||||
"description": "<p>Returns the first <em>n</em> elements from the list.</p>",
|
||||
|
@ -77385,7 +77396,7 @@
|
|||
"inputFields": [
|
||||
{
|
||||
"name": "appId",
|
||||
"description": "<p>The ID of the App that must set the status in order for it to be accepted.</p>",
|
||||
"description": "<p>The ID of the App that must set the status in order for it to be accepted.\nOmit this value to use whichever app has recently been setting this status, or\nuse \"any\" to allow any app to set the status.</p>",
|
||||
"type": "ID",
|
||||
"id": "id",
|
||||
"kind": "scalars",
|
||||
|
|
Загрузка…
Ссылка в новой задаче