Skip to content

Commit b4a49fe

Browse files
authored
Merge pull request #23414 from github/graphql-schema-update
GraphQL schema update
2 parents 49882bb + 40083cf commit b4a49fe

9 files changed

Lines changed: 76 additions & 9 deletions

data/graphql/ghae/schema.docs-ghae.graphql

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31053,6 +31053,11 @@ type Repository implements Node & ProjectOwner & RepositoryInfo & Starrable & Su
3105331053
"""
3105431054
before: String
3105531055

31056+
"""
31057+
Filter by categories that are assignable by the viewer.
31058+
"""
31059+
filterByAssignable: Boolean = false
31060+
3105631061
"""
3105731062
Returns the first _n_ elements from the list.
3105831063
"""
@@ -33406,6 +33411,8 @@ Specifies the attributes for a new or updated required status check.
3340633411
input RequiredStatusCheckInput {
3340733412
"""
3340833413
The ID of the App that must set the status in order for it to be accepted.
33414+
Omit this value to use whichever app has recently been setting this status, or
33415+
use "any" to allow any app to set the status.
3340933416
"""
3341033417
appId: ID
3341133418

data/graphql/ghec/schema.docs.graphql

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34499,6 +34499,11 @@ type Repository implements Node & PackageOwner & ProjectOwner & RepositoryInfo &
3449934499
"""
3450034500
before: String
3450134501

34502+
"""
34503+
Filter by categories that are assignable by the viewer.
34504+
"""
34505+
filterByAssignable: Boolean = false
34506+
3450234507
"""
3450334508
Returns the first _n_ elements from the list.
3450434509
"""
@@ -36992,6 +36997,8 @@ Specifies the attributes for a new or updated required status check.
3699236997
input RequiredStatusCheckInput {
3699336998
"""
3699436999
The ID of the App that must set the status in order for it to be accepted.
37000+
Omit this value to use whichever app has recently been setting this status, or
37001+
use "any" to allow any app to set the status.
3699537002
"""
3699637003
appId: ID
3699737004

data/graphql/schema.docs.graphql

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34499,6 +34499,11 @@ type Repository implements Node & PackageOwner & ProjectOwner & RepositoryInfo &
3449934499
"""
3450034500
before: String
3450134501

34502+
"""
34503+
Filter by categories that are assignable by the viewer.
34504+
"""
34505+
filterByAssignable: Boolean = false
34506+
3450234507
"""
3450334508
Returns the first _n_ elements from the list.
3450434509
"""
@@ -36992,6 +36997,8 @@ Specifies the attributes for a new or updated required status check.
3699236997
input RequiredStatusCheckInput {
3699336998
"""
3699436999
The ID of the App that must set the status in order for it to be accepted.
37000+
Omit this value to use whichever app has recently been setting this status, or
37001+
use "any" to allow any app to set the status.
3699537002
"""
3699637003
appId: ID
3699737004

lib/graphql/static/changelog.json

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,17 @@
11
[
2+
{
3+
"schemaChanges": [
4+
{
5+
"title": "The GraphQL schema includes these changes:",
6+
"changes": [
7+
"Argument `filterByAssignable: Boolean` added to field `Repository.discussionCategories`"
8+
]
9+
}
10+
],
11+
"previewChanges": [],
12+
"upcomingChanges": [],
13+
"date": "2021-12-09"
14+
},
215
{
316
"schemaChanges": [
417
{

lib/graphql/static/prerendered-input-objects.json

Lines changed: 3 additions & 3 deletions
Large diffs are not rendered by default.

lib/graphql/static/prerendered-objects.json

Lines changed: 3 additions & 3 deletions
Large diffs are not rendered by default.

lib/graphql/static/schema-dotcom.json

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49044,6 +49044,17 @@
4904449044
"href": "/graphql/reference/scalars#string"
4904549045
}
4904649046
},
49047+
{
49048+
"name": "filterByAssignable",
49049+
"defaultValue": false,
49050+
"description": "<p>Filter by categories that are assignable by the viewer.</p>",
49051+
"type": {
49052+
"name": "Boolean",
49053+
"id": "boolean",
49054+
"kind": "scalars",
49055+
"href": "/graphql/reference/scalars#boolean"
49056+
}
49057+
},
4904749058
{
4904849059
"name": "first",
4904949060
"description": "<p>Returns the first <em>n</em> elements from the list.</p>",
@@ -77385,7 +77396,7 @@
7738577396
"inputFields": [
7738677397
{
7738777398
"name": "appId",
77388-
"description": "<p>The ID of the App that must set the status in order for it to be accepted.</p>",
77399+
"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>",
7738977400
"type": "ID",
7739077401
"id": "id",
7739177402
"kind": "scalars",

lib/graphql/static/schema-ghae.json

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44115,6 +44115,17 @@
4411544115
"href": "/graphql/reference/scalars#string"
4411644116
}
4411744117
},
44118+
{
44119+
"name": "filterByAssignable",
44120+
"defaultValue": false,
44121+
"description": "<p>Filter by categories that are assignable by the viewer.</p>",
44122+
"type": {
44123+
"name": "Boolean",
44124+
"id": "boolean",
44125+
"kind": "scalars",
44126+
"href": "/graphql/reference/scalars#boolean"
44127+
}
44128+
},
4411844129
{
4411944130
"name": "first",
4412044131
"description": "<p>Returns the first <em>n</em> elements from the list.</p>",
@@ -68386,7 +68397,7 @@
6838668397
"inputFields": [
6838768398
{
6838868399
"name": "appId",
68389-
"description": "<p>The ID of the App that must set the status in order for it to be accepted.</p>",
68400+
"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>",
6839068401
"type": "ID",
6839168402
"id": "id",
6839268403
"kind": "scalars",

lib/graphql/static/schema-ghec.json

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49044,6 +49044,17 @@
4904449044
"href": "/graphql/reference/scalars#string"
4904549045
}
4904649046
},
49047+
{
49048+
"name": "filterByAssignable",
49049+
"defaultValue": false,
49050+
"description": "<p>Filter by categories that are assignable by the viewer.</p>",
49051+
"type": {
49052+
"name": "Boolean",
49053+
"id": "boolean",
49054+
"kind": "scalars",
49055+
"href": "/graphql/reference/scalars#boolean"
49056+
}
49057+
},
4904749058
{
4904849059
"name": "first",
4904949060
"description": "<p>Returns the first <em>n</em> elements from the list.</p>",
@@ -77385,7 +77396,7 @@
7738577396
"inputFields": [
7738677397
{
7738777398
"name": "appId",
77388-
"description": "<p>The ID of the App that must set the status in order for it to be accepted.</p>",
77399+
"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>",
7738977400
"type": "ID",
7739077401
"id": "id",
7739177402
"kind": "scalars",

0 commit comments

Comments
 (0)