File tree 5 files changed +61
-0
lines changed
5 files changed +61
-0
lines changed Original file line number Diff line number Diff line change 1
1
[
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
+ },
2
15
{
3
16
"schemaChanges": [
4
17
{
Original file line number Diff line number Diff line change @@ -2413,6 +2413,11 @@ type Bot implements Actor & Node & UniformResourceLocatable {
2413
2413
url: URI!
2414
2414
}
2415
2415
2416
+ """
2417
+ Used when either Bot or User are accepted.
2418
+ """
2419
+ union BotOrUser = Bot | User
2420
+
2416
2421
"""
2417
2422
Types which can be actors for `BranchActorAllowance` objects.
2418
2423
"""
Original file line number Diff line number Diff line change 94718
94718
}
94719
94719
]
94720
94720
},
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
+ },
94721
94740
{
94722
94741
"name": "BranchActorAllowanceActor",
94723
94742
"kind": "unions",
Original file line number Diff line number Diff line change @@ -2413,6 +2413,11 @@ type Bot implements Actor & Node & UniformResourceLocatable {
2413
2413
url: URI!
2414
2414
}
2415
2415
2416
+ """
2417
+ Used when either Bot or User are accepted.
2418
+ """
2419
+ union BotOrUser = Bot | User
2420
+
2416
2421
"""
2417
2422
Types which can be actors for `BranchActorAllowance` objects.
2418
2423
"""
Original file line number Diff line number Diff line change 94718
94718
}
94719
94719
]
94720
94720
},
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
+ },
94721
94740
{
94722
94741
"name": "BranchActorAllowanceActor",
94723
94742
"kind": "unions",
You can’t perform that action at this time.
0 commit comments