Skip to content

Commit 0227f65

Browse files
GraphQL schema update (#60622)
Co-authored-by: github-merge-queue <118344674+github-merge-queue@users.noreply.github.com>
1 parent 5b0986a commit 0227f65

File tree

5 files changed

+99
-42
lines changed

5 files changed

+99
-42
lines changed

src/graphql/data/fpt/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+
"<p>Argument 'classifications: [SecurityAdvisoryClassification!]<code>added to field</code>Repository.vulnerabilityAlerts'</p>"
8+
]
9+
}
10+
],
11+
"previewChanges": [],
12+
"upcomingChanges": [],
13+
"date": "2026-04-02"
14+
},
215
{
316
"schemaChanges": [
417
{

src/graphql/data/fpt/schema.docs.graphql

Lines changed: 26 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -5824,8 +5824,9 @@ type CommitComment implements Comment & Deletable & Minimizable & Node & Reactab
58245824

58255825
"""
58265826
Returns why the comment was minimized. One of `abuse`, `off-topic`,
5827-
`outdated`, `resolved`, `duplicate` and `spam`. Note that the case and
5828-
formatting of these values differs from the inputs to the `MinimizeComment` mutation.
5827+
`outdated`, `resolved`, `duplicate`, `spam`, and `low-quality`. Note that the
5828+
case and formatting of these values differs from the inputs to the
5829+
`MinimizeComment` mutation.
58295830
"""
58305831
minimizedReason: String
58315832

@@ -12830,8 +12831,9 @@ type DiscussionComment implements Comment & Deletable & Minimizable & Node & Rea
1283012831

1283112832
"""
1283212833
Returns why the comment was minimized. One of `abuse`, `off-topic`,
12833-
`outdated`, `resolved`, `duplicate` and `spam`. Note that the case and
12834-
formatting of these values differs from the inputs to the `MinimizeComment` mutation.
12834+
`outdated`, `resolved`, `duplicate`, `spam`, and `low-quality`. Note that the
12835+
case and formatting of these values differs from the inputs to the
12836+
`MinimizeComment` mutation.
1283512837
"""
1283612838
minimizedReason: String
1283712839

@@ -17940,8 +17942,9 @@ type GistComment implements Comment & Deletable & Minimizable & Node & Updatable
1794017942

1794117943
"""
1794217944
Returns why the comment was minimized. One of `abuse`, `off-topic`,
17943-
`outdated`, `resolved`, `duplicate` and `spam`. Note that the case and
17944-
formatting of these values differs from the inputs to the `MinimizeComment` mutation.
17945+
`outdated`, `resolved`, `duplicate`, `spam`, and `low-quality`. Note that the
17946+
case and formatting of these values differs from the inputs to the
17947+
`MinimizeComment` mutation.
1794517948
"""
1794617949
minimizedReason: String
1794717950

@@ -20132,8 +20135,9 @@ type IssueComment implements Comment & Deletable & Minimizable & Node & Pinnable
2013220135

2013320136
"""
2013420137
Returns why the comment was minimized. One of `abuse`, `off-topic`,
20135-
`outdated`, `resolved`, `duplicate` and `spam`. Note that the case and
20136-
formatting of these values differs from the inputs to the `MinimizeComment` mutation.
20138+
`outdated`, `resolved`, `duplicate`, `spam`, and `low-quality`. Note that the
20139+
case and formatting of these values differs from the inputs to the
20140+
`MinimizeComment` mutation.
2013720141
"""
2013820142
minimizedReason: String
2013920143

@@ -25450,8 +25454,9 @@ interface Minimizable {
2545025454

2545125455
"""
2545225456
Returns why the comment was minimized. One of `abuse`, `off-topic`,
25453-
`outdated`, `resolved`, `duplicate` and `spam`. Note that the case and
25454-
formatting of these values differs from the inputs to the `MinimizeComment` mutation.
25457+
`outdated`, `resolved`, `duplicate`, `spam`, and `low-quality`. Note that the
25458+
case and formatting of these values differs from the inputs to the
25459+
`MinimizeComment` mutation.
2545525460
"""
2545625461
minimizedReason: String
2545725462

@@ -43619,8 +43624,9 @@ type PullRequestReview implements Comment & Deletable & Minimizable & Node & Rea
4361943624

4362043625
"""
4362143626
Returns why the comment was minimized. One of `abuse`, `off-topic`,
43622-
`outdated`, `resolved`, `duplicate` and `spam`. Note that the case and
43623-
formatting of these values differs from the inputs to the `MinimizeComment` mutation.
43627+
`outdated`, `resolved`, `duplicate`, `spam`, and `low-quality`. Note that the
43628+
case and formatting of these values differs from the inputs to the
43629+
`MinimizeComment` mutation.
4362443630
"""
4362543631
minimizedReason: String
4362643632

@@ -43889,8 +43895,9 @@ type PullRequestReviewComment implements Comment & Deletable & Minimizable & Nod
4388943895

4389043896
"""
4389143897
Returns why the comment was minimized. One of `abuse`, `off-topic`,
43892-
`outdated`, `resolved`, `duplicate` and `spam`. Note that the case and
43893-
formatting of these values differs from the inputs to the `MinimizeComment` mutation.
43898+
`outdated`, `resolved`, `duplicate`, `spam`, and `low-quality`. Note that the
43899+
case and formatting of these values differs from the inputs to the
43900+
`MinimizeComment` mutation.
4389443901
"""
4389543902
minimizedReason: String
4389643903

@@ -53372,6 +53379,11 @@ type Repository implements Node & PackageOwner & ProjectOwner & ProjectV2Recent
5337253379
"""
5337353380
before: String
5337453381

53382+
"""
53383+
Filter by the classification of the alert's associated security advisory
53384+
"""
53385+
classifications: [SecurityAdvisoryClassification!]
53386+
5337553387
"""
5337653388
Filter by the scope of the alert's dependency
5337753389
"""

src/graphql/data/fpt/schema.json

Lines changed: 17 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15790,7 +15790,7 @@
1579015790
},
1579115791
{
1579215792
"name": "minimizedReason",
15793-
"description": "<p>Returns why the comment was minimized. One of <code>abuse</code>, <code>off-topic</code>,\n<code>outdated</code>, <code>resolved</code>, <code>duplicate</code> and <code>spam</code>. Note that the case and\nformatting of these values differs from the inputs to the <code>MinimizeComment</code> mutation.</p>",
15793+
"description": "<p>Returns why the comment was minimized. One of <code>abuse</code>, <code>off-topic</code>,\n<code>outdated</code>, <code>resolved</code>, <code>duplicate</code>, <code>spam</code>, and <code>low-quality</code>. Note that the\ncase and formatting of these values differs from the inputs to the\n<code>MinimizeComment</code> mutation.</p>",
1579415794
"type": "String",
1579515795
"id": "string",
1579615796
"kind": "scalars",
@@ -21578,7 +21578,7 @@
2157821578
},
2157921579
{
2158021580
"name": "minimizedReason",
21581-
"description": "<p>Returns why the comment was minimized. One of <code>abuse</code>, <code>off-topic</code>,\n<code>outdated</code>, <code>resolved</code>, <code>duplicate</code> and <code>spam</code>. Note that the case and\nformatting of these values differs from the inputs to the <code>MinimizeComment</code> mutation.</p>",
21581+
"description": "<p>Returns why the comment was minimized. One of <code>abuse</code>, <code>off-topic</code>,\n<code>outdated</code>, <code>resolved</code>, <code>duplicate</code>, <code>spam</code>, and <code>low-quality</code>. Note that the\ncase and formatting of these values differs from the inputs to the\n<code>MinimizeComment</code> mutation.</p>",
2158221582
"type": "String",
2158321583
"id": "string",
2158421584
"kind": "scalars",
@@ -28651,7 +28651,7 @@
2865128651
},
2865228652
{
2865328653
"name": "minimizedReason",
28654-
"description": "<p>Returns why the comment was minimized. One of <code>abuse</code>, <code>off-topic</code>,\n<code>outdated</code>, <code>resolved</code>, <code>duplicate</code> and <code>spam</code>. Note that the case and\nformatting of these values differs from the inputs to the <code>MinimizeComment</code> mutation.</p>",
28654+
"description": "<p>Returns why the comment was minimized. One of <code>abuse</code>, <code>off-topic</code>,\n<code>outdated</code>, <code>resolved</code>, <code>duplicate</code>, <code>spam</code>, and <code>low-quality</code>. Note that the\ncase and formatting of these values differs from the inputs to the\n<code>MinimizeComment</code> mutation.</p>",
2865528655
"type": "String",
2865628656
"id": "string",
2865728657
"kind": "scalars",
@@ -31626,7 +31626,7 @@
3162631626
},
3162731627
{
3162831628
"name": "minimizedReason",
31629-
"description": "<p>Returns why the comment was minimized. One of <code>abuse</code>, <code>off-topic</code>,\n<code>outdated</code>, <code>resolved</code>, <code>duplicate</code> and <code>spam</code>. Note that the case and\nformatting of these values differs from the inputs to the <code>MinimizeComment</code> mutation.</p>",
31629+
"description": "<p>Returns why the comment was minimized. One of <code>abuse</code>, <code>off-topic</code>,\n<code>outdated</code>, <code>resolved</code>, <code>duplicate</code>, <code>spam</code>, and <code>low-quality</code>. Note that the\ncase and formatting of these values differs from the inputs to the\n<code>MinimizeComment</code> mutation.</p>",
3163031630
"type": "String",
3163131631
"id": "string",
3163231632
"kind": "scalars",
@@ -58195,7 +58195,7 @@
5819558195
},
5819658196
{
5819758197
"name": "minimizedReason",
58198-
"description": "<p>Returns why the comment was minimized. One of <code>abuse</code>, <code>off-topic</code>,\n<code>outdated</code>, <code>resolved</code>, <code>duplicate</code> and <code>spam</code>. Note that the case and\nformatting of these values differs from the inputs to the <code>MinimizeComment</code> mutation.</p>",
58198+
"description": "<p>Returns why the comment was minimized. One of <code>abuse</code>, <code>off-topic</code>,\n<code>outdated</code>, <code>resolved</code>, <code>duplicate</code>, <code>spam</code>, and <code>low-quality</code>. Note that the\ncase and formatting of these values differs from the inputs to the\n<code>MinimizeComment</code> mutation.</p>",
5819958199
"type": "String",
5820058200
"id": "string",
5820158201
"kind": "scalars",
@@ -58698,7 +58698,7 @@
5869858698
},
5869958699
{
5870058700
"name": "minimizedReason",
58701-
"description": "<p>Returns why the comment was minimized. One of <code>abuse</code>, <code>off-topic</code>,\n<code>outdated</code>, <code>resolved</code>, <code>duplicate</code> and <code>spam</code>. Note that the case and\nformatting of these values differs from the inputs to the <code>MinimizeComment</code> mutation.</p>",
58701+
"description": "<p>Returns why the comment was minimized. One of <code>abuse</code>, <code>off-topic</code>,\n<code>outdated</code>, <code>resolved</code>, <code>duplicate</code>, <code>spam</code>, and <code>low-quality</code>. Note that the\ncase and formatting of these values differs from the inputs to the\n<code>MinimizeComment</code> mutation.</p>",
5870258702
"type": "String",
5870358703
"id": "string",
5870458704
"kind": "scalars",
@@ -70366,6 +70366,16 @@
7036670366
"href": "/graphql/reference/scalars#string"
7036770367
}
7036870368
},
70369+
{
70370+
"name": "classifications",
70371+
"description": "<p>Filter by the classification of the alert's associated security advisory.</p>",
70372+
"type": {
70373+
"name": "[SecurityAdvisoryClassification!]",
70374+
"id": "securityadvisoryclassification",
70375+
"kind": "enums",
70376+
"href": "/graphql/reference/enums#securityadvisoryclassification"
70377+
}
70378+
},
7036970379
{
7037070380
"name": "dependencyScopes",
7037170381
"description": "<p>Filter by the scope of the alert's dependency.</p>",
@@ -87142,7 +87152,7 @@
8714287152
},
8714387153
{
8714487154
"name": "minimizedReason",
87145-
"description": "<p>Returns why the comment was minimized. One of <code>abuse</code>, <code>off-topic</code>,\n<code>outdated</code>, <code>resolved</code>, <code>duplicate</code> and <code>spam</code>. Note that the case and\nformatting of these values differs from the inputs to the <code>MinimizeComment</code> mutation.</p>",
87155+
"description": "<p>Returns why the comment was minimized. One of <code>abuse</code>, <code>off-topic</code>,\n<code>outdated</code>, <code>resolved</code>, <code>duplicate</code>, <code>spam</code>, and <code>low-quality</code>. Note that the\ncase and formatting of these values differs from the inputs to the\n<code>MinimizeComment</code> mutation.</p>",
8714687156
"type": "String",
8714787157
"id": "string",
8714887158
"kind": "scalars",

src/graphql/data/ghec/schema.docs.graphql

Lines changed: 26 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -5824,8 +5824,9 @@ type CommitComment implements Comment & Deletable & Minimizable & Node & Reactab
58245824

58255825
"""
58265826
Returns why the comment was minimized. One of `abuse`, `off-topic`,
5827-
`outdated`, `resolved`, `duplicate` and `spam`. Note that the case and
5828-
formatting of these values differs from the inputs to the `MinimizeComment` mutation.
5827+
`outdated`, `resolved`, `duplicate`, `spam`, and `low-quality`. Note that the
5828+
case and formatting of these values differs from the inputs to the
5829+
`MinimizeComment` mutation.
58295830
"""
58305831
minimizedReason: String
58315832

@@ -12830,8 +12831,9 @@ type DiscussionComment implements Comment & Deletable & Minimizable & Node & Rea
1283012831

1283112832
"""
1283212833
Returns why the comment was minimized. One of `abuse`, `off-topic`,
12833-
`outdated`, `resolved`, `duplicate` and `spam`. Note that the case and
12834-
formatting of these values differs from the inputs to the `MinimizeComment` mutation.
12834+
`outdated`, `resolved`, `duplicate`, `spam`, and `low-quality`. Note that the
12835+
case and formatting of these values differs from the inputs to the
12836+
`MinimizeComment` mutation.
1283512837
"""
1283612838
minimizedReason: String
1283712839

@@ -17940,8 +17942,9 @@ type GistComment implements Comment & Deletable & Minimizable & Node & Updatable
1794017942

1794117943
"""
1794217944
Returns why the comment was minimized. One of `abuse`, `off-topic`,
17943-
`outdated`, `resolved`, `duplicate` and `spam`. Note that the case and
17944-
formatting of these values differs from the inputs to the `MinimizeComment` mutation.
17945+
`outdated`, `resolved`, `duplicate`, `spam`, and `low-quality`. Note that the
17946+
case and formatting of these values differs from the inputs to the
17947+
`MinimizeComment` mutation.
1794517948
"""
1794617949
minimizedReason: String
1794717950

@@ -20132,8 +20135,9 @@ type IssueComment implements Comment & Deletable & Minimizable & Node & Pinnable
2013220135

2013320136
"""
2013420137
Returns why the comment was minimized. One of `abuse`, `off-topic`,
20135-
`outdated`, `resolved`, `duplicate` and `spam`. Note that the case and
20136-
formatting of these values differs from the inputs to the `MinimizeComment` mutation.
20138+
`outdated`, `resolved`, `duplicate`, `spam`, and `low-quality`. Note that the
20139+
case and formatting of these values differs from the inputs to the
20140+
`MinimizeComment` mutation.
2013720141
"""
2013820142
minimizedReason: String
2013920143

@@ -25450,8 +25454,9 @@ interface Minimizable {
2545025454

2545125455
"""
2545225456
Returns why the comment was minimized. One of `abuse`, `off-topic`,
25453-
`outdated`, `resolved`, `duplicate` and `spam`. Note that the case and
25454-
formatting of these values differs from the inputs to the `MinimizeComment` mutation.
25457+
`outdated`, `resolved`, `duplicate`, `spam`, and `low-quality`. Note that the
25458+
case and formatting of these values differs from the inputs to the
25459+
`MinimizeComment` mutation.
2545525460
"""
2545625461
minimizedReason: String
2545725462

@@ -43619,8 +43624,9 @@ type PullRequestReview implements Comment & Deletable & Minimizable & Node & Rea
4361943624

4362043625
"""
4362143626
Returns why the comment was minimized. One of `abuse`, `off-topic`,
43622-
`outdated`, `resolved`, `duplicate` and `spam`. Note that the case and
43623-
formatting of these values differs from the inputs to the `MinimizeComment` mutation.
43627+
`outdated`, `resolved`, `duplicate`, `spam`, and `low-quality`. Note that the
43628+
case and formatting of these values differs from the inputs to the
43629+
`MinimizeComment` mutation.
4362443630
"""
4362543631
minimizedReason: String
4362643632

@@ -43889,8 +43895,9 @@ type PullRequestReviewComment implements Comment & Deletable & Minimizable & Nod
4388943895

4389043896
"""
4389143897
Returns why the comment was minimized. One of `abuse`, `off-topic`,
43892-
`outdated`, `resolved`, `duplicate` and `spam`. Note that the case and
43893-
formatting of these values differs from the inputs to the `MinimizeComment` mutation.
43898+
`outdated`, `resolved`, `duplicate`, `spam`, and `low-quality`. Note that the
43899+
case and formatting of these values differs from the inputs to the
43900+
`MinimizeComment` mutation.
4389443901
"""
4389543902
minimizedReason: String
4389643903

@@ -53372,6 +53379,11 @@ type Repository implements Node & PackageOwner & ProjectOwner & ProjectV2Recent
5337253379
"""
5337353380
before: String
5337453381

53382+
"""
53383+
Filter by the classification of the alert's associated security advisory
53384+
"""
53385+
classifications: [SecurityAdvisoryClassification!]
53386+
5337553387
"""
5337653388
Filter by the scope of the alert's dependency
5337753389
"""

0 commit comments

Comments
 (0)