File tree Expand file tree Collapse file tree 5 files changed +61
-0
lines changed
Expand file tree Collapse file tree 5 files changed +61
-0
lines changed Original file line number Diff line number Diff line change 11[
2+ {
3+ "schemaChanges": [
4+ {
5+ "title": "The GraphQL schema includes these changes:",
6+ "changes": [
7+ "<p>Type <code>BotOrUser</code> was added</p>"
8+ ]
9+ }
10+ ],
11+ "previewChanges": [],
12+ "upcomingChanges": [],
13+ "date": "2025-05-06"
14+ },
215 {
316 "schemaChanges": [
417 {
Original file line number Diff line number Diff line change @@ -2413,6 +2413,11 @@ type Bot implements Actor & Node & UniformResourceLocatable {
24132413 url: URI!
24142414}
24152415
2416+ """
2417+ Used when either Bot or User are accepted.
2418+ """
2419+ union BotOrUser = Bot | User
2420+
24162421"""
24172422Types which can be actors for `BranchActorAllowance` objects.
24182423"""
Original file line number Diff line number Diff line change 9471894718 }
9471994719 ]
9472094720 },
94721+ {
94722+ "name": "BotOrUser",
94723+ "kind": "unions",
94724+ "id": "botoruser",
94725+ "href": "/graphql/reference/unions#botoruser",
94726+ "description": "<p>Used when either Bot or User are accepted.</p>",
94727+ "possibleTypes": [
94728+ {
94729+ "name": "Bot",
94730+ "id": "bot",
94731+ "href": "/graphql/reference/objects#bot"
94732+ },
94733+ {
94734+ "name": "User",
94735+ "id": "user",
94736+ "href": "/graphql/reference/objects#user"
94737+ }
94738+ ]
94739+ },
9472194740 {
9472294741 "name": "BranchActorAllowanceActor",
9472394742 "kind": "unions",
Original file line number Diff line number Diff line change @@ -2413,6 +2413,11 @@ type Bot implements Actor & Node & UniformResourceLocatable {
24132413 url: URI!
24142414}
24152415
2416+ """
2417+ Used when either Bot or User are accepted.
2418+ """
2419+ union BotOrUser = Bot | User
2420+
24162421"""
24172422Types which can be actors for `BranchActorAllowance` objects.
24182423"""
Original file line number Diff line number Diff line change 9471894718 }
9471994719 ]
9472094720 },
94721+ {
94722+ "name": "BotOrUser",
94723+ "kind": "unions",
94724+ "id": "botoruser",
94725+ "href": "/graphql/reference/unions#botoruser",
94726+ "description": "<p>Used when either Bot or User are accepted.</p>",
94727+ "possibleTypes": [
94728+ {
94729+ "name": "Bot",
94730+ "id": "bot",
94731+ "href": "/graphql/reference/objects#bot"
94732+ },
94733+ {
94734+ "name": "User",
94735+ "id": "user",
94736+ "href": "/graphql/reference/objects#user"
94737+ }
94738+ ]
94739+ },
9472194740 {
9472294741 "name": "BranchActorAllowanceActor",
9472394742 "kind": "unions",
You can’t perform that action at this time.
0 commit comments