Skip to content

Commit 455ced8

Browse files
GraphQL schema update (#60250)
Co-authored-by: github-merge-queue <118344674+github-merge-queue@users.noreply.github.com>
1 parent ab4f945 commit 455ced8

File tree

5 files changed

+25
-2
lines changed

5 files changed

+25
-2
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>Member <code>User</code> was added to Union type <code>BypassActor</code></p>"
8+
]
9+
}
10+
],
11+
"previewChanges": [],
12+
"upcomingChanges": [],
13+
"date": "2026-03-16"
14+
},
215
{
316
"schemaChanges": [
417
{

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3115,7 +3115,7 @@ input BulkSponsorship {
31153115
"""
31163116
Types that can represent a repository ruleset bypass actor.
31173117
"""
3118-
union BypassActor = App | Team
3118+
union BypassActor = App | Team | User
31193119

31203120
"""
31213121
A user, team, or app who has the ability to bypass a force push requirement on a protected branch.

src/graphql/data/fpt/schema.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97116,6 +97116,11 @@
9711697116
"name": "Team",
9711797117
"id": "team",
9711897118
"href": "/graphql/reference/objects#team"
97119+
},
97120+
{
97121+
"name": "User",
97122+
"id": "user",
97123+
"href": "/graphql/reference/objects#user"
9711997124
}
9712097125
]
9712197126
},

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3115,7 +3115,7 @@ input BulkSponsorship {
31153115
"""
31163116
Types that can represent a repository ruleset bypass actor.
31173117
"""
3118-
union BypassActor = App | Team
3118+
union BypassActor = App | Team | User
31193119

31203120
"""
31213121
A user, team, or app who has the ability to bypass a force push requirement on a protected branch.

src/graphql/data/ghec/schema.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97116,6 +97116,11 @@
9711697116
"name": "Team",
9711797117
"id": "team",
9711897118
"href": "/graphql/reference/objects#team"
97119+
},
97120+
{
97121+
"name": "User",
97122+
"id": "user",
97123+
"href": "/graphql/reference/objects#user"
9711997124
}
9712097125
]
9712197126
},

0 commit comments

Comments
 (0)