Skip to content

Commit 8637b42

Browse files
GraphQL schema update (#61292)
Co-authored-by: github-merge-queue <118344674+github-merge-queue@users.noreply.github.com>
1 parent a21ae7d commit 8637b42

5 files changed

Lines changed: 895 additions & 324 deletions

File tree

src/graphql/data/fpt/changelog.json

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,25 @@
11
[
2+
{
3+
"schemaChanges": [
4+
{
5+
"title": "The GraphQL schema includes these changes:",
6+
"changes": [
7+
"<p>Type <code>ContentWarning</code> was added</p>",
8+
"<p>Field <code>category</code> was added to object type <code>ContentWarning</code></p>",
9+
"<p>Field <code>customSubCategory</code> was added to object type <code>ContentWarning</code></p>",
10+
"<p>Field <code>subCategory</code> was added to object type <code>ContentWarning</code></p>",
11+
"<p>Field <code>subTitle</code> was added to object type <code>ContentWarning</code></p>",
12+
"<p>Field <code>title</code> was added to object type <code>ContentWarning</code></p>",
13+
"<p>Field <code>type</code> was added to object type <code>ContentWarning</code></p>",
14+
"<p>Enum value 'MULTI_SELECT<code>was added to enum</code>IssueFieldDataType'</p>",
15+
"<p>Field <code>viewerContentWarning</code> was added to object type <code>Repository</code></p>"
16+
]
17+
}
18+
],
19+
"previewChanges": [],
20+
"upcomingChanges": [],
21+
"date": "2026-05-18"
22+
},
223
{
324
"schemaChanges": [
425
{

0 commit comments

Comments
 (0)