Skip to content

Commit b948811

Browse files
docs-botrachmari
andauthored
GraphQL schema update (github#40036)
Co-authored-by: rachmari <[email protected]>
1 parent 322e6ca commit b948811

File tree

7 files changed

+334
-0
lines changed

7 files changed

+334
-0
lines changed

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

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24244,6 +24244,11 @@ type Organization implements Actor & AnnouncementBanner & MemberStatusable & Nod
2424424244
"""
2424524245
first: Int
2424624246

24247+
"""
24248+
If non-null, filters repositories according to whether they have issues enabled
24249+
"""
24250+
hasIssuesEnabled: Boolean
24251+
2424724252
"""
2424824253
If non-null, filters repositories according to whether they are archived and not maintained
2424924254
"""
@@ -34806,6 +34811,11 @@ type Repository implements Node & ProjectOwner & RepositoryInfo & Starrable & Su
3480634811
"""
3480734812
first: Int
3480834813

34814+
"""
34815+
If non-null, filters repositories according to whether they have issues enabled
34816+
"""
34817+
hasIssuesEnabled: Boolean
34818+
3480934819
"""
3481034820
If non-null, filters repositories according to whether they have been locked
3481134821
"""
@@ -36780,6 +36790,11 @@ interface RepositoryOwner {
3678036790
"""
3678136791
first: Int
3678236792

36793+
"""
36794+
If non-null, filters repositories according to whether they have issues enabled
36795+
"""
36796+
hasIssuesEnabled: Boolean
36797+
3678336798
"""
3678436799
If non-null, filters repositories according to whether they are archived and not maintained
3678536800
"""
@@ -42656,6 +42671,11 @@ type Topic implements Node & Starrable {
4265642671
"""
4265742672
first: Int
4265842673

42674+
"""
42675+
If non-null, filters repositories according to whether they have issues enabled
42676+
"""
42677+
hasIssuesEnabled: Boolean
42678+
4265942679
"""
4266042680
If non-null, filters repositories according to whether they have been locked
4266142681
"""
@@ -46447,6 +46467,11 @@ type User implements Actor & Node & ProfileOwner & ProjectOwner & RepositoryDisc
4644746467
"""
4644846468
first: Int
4644946469

46470+
"""
46471+
If non-null, filters repositories according to whether they have issues enabled
46472+
"""
46473+
hasIssuesEnabled: Boolean
46474+
4645046475
"""
4645146476
If non-null, filters repositories according to whether they are archived and not maintained
4645246477
"""
@@ -46510,6 +46535,11 @@ type User implements Actor & Node & ProfileOwner & ProjectOwner & RepositoryDisc
4651046535
"""
4651146536
first: Int
4651246537

46538+
"""
46539+
If non-null, filters repositories according to whether they have issues enabled
46540+
"""
46541+
hasIssues: Boolean
46542+
4651346543
"""
4651446544
If true, include user repositories
4651546545
"""
@@ -46833,6 +46863,11 @@ type User implements Actor & Node & ProfileOwner & ProjectOwner & RepositoryDisc
4683346863
"""
4683446864
first: Int
4683546865

46866+
"""
46867+
If non-null, filters repositories according to whether they have issues enabled
46868+
"""
46869+
hasIssuesEnabled: Boolean
46870+
4683646871
"""
4683746872
If non-null, filters repositories according to whether they have been locked
4683846873
"""

data/graphql/ghec/schema.docs.graphql

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27784,6 +27784,11 @@ type Organization implements Actor & AnnouncementBanner & MemberStatusable & Nod
2778427784
"""
2778527785
first: Int
2778627786

27787+
"""
27788+
If non-null, filters repositories according to whether they have issues enabled
27789+
"""
27790+
hasIssuesEnabled: Boolean
27791+
2778727792
"""
2778827793
If non-null, filters repositories according to whether they are archived and not maintained
2778927794
"""
@@ -42232,6 +42237,11 @@ type Repository implements Node & PackageOwner & ProjectOwner & ProjectV2Recent
4223242237
"""
4223342238
first: Int
4223442239

42240+
"""
42241+
If non-null, filters repositories according to whether they have issues enabled
42242+
"""
42243+
hasIssuesEnabled: Boolean
42244+
4223542245
"""
4223642246
If non-null, filters repositories according to whether they have been locked
4223742247
"""
@@ -44426,6 +44436,11 @@ interface RepositoryOwner {
4442644436
"""
4442744437
first: Int
4442844438

44439+
"""
44440+
If non-null, filters repositories according to whether they have issues enabled
44441+
"""
44442+
hasIssuesEnabled: Boolean
44443+
4442944444
"""
4443044445
If non-null, filters repositories according to whether they are archived and not maintained
4443144446
"""
@@ -53404,6 +53419,11 @@ type Topic implements Node & Starrable {
5340453419
"""
5340553420
first: Int
5340653421

53422+
"""
53423+
If non-null, filters repositories according to whether they have issues enabled
53424+
"""
53425+
hasIssuesEnabled: Boolean
53426+
5340753427
"""
5340853428
If non-null, filters repositories according to whether they have been locked
5340953429
"""
@@ -57957,6 +57977,11 @@ type User implements Actor & Node & PackageOwner & ProfileOwner & ProjectOwner &
5795757977
"""
5795857978
first: Int
5795957979

57980+
"""
57981+
If non-null, filters repositories according to whether they have issues enabled
57982+
"""
57983+
hasIssuesEnabled: Boolean
57984+
5796057985
"""
5796157986
If non-null, filters repositories according to whether they are archived and not maintained
5796257987
"""
@@ -58020,6 +58045,11 @@ type User implements Actor & Node & PackageOwner & ProfileOwner & ProjectOwner &
5802058045
"""
5802158046
first: Int
5802258047

58048+
"""
58049+
If non-null, filters repositories according to whether they have issues enabled
58050+
"""
58051+
hasIssues: Boolean
58052+
5802358053
"""
5802458054
If true, include user repositories
5802558055
"""
@@ -58642,6 +58672,11 @@ type User implements Actor & Node & PackageOwner & ProfileOwner & ProjectOwner &
5864258672
"""
5864358673
first: Int
5864458674

58675+
"""
58676+
If non-null, filters repositories according to whether they have issues enabled
58677+
"""
58678+
hasIssuesEnabled: Boolean
58679+
5864558680
"""
5864658681
If non-null, filters repositories according to whether they have been locked
5864758682
"""

data/graphql/schema.docs.graphql

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27784,6 +27784,11 @@ type Organization implements Actor & AnnouncementBanner & MemberStatusable & Nod
2778427784
"""
2778527785
first: Int
2778627786

27787+
"""
27788+
If non-null, filters repositories according to whether they have issues enabled
27789+
"""
27790+
hasIssuesEnabled: Boolean
27791+
2778727792
"""
2778827793
If non-null, filters repositories according to whether they are archived and not maintained
2778927794
"""
@@ -42232,6 +42237,11 @@ type Repository implements Node & PackageOwner & ProjectOwner & ProjectV2Recent
4223242237
"""
4223342238
first: Int
4223442239

42240+
"""
42241+
If non-null, filters repositories according to whether they have issues enabled
42242+
"""
42243+
hasIssuesEnabled: Boolean
42244+
4223542245
"""
4223642246
If non-null, filters repositories according to whether they have been locked
4223742247
"""
@@ -44426,6 +44436,11 @@ interface RepositoryOwner {
4442644436
"""
4442744437
first: Int
4442844438

44439+
"""
44440+
If non-null, filters repositories according to whether they have issues enabled
44441+
"""
44442+
hasIssuesEnabled: Boolean
44443+
4442944444
"""
4443044445
If non-null, filters repositories according to whether they are archived and not maintained
4443144446
"""
@@ -53404,6 +53419,11 @@ type Topic implements Node & Starrable {
5340453419
"""
5340553420
first: Int
5340653421

53422+
"""
53423+
If non-null, filters repositories according to whether they have issues enabled
53424+
"""
53425+
hasIssuesEnabled: Boolean
53426+
5340753427
"""
5340853428
If non-null, filters repositories according to whether they have been locked
5340953429
"""
@@ -57957,6 +57977,11 @@ type User implements Actor & Node & PackageOwner & ProfileOwner & ProjectOwner &
5795757977
"""
5795857978
first: Int
5795957979

57980+
"""
57981+
If non-null, filters repositories according to whether they have issues enabled
57982+
"""
57983+
hasIssuesEnabled: Boolean
57984+
5796057985
"""
5796157986
If non-null, filters repositories according to whether they are archived and not maintained
5796257987
"""
@@ -58020,6 +58045,11 @@ type User implements Actor & Node & PackageOwner & ProfileOwner & ProjectOwner &
5802058045
"""
5802158046
first: Int
5802258047

58048+
"""
58049+
If non-null, filters repositories according to whether they have issues enabled
58050+
"""
58051+
hasIssues: Boolean
58052+
5802358053
"""
5802458054
If true, include user repositories
5802558055
"""
@@ -58642,6 +58672,11 @@ type User implements Actor & Node & PackageOwner & ProfileOwner & ProjectOwner &
5864258672
"""
5864358673
first: Int
5864458674

58675+
"""
58676+
If non-null, filters repositories according to whether they have issues enabled
58677+
"""
58678+
hasIssuesEnabled: Boolean
58679+
5864558680
"""
5864658681
If non-null, filters repositories according to whether they have been locked
5864758682
"""

src/graphql/data/fpt/changelog.json

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,23 @@
11
[
2+
{
3+
"schemaChanges": [
4+
{
5+
"title": "The GraphQL schema includes these changes:",
6+
"changes": [
7+
"<p>Argument <code>hasIssuesEnabled: Boolean</code> added to field <code>Organization.repositories</code></p>",
8+
"<p>Argument <code>hasIssuesEnabled: Boolean</code> added to field <code>Repository.forks</code></p>",
9+
"<p>Argument <code>hasIssuesEnabled: Boolean</code> added to field <code>RepositoryOwner.repositories</code></p>",
10+
"<p>Argument <code>hasIssuesEnabled: Boolean</code> added to field <code>Topic.repositories</code></p>",
11+
"<p>Argument <code>hasIssuesEnabled: Boolean</code> added to field <code>User.repositories</code></p>",
12+
"<p>Argument <code>hasIssues: Boolean</code> added to field <code>User.repositoriesContributedTo</code></p>",
13+
"<p>Argument <code>hasIssuesEnabled: Boolean</code> added to field <code>User.watching</code></p>"
14+
]
15+
}
16+
],
17+
"previewChanges": [],
18+
"upcomingChanges": [],
19+
"date": "2023-07-31"
20+
},
221
{
322
"schemaChanges": [
423
{

src/graphql/data/fpt/schema.json

Lines changed: 70 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38992,6 +38992,16 @@
3899238992
"href": "/graphql/reference/scalars#int"
3899338993
}
3899438994
},
38995+
{
38996+
"name": "hasIssuesEnabled",
38997+
"description": "<p>If non-null, filters repositories according to whether they have issues enabled.</p>",
38998+
"type": {
38999+
"name": "Boolean",
39000+
"id": "boolean",
39001+
"kind": "scalars",
39002+
"href": "/graphql/reference/scalars#boolean"
39003+
}
39004+
},
3899539005
{
3899639006
"name": "isArchived",
3899739007
"description": "<p>If non-null, filters repositories according to whether they are archived and not maintained.</p>",
@@ -58178,6 +58188,16 @@
5817858188
"href": "/graphql/reference/scalars#int"
5817958189
}
5818058190
},
58191+
{
58192+
"name": "hasIssuesEnabled",
58193+
"description": "<p>If non-null, filters repositories according to whether they have issues enabled.</p>",
58194+
"type": {
58195+
"name": "Boolean",
58196+
"id": "boolean",
58197+
"kind": "scalars",
58198+
"href": "/graphql/reference/scalars#boolean"
58199+
}
58200+
},
5818158201
{
5818258202
"name": "isLocked",
5818358203
"description": "<p>If non-null, filters repositories according to whether they have been locked.</p>",
@@ -69766,6 +69786,16 @@
6976669786
"href": "/graphql/reference/scalars#int"
6976769787
}
6976869788
},
69789+
{
69790+
"name": "hasIssuesEnabled",
69791+
"description": "<p>If non-null, filters repositories according to whether they have issues enabled.</p>",
69792+
"type": {
69793+
"name": "Boolean",
69794+
"id": "boolean",
69795+
"kind": "scalars",
69796+
"href": "/graphql/reference/scalars#boolean"
69797+
}
69798+
},
6976969799
{
6977069800
"name": "isLocked",
6977169801
"description": "<p>If non-null, filters repositories according to whether they have been locked.</p>",
@@ -72153,6 +72183,16 @@
7215372183
"href": "/graphql/reference/scalars#int"
7215472184
}
7215572185
},
72186+
{
72187+
"name": "hasIssuesEnabled",
72188+
"description": "<p>If non-null, filters repositories according to whether they have issues enabled.</p>",
72189+
"type": {
72190+
"name": "Boolean",
72191+
"id": "boolean",
72192+
"kind": "scalars",
72193+
"href": "/graphql/reference/scalars#boolean"
72194+
}
72195+
},
7215672196
{
7215772197
"name": "isArchived",
7215872198
"description": "<p>If non-null, filters repositories according to whether they are archived and not maintained.</p>",
@@ -72273,6 +72313,16 @@
7227372313
"href": "/graphql/reference/scalars#int"
7227472314
}
7227572315
},
72316+
{
72317+
"name": "hasIssues",
72318+
"description": "<p>If non-null, filters repositories according to whether they have issues enabled.</p>",
72319+
"type": {
72320+
"name": "Boolean",
72321+
"id": "boolean",
72322+
"kind": "scalars",
72323+
"href": "/graphql/reference/scalars#boolean"
72324+
}
72325+
},
7227672326
{
7227772327
"name": "includeUserRepositories",
7227872328
"description": "<p>If true, include user repositories.</p>",
@@ -73469,6 +73519,16 @@
7346973519
"href": "/graphql/reference/scalars#int"
7347073520
}
7347173521
},
73522+
{
73523+
"name": "hasIssuesEnabled",
73524+
"description": "<p>If non-null, filters repositories according to whether they have issues enabled.</p>",
73525+
"type": {
73526+
"name": "Boolean",
73527+
"id": "boolean",
73528+
"kind": "scalars",
73529+
"href": "/graphql/reference/scalars#boolean"
73530+
}
73531+
},
7347273532
{
7347373533
"name": "isLocked",
7347473534
"description": "<p>If non-null, filters repositories according to whether they have been locked.</p>",
@@ -77181,6 +77241,16 @@
7718177241
"href": "/graphql/reference/scalars#int"
7718277242
}
7718377243
},
77244+
{
77245+
"name": "hasIssuesEnabled",
77246+
"description": "<p>If non-null, filters repositories according to whether they have issues enabled.</p>",
77247+
"type": {
77248+
"name": "Boolean",
77249+
"id": "boolean",
77250+
"kind": "scalars",
77251+
"href": "/graphql/reference/scalars#boolean"
77252+
}
77253+
},
7718477254
{
7718577255
"name": "isArchived",
7718677256
"description": "<p>If non-null, filters repositories according to whether they are archived and not maintained.</p>",

0 commit comments

Comments
 (0)