Skip to content

Commit 2614631

Browse files
docs-botheiskr
andauthored
GraphQL schema update (#56925)
Co-authored-by: heiskr <[email protected]>
1 parent ce3228c commit 2614631

File tree

5 files changed

+126
-0
lines changed

5 files changed

+126
-0
lines changed

src/graphql/data/fpt/changelog.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,22 @@
11
[
2+
{
3+
"schemaChanges": [
4+
{
5+
"title": "The GraphQL schema includes these changes:",
6+
"changes": [
7+
"<p>Enum value 'BLOCKED_BY_REMOVED_EVENT<code>was added to enum</code>IssueTimelineItemsItemType'</p>",
8+
"<p>Enum value 'BLOCKING_ADDED_EVENT<code>was added to enum</code>IssueTimelineItemsItemType'</p>",
9+
"<p>Enum value 'BLOCKING_REMOVED_EVENT<code>was added to enum</code>IssueTimelineItemsItemType'</p>",
10+
"<p>Enum value 'BLOCKED_BY_REMOVED_EVENT<code>was added to enum</code>PullRequestTimelineItemsItemType'</p>",
11+
"<p>Enum value 'BLOCKING_ADDED_EVENT<code>was added to enum</code>PullRequestTimelineItemsItemType'</p>",
12+
"<p>Enum value 'BLOCKING_REMOVED_EVENT<code>was added to enum</code>PullRequestTimelineItemsItemType'</p>"
13+
]
14+
}
15+
],
16+
"previewChanges": [],
17+
"upcomingChanges": [],
18+
"date": "2025-07-31"
19+
},
220
{
321
"schemaChanges": [
422
{

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

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20311,6 +20311,21 @@ enum IssueTimelineItemsItemType {
2031120311
"""
2031220312
BLOCKED_BY_ADDED_EVENT
2031320313

20314+
"""
20315+
Represents a 'blocked_by_removed' event on a given issue.
20316+
"""
20317+
BLOCKED_BY_REMOVED_EVENT
20318+
20319+
"""
20320+
Represents a 'blocking_added' event on a given issue.
20321+
"""
20322+
BLOCKING_ADDED_EVENT
20323+
20324+
"""
20325+
Represents a 'blocking_removed' event on a given issue.
20326+
"""
20327+
BLOCKING_REMOVED_EVENT
20328+
2031420329
"""
2031520330
Represents a 'closed' event on any `Closable`.
2031620331
"""
@@ -42960,6 +42975,21 @@ enum PullRequestTimelineItemsItemType {
4296042975
"""
4296142976
BLOCKED_BY_ADDED_EVENT
4296242977

42978+
"""
42979+
Represents a 'blocked_by_removed' event on a given issue.
42980+
"""
42981+
BLOCKED_BY_REMOVED_EVENT
42982+
42983+
"""
42984+
Represents a 'blocking_added' event on a given issue.
42985+
"""
42986+
BLOCKING_ADDED_EVENT
42987+
42988+
"""
42989+
Represents a 'blocking_removed' event on a given issue.
42990+
"""
42991+
BLOCKING_REMOVED_EVENT
42992+
4296342993
"""
4296442994
Represents a 'closed' event on any `Closable`.
4296542995
"""

src/graphql/data/fpt/schema.json

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89627,6 +89627,18 @@
8962789627
"name": "BLOCKED_BY_ADDED_EVENT",
8962889628
"description": "<p>Represents a<code>blocked_by_added</code>event on a given issue.</p>"
8962989629
},
89630+
{
89631+
"name": "BLOCKED_BY_REMOVED_EVENT",
89632+
"description": "<p>Represents a<code>blocked_by_removed</code>event on a given issue.</p>"
89633+
},
89634+
{
89635+
"name": "BLOCKING_ADDED_EVENT",
89636+
"description": "<p>Represents a<code>blocking_added</code>event on a given issue.</p>"
89637+
},
89638+
{
89639+
"name": "BLOCKING_REMOVED_EVENT",
89640+
"description": "<p>Represents a<code>blocking_removed</code>event on a given issue.</p>"
89641+
},
8963089642
{
8963189643
"name": "CLOSED_EVENT",
8963289644
"description": "<p>Represents a<code>closed</code>event on any <code>Closable</code>.</p>"
@@ -91758,6 +91770,18 @@
9175891770
"name": "BLOCKED_BY_ADDED_EVENT",
9175991771
"description": "<p>Represents a<code>blocked_by_added</code>event on a given issue.</p>"
9176091772
},
91773+
{
91774+
"name": "BLOCKED_BY_REMOVED_EVENT",
91775+
"description": "<p>Represents a<code>blocked_by_removed</code>event on a given issue.</p>"
91776+
},
91777+
{
91778+
"name": "BLOCKING_ADDED_EVENT",
91779+
"description": "<p>Represents a<code>blocking_added</code>event on a given issue.</p>"
91780+
},
91781+
{
91782+
"name": "BLOCKING_REMOVED_EVENT",
91783+
"description": "<p>Represents a<code>blocking_removed</code>event on a given issue.</p>"
91784+
},
9176191785
{
9176291786
"name": "CLOSED_EVENT",
9176391787
"description": "<p>Represents a<code>closed</code>event on any <code>Closable</code>.</p>"

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

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20311,6 +20311,21 @@ enum IssueTimelineItemsItemType {
2031120311
"""
2031220312
BLOCKED_BY_ADDED_EVENT
2031320313

20314+
"""
20315+
Represents a 'blocked_by_removed' event on a given issue.
20316+
"""
20317+
BLOCKED_BY_REMOVED_EVENT
20318+
20319+
"""
20320+
Represents a 'blocking_added' event on a given issue.
20321+
"""
20322+
BLOCKING_ADDED_EVENT
20323+
20324+
"""
20325+
Represents a 'blocking_removed' event on a given issue.
20326+
"""
20327+
BLOCKING_REMOVED_EVENT
20328+
2031420329
"""
2031520330
Represents a 'closed' event on any `Closable`.
2031620331
"""
@@ -42960,6 +42975,21 @@ enum PullRequestTimelineItemsItemType {
4296042975
"""
4296142976
BLOCKED_BY_ADDED_EVENT
4296242977

42978+
"""
42979+
Represents a 'blocked_by_removed' event on a given issue.
42980+
"""
42981+
BLOCKED_BY_REMOVED_EVENT
42982+
42983+
"""
42984+
Represents a 'blocking_added' event on a given issue.
42985+
"""
42986+
BLOCKING_ADDED_EVENT
42987+
42988+
"""
42989+
Represents a 'blocking_removed' event on a given issue.
42990+
"""
42991+
BLOCKING_REMOVED_EVENT
42992+
4296342993
"""
4296442994
Represents a 'closed' event on any `Closable`.
4296542995
"""

src/graphql/data/ghec/schema.json

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89627,6 +89627,18 @@
8962789627
"name": "BLOCKED_BY_ADDED_EVENT",
8962889628
"description": "<p>Represents a<code>blocked_by_added</code>event on a given issue.</p>"
8962989629
},
89630+
{
89631+
"name": "BLOCKED_BY_REMOVED_EVENT",
89632+
"description": "<p>Represents a<code>blocked_by_removed</code>event on a given issue.</p>"
89633+
},
89634+
{
89635+
"name": "BLOCKING_ADDED_EVENT",
89636+
"description": "<p>Represents a<code>blocking_added</code>event on a given issue.</p>"
89637+
},
89638+
{
89639+
"name": "BLOCKING_REMOVED_EVENT",
89640+
"description": "<p>Represents a<code>blocking_removed</code>event on a given issue.</p>"
89641+
},
8963089642
{
8963189643
"name": "CLOSED_EVENT",
8963289644
"description": "<p>Represents a<code>closed</code>event on any <code>Closable</code>.</p>"
@@ -91758,6 +91770,18 @@
9175891770
"name": "BLOCKED_BY_ADDED_EVENT",
9175991771
"description": "<p>Represents a<code>blocked_by_added</code>event on a given issue.</p>"
9176091772
},
91773+
{
91774+
"name": "BLOCKED_BY_REMOVED_EVENT",
91775+
"description": "<p>Represents a<code>blocked_by_removed</code>event on a given issue.</p>"
91776+
},
91777+
{
91778+
"name": "BLOCKING_ADDED_EVENT",
91779+
"description": "<p>Represents a<code>blocking_added</code>event on a given issue.</p>"
91780+
},
91781+
{
91782+
"name": "BLOCKING_REMOVED_EVENT",
91783+
"description": "<p>Represents a<code>blocking_removed</code>event on a given issue.</p>"
91784+
},
9176191785
{
9176291786
"name": "CLOSED_EVENT",
9176391787
"description": "<p>Represents a<code>closed</code>event on any <code>Closable</code>.</p>"

0 commit comments

Comments
 (0)