Skip to content

Commit 02ed657

Browse files
GraphQL schema update (#61639)
Co-authored-by: github-merge-queue <118344674+github-merge-queue@users.noreply.github.com>
1 parent 1c7ae2d commit 02ed657

5 files changed

Lines changed: 31 additions & 0 deletions

File tree

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>Enum value <code>THREADS</code> was added to enum <code>SocialAccountProvider</code></p>"
8+
]
9+
}
10+
],
11+
"previewChanges": [],
12+
"upcomingChanges": [],
13+
"date": "2026-06-09"
14+
},
215
{
316
"schemaChanges": [
417
{

src/graphql/data/fpt/schema-users.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7536,6 +7536,10 @@
75367536
"name": "REDDIT",
75377537
"description": "<p>Social news aggregation and discussion website.</p>"
75387538
},
7539+
{
7540+
"name": "THREADS",
7541+
"description": "<p>Microblogging social platform.</p>"
7542+
},
75397543
{
75407544
"name": "TWITCH",
75417545
"description": "<p>Live-streaming service.</p>"

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59330,6 +59330,11 @@ enum SocialAccountProvider @docsCategory(name: "users") {
5933059330
"""
5933159331
REDDIT
5933259332

59333+
"""
59334+
Microblogging social platform.
59335+
"""
59336+
THREADS
59337+
5933359338
"""
5933459339
Live-streaming service.
5933559340
"""

src/graphql/data/ghec/schema-users.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7536,6 +7536,10 @@
75367536
"name": "REDDIT",
75377537
"description": "<p>Social news aggregation and discussion website.</p>"
75387538
},
7539+
{
7540+
"name": "THREADS",
7541+
"description": "<p>Microblogging social platform.</p>"
7542+
},
75397543
{
75407544
"name": "TWITCH",
75417545
"description": "<p>Live-streaming service.</p>"

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59330,6 +59330,11 @@ enum SocialAccountProvider @docsCategory(name: "users") {
5933059330
"""
5933159331
REDDIT
5933259332

59333+
"""
59334+
Microblogging social platform.
59335+
"""
59336+
THREADS
59337+
5933359338
"""
5933459339
Live-streaming service.
5933559340
"""

0 commit comments

Comments
 (0)