github-schema 1.4.1 → 1.5.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/github-schema.d.cts +270 -240
- package/dist/github-schema.d.ts +270 -240
- package/dist/index.d.cts +1 -1
- package/dist/index.d.ts +1 -1
- package/github-schema.graphql +309 -239
- package/package.json +1 -1
package/github-schema.graphql
CHANGED
|
@@ -1076,7 +1076,7 @@ type AddedToMergeQueueEvent implements Node {
|
|
|
1076
1076
|
enqueuer: User
|
|
1077
1077
|
|
|
1078
1078
|
"""
|
|
1079
|
-
The Node ID of
|
|
1079
|
+
The Node ID of the AddedToMergeQueueEvent object
|
|
1080
1080
|
"""
|
|
1081
1081
|
id: ID!
|
|
1082
1082
|
|
|
@@ -1111,7 +1111,7 @@ type AddedToProjectEvent implements Node {
|
|
|
1111
1111
|
databaseId: Int
|
|
1112
1112
|
|
|
1113
1113
|
"""
|
|
1114
|
-
The Node ID of
|
|
1114
|
+
The Node ID of the AddedToProjectEvent object
|
|
1115
1115
|
"""
|
|
1116
1116
|
id: ID!
|
|
1117
1117
|
}
|
|
@@ -1156,7 +1156,7 @@ type App implements Node {
|
|
|
1156
1156
|
description: String
|
|
1157
1157
|
|
|
1158
1158
|
"""
|
|
1159
|
-
The Node ID of
|
|
1159
|
+
The Node ID of the App object
|
|
1160
1160
|
"""
|
|
1161
1161
|
id: ID!
|
|
1162
1162
|
|
|
@@ -1416,7 +1416,7 @@ type AssignedEvent implements Node {
|
|
|
1416
1416
|
createdAt: DateTime!
|
|
1417
1417
|
|
|
1418
1418
|
"""
|
|
1419
|
-
The Node ID of
|
|
1419
|
+
The Node ID of the AssignedEvent object
|
|
1420
1420
|
"""
|
|
1421
1421
|
id: ID!
|
|
1422
1422
|
|
|
@@ -1551,7 +1551,7 @@ type AutoMergeDisabledEvent implements Node {
|
|
|
1551
1551
|
disabler: User
|
|
1552
1552
|
|
|
1553
1553
|
"""
|
|
1554
|
-
The Node ID of
|
|
1554
|
+
The Node ID of the AutoMergeDisabledEvent object
|
|
1555
1555
|
"""
|
|
1556
1556
|
id: ID!
|
|
1557
1557
|
|
|
@@ -1591,7 +1591,7 @@ type AutoMergeEnabledEvent implements Node {
|
|
|
1591
1591
|
enabler: User
|
|
1592
1592
|
|
|
1593
1593
|
"""
|
|
1594
|
-
The Node ID of
|
|
1594
|
+
The Node ID of the AutoMergeEnabledEvent object
|
|
1595
1595
|
"""
|
|
1596
1596
|
id: ID!
|
|
1597
1597
|
|
|
@@ -1664,7 +1664,7 @@ type AutoRebaseEnabledEvent implements Node {
|
|
|
1664
1664
|
enabler: User
|
|
1665
1665
|
|
|
1666
1666
|
"""
|
|
1667
|
-
The Node ID of
|
|
1667
|
+
The Node ID of the AutoRebaseEnabledEvent object
|
|
1668
1668
|
"""
|
|
1669
1669
|
id: ID!
|
|
1670
1670
|
|
|
@@ -1694,7 +1694,7 @@ type AutoSquashEnabledEvent implements Node {
|
|
|
1694
1694
|
enabler: User
|
|
1695
1695
|
|
|
1696
1696
|
"""
|
|
1697
|
-
The Node ID of
|
|
1697
|
+
The Node ID of the AutoSquashEnabledEvent object
|
|
1698
1698
|
"""
|
|
1699
1699
|
id: ID!
|
|
1700
1700
|
|
|
@@ -1719,7 +1719,7 @@ type AutomaticBaseChangeFailedEvent implements Node {
|
|
|
1719
1719
|
createdAt: DateTime!
|
|
1720
1720
|
|
|
1721
1721
|
"""
|
|
1722
|
-
The Node ID of
|
|
1722
|
+
The Node ID of the AutomaticBaseChangeFailedEvent object
|
|
1723
1723
|
"""
|
|
1724
1724
|
id: ID!
|
|
1725
1725
|
|
|
@@ -1754,7 +1754,7 @@ type AutomaticBaseChangeSucceededEvent implements Node {
|
|
|
1754
1754
|
createdAt: DateTime!
|
|
1755
1755
|
|
|
1756
1756
|
"""
|
|
1757
|
-
The Node ID of
|
|
1757
|
+
The Node ID of the AutomaticBaseChangeSucceededEvent object
|
|
1758
1758
|
"""
|
|
1759
1759
|
id: ID!
|
|
1760
1760
|
|
|
@@ -1804,7 +1804,7 @@ type BaseRefChangedEvent implements Node {
|
|
|
1804
1804
|
databaseId: Int
|
|
1805
1805
|
|
|
1806
1806
|
"""
|
|
1807
|
-
The Node ID of
|
|
1807
|
+
The Node ID of the BaseRefChangedEvent object
|
|
1808
1808
|
"""
|
|
1809
1809
|
id: ID!
|
|
1810
1810
|
|
|
@@ -1839,7 +1839,7 @@ type BaseRefDeletedEvent implements Node {
|
|
|
1839
1839
|
createdAt: DateTime!
|
|
1840
1840
|
|
|
1841
1841
|
"""
|
|
1842
|
-
The Node ID of
|
|
1842
|
+
The Node ID of the BaseRefDeletedEvent object
|
|
1843
1843
|
"""
|
|
1844
1844
|
id: ID!
|
|
1845
1845
|
|
|
@@ -1874,7 +1874,7 @@ type BaseRefForcePushedEvent implements Node {
|
|
|
1874
1874
|
createdAt: DateTime!
|
|
1875
1875
|
|
|
1876
1876
|
"""
|
|
1877
|
-
The Node ID of
|
|
1877
|
+
The Node ID of the BaseRefForcePushedEvent object
|
|
1878
1878
|
"""
|
|
1879
1879
|
id: ID!
|
|
1880
1880
|
|
|
@@ -1958,7 +1958,7 @@ type Blob implements GitObject & Node {
|
|
|
1958
1958
|
commitUrl: URI!
|
|
1959
1959
|
|
|
1960
1960
|
"""
|
|
1961
|
-
The Node ID of
|
|
1961
|
+
The Node ID of the Blob object
|
|
1962
1962
|
"""
|
|
1963
1963
|
id: ID!
|
|
1964
1964
|
|
|
@@ -2013,7 +2013,7 @@ type Bot implements Actor & Node & UniformResourceLocatable {
|
|
|
2013
2013
|
databaseId: Int
|
|
2014
2014
|
|
|
2015
2015
|
"""
|
|
2016
|
-
The Node ID of
|
|
2016
|
+
The Node ID of the Bot object
|
|
2017
2017
|
"""
|
|
2018
2018
|
id: ID!
|
|
2019
2019
|
|
|
@@ -2203,7 +2203,7 @@ type BranchProtectionRule implements Node {
|
|
|
2203
2203
|
dismissesStaleReviews: Boolean!
|
|
2204
2204
|
|
|
2205
2205
|
"""
|
|
2206
|
-
The Node ID of
|
|
2206
|
+
The Node ID of the BranchProtectionRule object
|
|
2207
2207
|
"""
|
|
2208
2208
|
id: ID!
|
|
2209
2209
|
|
|
@@ -2530,7 +2530,7 @@ type BypassForcePushAllowance implements Node {
|
|
|
2530
2530
|
branchProtectionRule: BranchProtectionRule
|
|
2531
2531
|
|
|
2532
2532
|
"""
|
|
2533
|
-
The Node ID of
|
|
2533
|
+
The Node ID of the BypassForcePushAllowance object
|
|
2534
2534
|
"""
|
|
2535
2535
|
id: ID!
|
|
2536
2536
|
}
|
|
@@ -2590,7 +2590,7 @@ type BypassPullRequestAllowance implements Node {
|
|
|
2590
2590
|
branchProtectionRule: BranchProtectionRule
|
|
2591
2591
|
|
|
2592
2592
|
"""
|
|
2593
|
-
The Node ID of
|
|
2593
|
+
The Node ID of the BypassPullRequestAllowance object
|
|
2594
2594
|
"""
|
|
2595
2595
|
id: ID!
|
|
2596
2596
|
}
|
|
@@ -2665,7 +2665,7 @@ type CWE implements Node {
|
|
|
2665
2665
|
description: String!
|
|
2666
2666
|
|
|
2667
2667
|
"""
|
|
2668
|
-
The Node ID of
|
|
2668
|
+
The Node ID of the CWE object
|
|
2669
2669
|
"""
|
|
2670
2670
|
id: ID!
|
|
2671
2671
|
|
|
@@ -3158,7 +3158,7 @@ type CheckRun implements Node & RequirableByPullRequest & UniformResourceLocatab
|
|
|
3158
3158
|
externalId: String
|
|
3159
3159
|
|
|
3160
3160
|
"""
|
|
3161
|
-
The Node ID of
|
|
3161
|
+
The Node ID of the CheckRun object
|
|
3162
3162
|
"""
|
|
3163
3163
|
id: ID!
|
|
3164
3164
|
|
|
@@ -3703,7 +3703,7 @@ type CheckSuite implements Node {
|
|
|
3703
3703
|
databaseId: Int
|
|
3704
3704
|
|
|
3705
3705
|
"""
|
|
3706
|
-
The Node ID of
|
|
3706
|
+
The Node ID of the CheckSuite object
|
|
3707
3707
|
"""
|
|
3708
3708
|
id: ID!
|
|
3709
3709
|
|
|
@@ -4204,7 +4204,7 @@ type ClosedEvent implements Node & UniformResourceLocatable {
|
|
|
4204
4204
|
createdAt: DateTime!
|
|
4205
4205
|
|
|
4206
4206
|
"""
|
|
4207
|
-
The Node ID of
|
|
4207
|
+
The Node ID of the ClosedEvent object
|
|
4208
4208
|
"""
|
|
4209
4209
|
id: ID!
|
|
4210
4210
|
|
|
@@ -4239,7 +4239,7 @@ type CodeOfConduct implements Node {
|
|
|
4239
4239
|
body: String
|
|
4240
4240
|
|
|
4241
4241
|
"""
|
|
4242
|
-
The Node ID of
|
|
4242
|
+
The Node ID of the CodeOfConduct object
|
|
4243
4243
|
"""
|
|
4244
4244
|
id: ID!
|
|
4245
4245
|
|
|
@@ -4494,7 +4494,7 @@ type CommentDeletedEvent implements Node {
|
|
|
4494
4494
|
deletedCommentAuthor: Actor
|
|
4495
4495
|
|
|
4496
4496
|
"""
|
|
4497
|
-
The Node ID of
|
|
4497
|
+
The Node ID of the CommentDeletedEvent object
|
|
4498
4498
|
"""
|
|
4499
4499
|
id: ID!
|
|
4500
4500
|
}
|
|
@@ -4786,7 +4786,7 @@ type Commit implements GitObject & Node & Subscribable & UniformResourceLocatabl
|
|
|
4786
4786
|
): CommitHistoryConnection!
|
|
4787
4787
|
|
|
4788
4788
|
"""
|
|
4789
|
-
The Node ID of
|
|
4789
|
+
The Node ID of the Commit object
|
|
4790
4790
|
"""
|
|
4791
4791
|
id: ID!
|
|
4792
4792
|
|
|
@@ -5069,7 +5069,7 @@ type CommitComment implements Comment & Deletable & Minimizable & Node & Reactab
|
|
|
5069
5069
|
editor: Actor
|
|
5070
5070
|
|
|
5071
5071
|
"""
|
|
5072
|
-
The Node ID of
|
|
5072
|
+
The Node ID of the CommitComment object
|
|
5073
5073
|
"""
|
|
5074
5074
|
id: ID!
|
|
5075
5075
|
|
|
@@ -5301,7 +5301,7 @@ type CommitCommentThread implements Node & RepositoryNode {
|
|
|
5301
5301
|
commit: Commit
|
|
5302
5302
|
|
|
5303
5303
|
"""
|
|
5304
|
-
The Node ID of
|
|
5304
|
+
The Node ID of the CommitCommentThread object
|
|
5305
5305
|
"""
|
|
5306
5306
|
id: ID!
|
|
5307
5307
|
|
|
@@ -5671,7 +5671,7 @@ type Comparison implements Node {
|
|
|
5671
5671
|
headTarget: GitObject!
|
|
5672
5672
|
|
|
5673
5673
|
"""
|
|
5674
|
-
The Node ID of
|
|
5674
|
+
The Node ID of the Comparison object
|
|
5675
5675
|
"""
|
|
5676
5676
|
id: ID!
|
|
5677
5677
|
|
|
@@ -5751,7 +5751,7 @@ type ConnectedEvent implements Node {
|
|
|
5751
5751
|
createdAt: DateTime!
|
|
5752
5752
|
|
|
5753
5753
|
"""
|
|
5754
|
-
The Node ID of
|
|
5754
|
+
The Node ID of the ConnectedEvent object
|
|
5755
5755
|
"""
|
|
5756
5756
|
id: ID!
|
|
5757
5757
|
|
|
@@ -6479,7 +6479,7 @@ type ConvertToDraftEvent implements Node & UniformResourceLocatable {
|
|
|
6479
6479
|
createdAt: DateTime!
|
|
6480
6480
|
|
|
6481
6481
|
"""
|
|
6482
|
-
The Node ID of
|
|
6482
|
+
The Node ID of the ConvertToDraftEvent object
|
|
6483
6483
|
"""
|
|
6484
6484
|
id: ID!
|
|
6485
6485
|
|
|
@@ -6519,7 +6519,7 @@ type ConvertedNoteToIssueEvent implements Node {
|
|
|
6519
6519
|
databaseId: Int
|
|
6520
6520
|
|
|
6521
6521
|
"""
|
|
6522
|
-
The Node ID of
|
|
6522
|
+
The Node ID of the ConvertedNoteToIssueEvent object
|
|
6523
6523
|
"""
|
|
6524
6524
|
id: ID!
|
|
6525
6525
|
}
|
|
@@ -6544,7 +6544,7 @@ type ConvertedToDiscussionEvent implements Node {
|
|
|
6544
6544
|
discussion: Discussion
|
|
6545
6545
|
|
|
6546
6546
|
"""
|
|
6547
|
-
The Node ID of
|
|
6547
|
+
The Node ID of the ConvertedToDiscussionEvent object
|
|
6548
6548
|
"""
|
|
6549
6549
|
id: ID!
|
|
6550
6550
|
}
|
|
@@ -8578,7 +8578,7 @@ type CrossReferencedEvent implements Node & UniformResourceLocatable {
|
|
|
8578
8578
|
createdAt: DateTime!
|
|
8579
8579
|
|
|
8580
8580
|
"""
|
|
8581
|
-
The Node ID of
|
|
8581
|
+
The Node ID of the CrossReferencedEvent object
|
|
8582
8582
|
"""
|
|
8583
8583
|
id: ID!
|
|
8584
8584
|
|
|
@@ -9435,7 +9435,7 @@ type DemilestonedEvent implements Node {
|
|
|
9435
9435
|
createdAt: DateTime!
|
|
9436
9436
|
|
|
9437
9437
|
"""
|
|
9438
|
-
The Node ID of
|
|
9438
|
+
The Node ID of the DemilestonedEvent object
|
|
9439
9439
|
"""
|
|
9440
9440
|
id: ID!
|
|
9441
9441
|
|
|
@@ -9650,7 +9650,7 @@ type DeployedEvent implements Node {
|
|
|
9650
9650
|
deployment: Deployment!
|
|
9651
9651
|
|
|
9652
9652
|
"""
|
|
9653
|
-
The Node ID of
|
|
9653
|
+
The Node ID of the DeployedEvent object
|
|
9654
9654
|
"""
|
|
9655
9655
|
id: ID!
|
|
9656
9656
|
|
|
@@ -9705,7 +9705,7 @@ type Deployment implements Node {
|
|
|
9705
9705
|
environment: String
|
|
9706
9706
|
|
|
9707
9707
|
"""
|
|
9708
|
-
The Node ID of
|
|
9708
|
+
The Node ID of the Deployment object
|
|
9709
9709
|
"""
|
|
9710
9710
|
id: ID!
|
|
9711
9711
|
|
|
@@ -9840,7 +9840,7 @@ type DeploymentEnvironmentChangedEvent implements Node {
|
|
|
9840
9840
|
deploymentStatus: DeploymentStatus!
|
|
9841
9841
|
|
|
9842
9842
|
"""
|
|
9843
|
-
The Node ID of
|
|
9843
|
+
The Node ID of the DeploymentEnvironmentChangedEvent object
|
|
9844
9844
|
"""
|
|
9845
9845
|
id: ID!
|
|
9846
9846
|
|
|
@@ -10110,7 +10110,7 @@ type DeploymentReview implements Node {
|
|
|
10110
10110
|
): EnvironmentConnection!
|
|
10111
10111
|
|
|
10112
10112
|
"""
|
|
10113
|
-
The Node ID of
|
|
10113
|
+
The Node ID of the DeploymentReview object
|
|
10114
10114
|
"""
|
|
10115
10115
|
id: ID!
|
|
10116
10116
|
|
|
@@ -10315,7 +10315,7 @@ type DeploymentStatus implements Node {
|
|
|
10315
10315
|
environmentUrl: URI
|
|
10316
10316
|
|
|
10317
10317
|
"""
|
|
10318
|
-
The Node ID of
|
|
10318
|
+
The Node ID of the DeploymentStatus object
|
|
10319
10319
|
"""
|
|
10320
10320
|
id: ID!
|
|
10321
10321
|
|
|
@@ -10515,7 +10515,7 @@ type DisconnectedEvent implements Node {
|
|
|
10515
10515
|
createdAt: DateTime!
|
|
10516
10516
|
|
|
10517
10517
|
"""
|
|
10518
|
-
The Node ID of
|
|
10518
|
+
The Node ID of the DisconnectedEvent object
|
|
10519
10519
|
"""
|
|
10520
10520
|
id: ID!
|
|
10521
10521
|
|
|
@@ -10645,7 +10645,7 @@ type Discussion implements Closable & Comment & Deletable & Labelable & Lockable
|
|
|
10645
10645
|
editor: Actor
|
|
10646
10646
|
|
|
10647
10647
|
"""
|
|
10648
|
-
The Node ID of
|
|
10648
|
+
The Node ID of the Discussion object
|
|
10649
10649
|
"""
|
|
10650
10650
|
id: ID!
|
|
10651
10651
|
|
|
@@ -10890,7 +10890,7 @@ type DiscussionCategory implements Node & RepositoryNode {
|
|
|
10890
10890
|
emojiHTML: HTML!
|
|
10891
10891
|
|
|
10892
10892
|
"""
|
|
10893
|
-
The Node ID of
|
|
10893
|
+
The Node ID of the DiscussionCategory object
|
|
10894
10894
|
"""
|
|
10895
10895
|
id: ID!
|
|
10896
10896
|
|
|
@@ -11040,7 +11040,7 @@ type DiscussionComment implements Comment & Deletable & Minimizable & Node & Rea
|
|
|
11040
11040
|
editor: Actor
|
|
11041
11041
|
|
|
11042
11042
|
"""
|
|
11043
|
-
The Node ID of
|
|
11043
|
+
The Node ID of the DiscussionComment object
|
|
11044
11044
|
"""
|
|
11045
11045
|
id: ID!
|
|
11046
11046
|
|
|
@@ -11362,7 +11362,7 @@ type DiscussionPoll implements Node {
|
|
|
11362
11362
|
discussion: Discussion
|
|
11363
11363
|
|
|
11364
11364
|
"""
|
|
11365
|
-
The Node ID of
|
|
11365
|
+
The Node ID of the DiscussionPoll object
|
|
11366
11366
|
"""
|
|
11367
11367
|
id: ID!
|
|
11368
11368
|
|
|
@@ -11422,7 +11422,7 @@ An option for a discussion poll.
|
|
|
11422
11422
|
"""
|
|
11423
11423
|
type DiscussionPollOption implements Node {
|
|
11424
11424
|
"""
|
|
11425
|
-
The Node ID of
|
|
11425
|
+
The Node ID of the DiscussionPollOption object
|
|
11426
11426
|
"""
|
|
11427
11427
|
id: ID!
|
|
11428
11428
|
|
|
@@ -11712,7 +11712,7 @@ type DraftIssue implements Node {
|
|
|
11712
11712
|
creator: Actor
|
|
11713
11713
|
|
|
11714
11714
|
"""
|
|
11715
|
-
The Node ID of
|
|
11715
|
+
The Node ID of the DraftIssue object
|
|
11716
11716
|
"""
|
|
11717
11717
|
id: ID!
|
|
11718
11718
|
|
|
@@ -11992,7 +11992,7 @@ type Enterprise implements AnnouncementBanner & Node {
|
|
|
11992
11992
|
descriptionHTML: HTML!
|
|
11993
11993
|
|
|
11994
11994
|
"""
|
|
11995
|
-
The Node ID of
|
|
11995
|
+
The Node ID of the Enterprise object
|
|
11996
11996
|
"""
|
|
11997
11997
|
id: ID!
|
|
11998
11998
|
|
|
@@ -12199,7 +12199,7 @@ type EnterpriseAdministratorInvitation implements Node {
|
|
|
12199
12199
|
enterprise: Enterprise!
|
|
12200
12200
|
|
|
12201
12201
|
"""
|
|
12202
|
-
The Node ID of
|
|
12202
|
+
The Node ID of the EnterpriseAdministratorInvitation object
|
|
12203
12203
|
"""
|
|
12204
12204
|
id: ID!
|
|
12205
12205
|
|
|
@@ -12616,7 +12616,7 @@ type EnterpriseIdentityProvider implements Node {
|
|
|
12616
12616
|
): ExternalIdentityConnection!
|
|
12617
12617
|
|
|
12618
12618
|
"""
|
|
12619
|
-
The Node ID of
|
|
12619
|
+
The Node ID of the EnterpriseIdentityProvider object
|
|
12620
12620
|
"""
|
|
12621
12621
|
id: ID!
|
|
12622
12622
|
|
|
@@ -14021,7 +14021,7 @@ A subset of repository information queryable from an enterprise.
|
|
|
14021
14021
|
"""
|
|
14022
14022
|
type EnterpriseRepositoryInfo implements Node {
|
|
14023
14023
|
"""
|
|
14024
|
-
The Node ID of
|
|
14024
|
+
The Node ID of the EnterpriseRepositoryInfo object
|
|
14025
14025
|
"""
|
|
14026
14026
|
id: ID!
|
|
14027
14027
|
|
|
@@ -14101,7 +14101,7 @@ type EnterpriseServerInstallation implements Node {
|
|
|
14101
14101
|
hostName: String!
|
|
14102
14102
|
|
|
14103
14103
|
"""
|
|
14104
|
-
The Node ID of
|
|
14104
|
+
The Node ID of the EnterpriseServerInstallation object
|
|
14105
14105
|
"""
|
|
14106
14106
|
id: ID!
|
|
14107
14107
|
|
|
@@ -14341,7 +14341,7 @@ type EnterpriseServerUserAccount implements Node {
|
|
|
14341
14341
|
enterpriseServerInstallation: EnterpriseServerInstallation!
|
|
14342
14342
|
|
|
14343
14343
|
"""
|
|
14344
|
-
The Node ID of
|
|
14344
|
+
The Node ID of the EnterpriseServerUserAccount object
|
|
14345
14345
|
"""
|
|
14346
14346
|
id: ID!
|
|
14347
14347
|
|
|
@@ -14431,7 +14431,7 @@ type EnterpriseServerUserAccountEmail implements Node {
|
|
|
14431
14431
|
email: String!
|
|
14432
14432
|
|
|
14433
14433
|
"""
|
|
14434
|
-
The Node ID of
|
|
14434
|
+
The Node ID of the EnterpriseServerUserAccountEmail object
|
|
14435
14435
|
"""
|
|
14436
14436
|
id: ID!
|
|
14437
14437
|
|
|
@@ -14566,7 +14566,7 @@ type EnterpriseServerUserAccountsUpload implements Node {
|
|
|
14566
14566
|
enterpriseServerInstallation: EnterpriseServerInstallation!
|
|
14567
14567
|
|
|
14568
14568
|
"""
|
|
14569
|
-
The Node ID of
|
|
14569
|
+
The Node ID of the EnterpriseServerUserAccountsUpload object
|
|
14570
14570
|
"""
|
|
14571
14571
|
id: ID!
|
|
14572
14572
|
|
|
@@ -14736,7 +14736,7 @@ type EnterpriseUserAccount implements Actor & Node {
|
|
|
14736
14736
|
): EnterpriseServerInstallationMembershipConnection!
|
|
14737
14737
|
|
|
14738
14738
|
"""
|
|
14739
|
-
The Node ID of
|
|
14739
|
+
The Node ID of the EnterpriseUserAccount object
|
|
14740
14740
|
"""
|
|
14741
14741
|
id: ID!
|
|
14742
14742
|
|
|
@@ -14857,7 +14857,7 @@ type Environment implements Node {
|
|
|
14857
14857
|
databaseId: Int
|
|
14858
14858
|
|
|
14859
14859
|
"""
|
|
14860
|
-
The Node ID of
|
|
14860
|
+
The Node ID of the Environment object
|
|
14861
14861
|
"""
|
|
14862
14862
|
id: ID!
|
|
14863
14863
|
|
|
@@ -14973,7 +14973,7 @@ type ExternalIdentity implements Node {
|
|
|
14973
14973
|
guid: String!
|
|
14974
14974
|
|
|
14975
14975
|
"""
|
|
14976
|
-
The Node ID of
|
|
14976
|
+
The Node ID of the ExternalIdentity object
|
|
14977
14977
|
"""
|
|
14978
14978
|
id: ID!
|
|
14979
14979
|
|
|
@@ -15586,7 +15586,7 @@ type Gist implements Node & Starrable & UniformResourceLocatable {
|
|
|
15586
15586
|
): GistConnection!
|
|
15587
15587
|
|
|
15588
15588
|
"""
|
|
15589
|
-
The Node ID of
|
|
15589
|
+
The Node ID of the Gist object
|
|
15590
15590
|
"""
|
|
15591
15591
|
id: ID!
|
|
15592
15592
|
|
|
@@ -15726,7 +15726,7 @@ type GistComment implements Comment & Deletable & Minimizable & Node & Updatable
|
|
|
15726
15726
|
gist: Gist!
|
|
15727
15727
|
|
|
15728
15728
|
"""
|
|
15729
|
-
The Node ID of
|
|
15729
|
+
The Node ID of the GistComment object
|
|
15730
15730
|
"""
|
|
15731
15731
|
id: ID!
|
|
15732
15732
|
|
|
@@ -16470,7 +16470,7 @@ type HeadRefDeletedEvent implements Node {
|
|
|
16470
16470
|
headRefName: String!
|
|
16471
16471
|
|
|
16472
16472
|
"""
|
|
16473
|
-
The Node ID of
|
|
16473
|
+
The Node ID of the HeadRefDeletedEvent object
|
|
16474
16474
|
"""
|
|
16475
16475
|
id: ID!
|
|
16476
16476
|
|
|
@@ -16505,7 +16505,7 @@ type HeadRefForcePushedEvent implements Node {
|
|
|
16505
16505
|
createdAt: DateTime!
|
|
16506
16506
|
|
|
16507
16507
|
"""
|
|
16508
|
-
The Node ID of
|
|
16508
|
+
The Node ID of the HeadRefForcePushedEvent object
|
|
16509
16509
|
"""
|
|
16510
16510
|
id: ID!
|
|
16511
16511
|
|
|
@@ -16535,7 +16535,7 @@ type HeadRefRestoredEvent implements Node {
|
|
|
16535
16535
|
createdAt: DateTime!
|
|
16536
16536
|
|
|
16537
16537
|
"""
|
|
16538
|
-
The Node ID of
|
|
16538
|
+
The Node ID of the HeadRefRestoredEvent object
|
|
16539
16539
|
"""
|
|
16540
16540
|
id: ID!
|
|
16541
16541
|
|
|
@@ -16665,7 +16665,7 @@ type IpAllowListEntry implements Node {
|
|
|
16665
16665
|
createdAt: DateTime!
|
|
16666
16666
|
|
|
16667
16667
|
"""
|
|
16668
|
-
The Node ID of
|
|
16668
|
+
The Node ID of the IpAllowListEntry object
|
|
16669
16669
|
"""
|
|
16670
16670
|
id: ID!
|
|
16671
16671
|
|
|
@@ -16925,7 +16925,7 @@ type Issue implements Assignable & Closable & Comment & Deletable & Labelable &
|
|
|
16925
16925
|
): Hovercard!
|
|
16926
16926
|
|
|
16927
16927
|
"""
|
|
16928
|
-
The Node ID of
|
|
16928
|
+
The Node ID of the Issue object
|
|
16929
16929
|
"""
|
|
16930
16930
|
id: ID!
|
|
16931
16931
|
|
|
@@ -17515,7 +17515,7 @@ type IssueComment implements Comment & Deletable & Minimizable & Node & Reactabl
|
|
|
17515
17515
|
fullDatabaseId: BigInt
|
|
17516
17516
|
|
|
17517
17517
|
"""
|
|
17518
|
-
The Node ID of
|
|
17518
|
+
The Node ID of the IssueComment object
|
|
17519
17519
|
"""
|
|
17520
17520
|
id: ID!
|
|
17521
17521
|
|
|
@@ -18350,7 +18350,7 @@ type Label implements Node {
|
|
|
18350
18350
|
description: String
|
|
18351
18351
|
|
|
18352
18352
|
"""
|
|
18353
|
-
The Node ID of
|
|
18353
|
+
The Node ID of the Label object
|
|
18354
18354
|
"""
|
|
18355
18355
|
id: ID!
|
|
18356
18356
|
|
|
@@ -18600,7 +18600,7 @@ type LabeledEvent implements Node {
|
|
|
18600
18600
|
createdAt: DateTime!
|
|
18601
18601
|
|
|
18602
18602
|
"""
|
|
18603
|
-
The Node ID of
|
|
18603
|
+
The Node ID of the LabeledEvent object
|
|
18604
18604
|
"""
|
|
18605
18605
|
id: ID!
|
|
18606
18606
|
|
|
@@ -18625,7 +18625,7 @@ type Language implements Node {
|
|
|
18625
18625
|
color: String
|
|
18626
18626
|
|
|
18627
18627
|
"""
|
|
18628
|
-
The Node ID of
|
|
18628
|
+
The Node ID of the Language object
|
|
18629
18629
|
"""
|
|
18630
18630
|
id: ID!
|
|
18631
18631
|
|
|
@@ -18733,7 +18733,7 @@ type License implements Node {
|
|
|
18733
18733
|
hidden: Boolean!
|
|
18734
18734
|
|
|
18735
18735
|
"""
|
|
18736
|
-
The Node ID of
|
|
18736
|
+
The Node ID of the License object
|
|
18737
18737
|
"""
|
|
18738
18738
|
id: ID!
|
|
18739
18739
|
|
|
@@ -18918,7 +18918,7 @@ A branch linked to an issue.
|
|
|
18918
18918
|
"""
|
|
18919
18919
|
type LinkedBranch implements Node {
|
|
18920
18920
|
"""
|
|
18921
|
-
The Node ID of
|
|
18921
|
+
The Node ID of the LinkedBranch object
|
|
18922
18922
|
"""
|
|
18923
18923
|
id: ID!
|
|
18924
18924
|
|
|
@@ -19063,7 +19063,7 @@ type LockedEvent implements Node {
|
|
|
19063
19063
|
createdAt: DateTime!
|
|
19064
19064
|
|
|
19065
19065
|
"""
|
|
19066
|
-
The Node ID of
|
|
19066
|
+
The Node ID of the LockedEvent object
|
|
19067
19067
|
"""
|
|
19068
19068
|
id: ID!
|
|
19069
19069
|
|
|
@@ -19113,7 +19113,7 @@ type Mannequin implements Actor & Node & UniformResourceLocatable {
|
|
|
19113
19113
|
email: String
|
|
19114
19114
|
|
|
19115
19115
|
"""
|
|
19116
|
-
The Node ID of
|
|
19116
|
+
The Node ID of the Mannequin object
|
|
19117
19117
|
"""
|
|
19118
19118
|
id: ID!
|
|
19119
19119
|
|
|
@@ -19358,7 +19358,7 @@ type MarkedAsDuplicateEvent implements Node {
|
|
|
19358
19358
|
duplicate: IssueOrPullRequest
|
|
19359
19359
|
|
|
19360
19360
|
"""
|
|
19361
|
-
The Node ID of
|
|
19361
|
+
The Node ID of the MarkedAsDuplicateEvent object
|
|
19362
19362
|
"""
|
|
19363
19363
|
id: ID!
|
|
19364
19364
|
|
|
@@ -19383,7 +19383,7 @@ type MarketplaceCategory implements Node {
|
|
|
19383
19383
|
howItWorks: String
|
|
19384
19384
|
|
|
19385
19385
|
"""
|
|
19386
|
-
The Node ID of
|
|
19386
|
+
The Node ID of the MarketplaceCategory object
|
|
19387
19387
|
"""
|
|
19388
19388
|
id: ID!
|
|
19389
19389
|
|
|
@@ -19493,7 +19493,7 @@ type MarketplaceListing implements Node {
|
|
|
19493
19493
|
howItWorksHTML: HTML!
|
|
19494
19494
|
|
|
19495
19495
|
"""
|
|
19496
|
-
The Node ID of
|
|
19496
|
+
The Node ID of the MarketplaceListing object
|
|
19497
19497
|
"""
|
|
19498
19498
|
id: ID!
|
|
19499
19499
|
|
|
@@ -19765,7 +19765,7 @@ type MemberFeatureRequestNotification implements Node {
|
|
|
19765
19765
|
body: String!
|
|
19766
19766
|
|
|
19767
19767
|
"""
|
|
19768
|
-
The Node ID of
|
|
19768
|
+
The Node ID of the MemberFeatureRequestNotification object
|
|
19769
19769
|
"""
|
|
19770
19770
|
id: ID!
|
|
19771
19771
|
|
|
@@ -19875,7 +19875,7 @@ type MembersCanDeleteReposClearAuditEntry implements AuditEntry & EnterpriseAudi
|
|
|
19875
19875
|
enterpriseUrl: URI
|
|
19876
19876
|
|
|
19877
19877
|
"""
|
|
19878
|
-
The Node ID of
|
|
19878
|
+
The Node ID of the MembersCanDeleteReposClearAuditEntry object
|
|
19879
19879
|
"""
|
|
19880
19880
|
id: ID!
|
|
19881
19881
|
|
|
@@ -19985,7 +19985,7 @@ type MembersCanDeleteReposDisableAuditEntry implements AuditEntry & EnterpriseAu
|
|
|
19985
19985
|
enterpriseUrl: URI
|
|
19986
19986
|
|
|
19987
19987
|
"""
|
|
19988
|
-
The Node ID of
|
|
19988
|
+
The Node ID of the MembersCanDeleteReposDisableAuditEntry object
|
|
19989
19989
|
"""
|
|
19990
19990
|
id: ID!
|
|
19991
19991
|
|
|
@@ -20095,7 +20095,7 @@ type MembersCanDeleteReposEnableAuditEntry implements AuditEntry & EnterpriseAud
|
|
|
20095
20095
|
enterpriseUrl: URI
|
|
20096
20096
|
|
|
20097
20097
|
"""
|
|
20098
|
-
The Node ID of
|
|
20098
|
+
The Node ID of the MembersCanDeleteReposEnableAuditEntry object
|
|
20099
20099
|
"""
|
|
20100
20100
|
id: ID!
|
|
20101
20101
|
|
|
@@ -20165,7 +20165,7 @@ type MentionedEvent implements Node {
|
|
|
20165
20165
|
databaseId: Int
|
|
20166
20166
|
|
|
20167
20167
|
"""
|
|
20168
|
-
The Node ID of
|
|
20168
|
+
The Node ID of the MentionedEvent object
|
|
20169
20169
|
"""
|
|
20170
20170
|
id: ID!
|
|
20171
20171
|
}
|
|
@@ -20350,7 +20350,7 @@ type MergeQueue implements Node {
|
|
|
20350
20350
|
): MergeQueueEntryConnection
|
|
20351
20351
|
|
|
20352
20352
|
"""
|
|
20353
|
-
The Node ID of
|
|
20353
|
+
The Node ID of the MergeQueue object
|
|
20354
20354
|
"""
|
|
20355
20355
|
id: ID!
|
|
20356
20356
|
|
|
@@ -20446,7 +20446,7 @@ type MergeQueueEntry implements Node {
|
|
|
20446
20446
|
headCommit: Commit
|
|
20447
20447
|
|
|
20448
20448
|
"""
|
|
20449
|
-
The Node ID of
|
|
20449
|
+
The Node ID of the MergeQueueEntry object
|
|
20450
20450
|
"""
|
|
20451
20451
|
id: ID!
|
|
20452
20452
|
|
|
@@ -20606,7 +20606,7 @@ type MergedEvent implements Node & UniformResourceLocatable {
|
|
|
20606
20606
|
createdAt: DateTime!
|
|
20607
20607
|
|
|
20608
20608
|
"""
|
|
20609
|
-
The Node ID of
|
|
20609
|
+
The Node ID of the MergedEvent object
|
|
20610
20610
|
"""
|
|
20611
20611
|
id: ID!
|
|
20612
20612
|
|
|
@@ -20702,7 +20702,7 @@ A GitHub Enterprise Importer (GEI) migration source.
|
|
|
20702
20702
|
"""
|
|
20703
20703
|
type MigrationSource implements Node {
|
|
20704
20704
|
"""
|
|
20705
|
-
The Node ID of
|
|
20705
|
+
The Node ID of the MigrationSource object
|
|
20706
20706
|
"""
|
|
20707
20707
|
id: ID!
|
|
20708
20708
|
|
|
@@ -20817,7 +20817,7 @@ type Milestone implements Closable & Node & UniformResourceLocatable {
|
|
|
20817
20817
|
dueOn: DateTime
|
|
20818
20818
|
|
|
20819
20819
|
"""
|
|
20820
|
-
The Node ID of
|
|
20820
|
+
The Node ID of the Milestone object
|
|
20821
20821
|
"""
|
|
20822
20822
|
id: ID!
|
|
20823
20823
|
|
|
@@ -21082,7 +21082,7 @@ type MilestonedEvent implements Node {
|
|
|
21082
21082
|
createdAt: DateTime!
|
|
21083
21083
|
|
|
21084
21084
|
"""
|
|
21085
|
-
The Node ID of
|
|
21085
|
+
The Node ID of the MilestonedEvent object
|
|
21086
21086
|
"""
|
|
21087
21087
|
id: ID!
|
|
21088
21088
|
|
|
@@ -21249,7 +21249,7 @@ type MovedColumnsInProjectEvent implements Node {
|
|
|
21249
21249
|
databaseId: Int
|
|
21250
21250
|
|
|
21251
21251
|
"""
|
|
21252
|
-
The Node ID of
|
|
21252
|
+
The Node ID of the MovedColumnsInProjectEvent object
|
|
21253
21253
|
"""
|
|
21254
21254
|
id: ID!
|
|
21255
21255
|
}
|
|
@@ -23620,7 +23620,7 @@ type OIDCProvider implements Node {
|
|
|
23620
23620
|
): ExternalIdentityConnection!
|
|
23621
23621
|
|
|
23622
23622
|
"""
|
|
23623
|
-
The Node ID of
|
|
23623
|
+
The Node ID of the OIDCProvider object
|
|
23624
23624
|
"""
|
|
23625
23625
|
id: ID!
|
|
23626
23626
|
|
|
@@ -23720,7 +23720,7 @@ type OauthApplicationCreateAuditEntry implements AuditEntry & Node & OauthApplic
|
|
|
23720
23720
|
createdAt: PreciseDateTime!
|
|
23721
23721
|
|
|
23722
23722
|
"""
|
|
23723
|
-
The Node ID of
|
|
23723
|
+
The Node ID of the OauthApplicationCreateAuditEntry object
|
|
23724
23724
|
"""
|
|
23725
23725
|
id: ID!
|
|
23726
23726
|
|
|
@@ -23915,7 +23915,7 @@ type OrgAddBillingManagerAuditEntry implements AuditEntry & Node & OrganizationA
|
|
|
23915
23915
|
createdAt: PreciseDateTime!
|
|
23916
23916
|
|
|
23917
23917
|
"""
|
|
23918
|
-
The Node ID of
|
|
23918
|
+
The Node ID of the OrgAddBillingManagerAuditEntry object
|
|
23919
23919
|
"""
|
|
23920
23920
|
id: ID!
|
|
23921
23921
|
|
|
@@ -24015,7 +24015,7 @@ type OrgAddMemberAuditEntry implements AuditEntry & Node & OrganizationAuditEntr
|
|
|
24015
24015
|
createdAt: PreciseDateTime!
|
|
24016
24016
|
|
|
24017
24017
|
"""
|
|
24018
|
-
The Node ID of
|
|
24018
|
+
The Node ID of the OrgAddMemberAuditEntry object
|
|
24019
24019
|
"""
|
|
24020
24020
|
id: ID!
|
|
24021
24021
|
|
|
@@ -24150,7 +24150,7 @@ type OrgBlockUserAuditEntry implements AuditEntry & Node & OrganizationAuditEntr
|
|
|
24150
24150
|
createdAt: PreciseDateTime!
|
|
24151
24151
|
|
|
24152
24152
|
"""
|
|
24153
|
-
The Node ID of
|
|
24153
|
+
The Node ID of the OrgBlockUserAuditEntry object
|
|
24154
24154
|
"""
|
|
24155
24155
|
id: ID!
|
|
24156
24156
|
|
|
@@ -24245,7 +24245,7 @@ type OrgConfigDisableCollaboratorsOnlyAuditEntry implements AuditEntry & Node &
|
|
|
24245
24245
|
createdAt: PreciseDateTime!
|
|
24246
24246
|
|
|
24247
24247
|
"""
|
|
24248
|
-
The Node ID of
|
|
24248
|
+
The Node ID of the OrgConfigDisableCollaboratorsOnlyAuditEntry object
|
|
24249
24249
|
"""
|
|
24250
24250
|
id: ID!
|
|
24251
24251
|
|
|
@@ -24340,7 +24340,7 @@ type OrgConfigEnableCollaboratorsOnlyAuditEntry implements AuditEntry & Node & O
|
|
|
24340
24340
|
createdAt: PreciseDateTime!
|
|
24341
24341
|
|
|
24342
24342
|
"""
|
|
24343
|
-
The Node ID of
|
|
24343
|
+
The Node ID of the OrgConfigEnableCollaboratorsOnlyAuditEntry object
|
|
24344
24344
|
"""
|
|
24345
24345
|
id: ID!
|
|
24346
24346
|
|
|
@@ -24440,7 +24440,7 @@ type OrgCreateAuditEntry implements AuditEntry & Node & OrganizationAuditEntryDa
|
|
|
24440
24440
|
createdAt: PreciseDateTime!
|
|
24441
24441
|
|
|
24442
24442
|
"""
|
|
24443
|
-
The Node ID of
|
|
24443
|
+
The Node ID of the OrgCreateAuditEntry object
|
|
24444
24444
|
"""
|
|
24445
24445
|
id: ID!
|
|
24446
24446
|
|
|
@@ -24565,7 +24565,7 @@ type OrgDisableOauthAppRestrictionsAuditEntry implements AuditEntry & Node & Org
|
|
|
24565
24565
|
createdAt: PreciseDateTime!
|
|
24566
24566
|
|
|
24567
24567
|
"""
|
|
24568
|
-
The Node ID of
|
|
24568
|
+
The Node ID of the OrgDisableOauthAppRestrictionsAuditEntry object
|
|
24569
24569
|
"""
|
|
24570
24570
|
id: ID!
|
|
24571
24571
|
|
|
@@ -24665,7 +24665,7 @@ type OrgDisableSamlAuditEntry implements AuditEntry & Node & OrganizationAuditEn
|
|
|
24665
24665
|
digestMethodUrl: URI
|
|
24666
24666
|
|
|
24667
24667
|
"""
|
|
24668
|
-
The Node ID of
|
|
24668
|
+
The Node ID of the OrgDisableSamlAuditEntry object
|
|
24669
24669
|
"""
|
|
24670
24670
|
id: ID!
|
|
24671
24671
|
|
|
@@ -24775,7 +24775,7 @@ type OrgDisableTwoFactorRequirementAuditEntry implements AuditEntry & Node & Org
|
|
|
24775
24775
|
createdAt: PreciseDateTime!
|
|
24776
24776
|
|
|
24777
24777
|
"""
|
|
24778
|
-
The Node ID of
|
|
24778
|
+
The Node ID of the OrgDisableTwoFactorRequirementAuditEntry object
|
|
24779
24779
|
"""
|
|
24780
24780
|
id: ID!
|
|
24781
24781
|
|
|
@@ -24870,7 +24870,7 @@ type OrgEnableOauthAppRestrictionsAuditEntry implements AuditEntry & Node & Orga
|
|
|
24870
24870
|
createdAt: PreciseDateTime!
|
|
24871
24871
|
|
|
24872
24872
|
"""
|
|
24873
|
-
The Node ID of
|
|
24873
|
+
The Node ID of the OrgEnableOauthAppRestrictionsAuditEntry object
|
|
24874
24874
|
"""
|
|
24875
24875
|
id: ID!
|
|
24876
24876
|
|
|
@@ -24970,7 +24970,7 @@ type OrgEnableSamlAuditEntry implements AuditEntry & Node & OrganizationAuditEnt
|
|
|
24970
24970
|
digestMethodUrl: URI
|
|
24971
24971
|
|
|
24972
24972
|
"""
|
|
24973
|
-
The Node ID of
|
|
24973
|
+
The Node ID of the OrgEnableSamlAuditEntry object
|
|
24974
24974
|
"""
|
|
24975
24975
|
id: ID!
|
|
24976
24976
|
|
|
@@ -25080,7 +25080,7 @@ type OrgEnableTwoFactorRequirementAuditEntry implements AuditEntry & Node & Orga
|
|
|
25080
25080
|
createdAt: PreciseDateTime!
|
|
25081
25081
|
|
|
25082
25082
|
"""
|
|
25083
|
-
The Node ID of
|
|
25083
|
+
The Node ID of the OrgEnableTwoFactorRequirementAuditEntry object
|
|
25084
25084
|
"""
|
|
25085
25085
|
id: ID!
|
|
25086
25086
|
|
|
@@ -25205,7 +25205,7 @@ type OrgInviteMemberAuditEntry implements AuditEntry & Node & OrganizationAuditE
|
|
|
25205
25205
|
email: String
|
|
25206
25206
|
|
|
25207
25207
|
"""
|
|
25208
|
-
The Node ID of
|
|
25208
|
+
The Node ID of the OrgInviteMemberAuditEntry object
|
|
25209
25209
|
"""
|
|
25210
25210
|
id: ID!
|
|
25211
25211
|
|
|
@@ -25320,7 +25320,7 @@ type OrgInviteToBusinessAuditEntry implements AuditEntry & EnterpriseAuditEntryD
|
|
|
25320
25320
|
enterpriseUrl: URI
|
|
25321
25321
|
|
|
25322
25322
|
"""
|
|
25323
|
-
The Node ID of
|
|
25323
|
+
The Node ID of the OrgInviteToBusinessAuditEntry object
|
|
25324
25324
|
"""
|
|
25325
25325
|
id: ID!
|
|
25326
25326
|
|
|
@@ -25415,7 +25415,7 @@ type OrgOauthAppAccessApprovedAuditEntry implements AuditEntry & Node & OauthApp
|
|
|
25415
25415
|
createdAt: PreciseDateTime!
|
|
25416
25416
|
|
|
25417
25417
|
"""
|
|
25418
|
-
The Node ID of
|
|
25418
|
+
The Node ID of the OrgOauthAppAccessApprovedAuditEntry object
|
|
25419
25419
|
"""
|
|
25420
25420
|
id: ID!
|
|
25421
25421
|
|
|
@@ -25525,7 +25525,7 @@ type OrgOauthAppAccessBlockedAuditEntry implements AuditEntry & Node & OauthAppl
|
|
|
25525
25525
|
createdAt: PreciseDateTime!
|
|
25526
25526
|
|
|
25527
25527
|
"""
|
|
25528
|
-
The Node ID of
|
|
25528
|
+
The Node ID of the OrgOauthAppAccessBlockedAuditEntry object
|
|
25529
25529
|
"""
|
|
25530
25530
|
id: ID!
|
|
25531
25531
|
|
|
@@ -25635,7 +25635,7 @@ type OrgOauthAppAccessDeniedAuditEntry implements AuditEntry & Node & OauthAppli
|
|
|
25635
25635
|
createdAt: PreciseDateTime!
|
|
25636
25636
|
|
|
25637
25637
|
"""
|
|
25638
|
-
The Node ID of
|
|
25638
|
+
The Node ID of the OrgOauthAppAccessDeniedAuditEntry object
|
|
25639
25639
|
"""
|
|
25640
25640
|
id: ID!
|
|
25641
25641
|
|
|
@@ -25745,7 +25745,7 @@ type OrgOauthAppAccessRequestedAuditEntry implements AuditEntry & Node & OauthAp
|
|
|
25745
25745
|
createdAt: PreciseDateTime!
|
|
25746
25746
|
|
|
25747
25747
|
"""
|
|
25748
|
-
The Node ID of
|
|
25748
|
+
The Node ID of the OrgOauthAppAccessRequestedAuditEntry object
|
|
25749
25749
|
"""
|
|
25750
25750
|
id: ID!
|
|
25751
25751
|
|
|
@@ -25855,7 +25855,7 @@ type OrgOauthAppAccessUnblockedAuditEntry implements AuditEntry & Node & OauthAp
|
|
|
25855
25855
|
createdAt: PreciseDateTime!
|
|
25856
25856
|
|
|
25857
25857
|
"""
|
|
25858
|
-
The Node ID of
|
|
25858
|
+
The Node ID of the OrgOauthAppAccessUnblockedAuditEntry object
|
|
25859
25859
|
"""
|
|
25860
25860
|
id: ID!
|
|
25861
25861
|
|
|
@@ -25965,7 +25965,7 @@ type OrgRemoveBillingManagerAuditEntry implements AuditEntry & Node & Organizati
|
|
|
25965
25965
|
createdAt: PreciseDateTime!
|
|
25966
25966
|
|
|
25967
25967
|
"""
|
|
25968
|
-
The Node ID of
|
|
25968
|
+
The Node ID of the OrgRemoveBillingManagerAuditEntry object
|
|
25969
25969
|
"""
|
|
25970
25970
|
id: ID!
|
|
25971
25971
|
|
|
@@ -26085,7 +26085,7 @@ type OrgRemoveMemberAuditEntry implements AuditEntry & Node & OrganizationAuditE
|
|
|
26085
26085
|
createdAt: PreciseDateTime!
|
|
26086
26086
|
|
|
26087
26087
|
"""
|
|
26088
|
-
The Node ID of
|
|
26088
|
+
The Node ID of the OrgRemoveMemberAuditEntry object
|
|
26089
26089
|
"""
|
|
26090
26090
|
id: ID!
|
|
26091
26091
|
|
|
@@ -26261,7 +26261,7 @@ type OrgRemoveOutsideCollaboratorAuditEntry implements AuditEntry & Node & Organ
|
|
|
26261
26261
|
createdAt: PreciseDateTime!
|
|
26262
26262
|
|
|
26263
26263
|
"""
|
|
26264
|
-
The Node ID of
|
|
26264
|
+
The Node ID of the OrgRemoveOutsideCollaboratorAuditEntry object
|
|
26265
26265
|
"""
|
|
26266
26266
|
id: ID!
|
|
26267
26267
|
|
|
@@ -26404,7 +26404,7 @@ type OrgRestoreMemberAuditEntry implements AuditEntry & Node & OrganizationAudit
|
|
|
26404
26404
|
createdAt: PreciseDateTime!
|
|
26405
26405
|
|
|
26406
26406
|
"""
|
|
26407
|
-
The Node ID of
|
|
26407
|
+
The Node ID of the OrgRestoreMemberAuditEntry object
|
|
26408
26408
|
"""
|
|
26409
26409
|
id: ID!
|
|
26410
26410
|
|
|
@@ -26634,7 +26634,7 @@ type OrgUnblockUserAuditEntry implements AuditEntry & Node & OrganizationAuditEn
|
|
|
26634
26634
|
createdAt: PreciseDateTime!
|
|
26635
26635
|
|
|
26636
26636
|
"""
|
|
26637
|
-
The Node ID of
|
|
26637
|
+
The Node ID of the OrgUnblockUserAuditEntry object
|
|
26638
26638
|
"""
|
|
26639
26639
|
id: ID!
|
|
26640
26640
|
|
|
@@ -26729,7 +26729,7 @@ type OrgUpdateDefaultRepositoryPermissionAuditEntry implements AuditEntry & Node
|
|
|
26729
26729
|
createdAt: PreciseDateTime!
|
|
26730
26730
|
|
|
26731
26731
|
"""
|
|
26732
|
-
The Node ID of
|
|
26732
|
+
The Node ID of the OrgUpdateDefaultRepositoryPermissionAuditEntry object
|
|
26733
26733
|
"""
|
|
26734
26734
|
id: ID!
|
|
26735
26735
|
|
|
@@ -26859,7 +26859,7 @@ type OrgUpdateMemberAuditEntry implements AuditEntry & Node & OrganizationAuditE
|
|
|
26859
26859
|
createdAt: PreciseDateTime!
|
|
26860
26860
|
|
|
26861
26861
|
"""
|
|
26862
|
-
The Node ID of
|
|
26862
|
+
The Node ID of the OrgUpdateMemberAuditEntry object
|
|
26863
26863
|
"""
|
|
26864
26864
|
id: ID!
|
|
26865
26865
|
|
|
@@ -26984,7 +26984,7 @@ type OrgUpdateMemberRepositoryCreationPermissionAuditEntry implements AuditEntry
|
|
|
26984
26984
|
createdAt: PreciseDateTime!
|
|
26985
26985
|
|
|
26986
26986
|
"""
|
|
26987
|
-
The Node ID of
|
|
26987
|
+
The Node ID of the OrgUpdateMemberRepositoryCreationPermissionAuditEntry object
|
|
26988
26988
|
"""
|
|
26989
26989
|
id: ID!
|
|
26990
26990
|
|
|
@@ -27134,7 +27134,7 @@ type OrgUpdateMemberRepositoryInvitationPermissionAuditEntry implements AuditEnt
|
|
|
27134
27134
|
createdAt: PreciseDateTime!
|
|
27135
27135
|
|
|
27136
27136
|
"""
|
|
27137
|
-
The Node ID of
|
|
27137
|
+
The Node ID of the OrgUpdateMemberRepositoryInvitationPermissionAuditEntry object
|
|
27138
27138
|
"""
|
|
27139
27139
|
id: ID!
|
|
27140
27140
|
|
|
@@ -27379,7 +27379,7 @@ type Organization implements Actor & AnnouncementBanner & MemberStatusable & Nod
|
|
|
27379
27379
|
hasSponsorsListing: Boolean!
|
|
27380
27380
|
|
|
27381
27381
|
"""
|
|
27382
|
-
The Node ID of
|
|
27382
|
+
The Node ID of the Organization object
|
|
27383
27383
|
"""
|
|
27384
27384
|
id: ID!
|
|
27385
27385
|
|
|
@@ -28776,7 +28776,7 @@ type OrganizationIdentityProvider implements Node {
|
|
|
28776
28776
|
): ExternalIdentityConnection!
|
|
28777
28777
|
|
|
28778
28778
|
"""
|
|
28779
|
-
The Node ID of
|
|
28779
|
+
The Node ID of the OrganizationIdentityProvider object
|
|
28780
28780
|
"""
|
|
28781
28781
|
id: ID!
|
|
28782
28782
|
|
|
@@ -28821,7 +28821,7 @@ type OrganizationInvitation implements Node {
|
|
|
28821
28821
|
email: String
|
|
28822
28822
|
|
|
28823
28823
|
"""
|
|
28824
|
-
The Node ID of
|
|
28824
|
+
The Node ID of the OrganizationInvitation object
|
|
28825
28825
|
"""
|
|
28826
28826
|
id: ID!
|
|
28827
28827
|
|
|
@@ -28843,7 +28843,12 @@ type OrganizationInvitation implements Node {
|
|
|
28843
28843
|
"""
|
|
28844
28844
|
The user who created the invitation.
|
|
28845
28845
|
"""
|
|
28846
|
-
inviter: User!
|
|
28846
|
+
inviter: User! @deprecated(reason: "`inviter` will be removed. `inviter` will be replaced by `inviterActor`. Removal on 2024-07-01 UTC.")
|
|
28847
|
+
|
|
28848
|
+
"""
|
|
28849
|
+
The user who created the invitation.
|
|
28850
|
+
"""
|
|
28851
|
+
inviterActor: User
|
|
28847
28852
|
|
|
28848
28853
|
"""
|
|
28849
28854
|
The organization the invite is for
|
|
@@ -29066,7 +29071,7 @@ type OrganizationMigration implements Node {
|
|
|
29066
29071
|
failureReason: String
|
|
29067
29072
|
|
|
29068
29073
|
"""
|
|
29069
|
-
The Node ID of
|
|
29074
|
+
The Node ID of the OrganizationMigration object
|
|
29070
29075
|
"""
|
|
29071
29076
|
id: ID!
|
|
29072
29077
|
|
|
@@ -29301,7 +29306,7 @@ Information for an uploaded package.
|
|
|
29301
29306
|
"""
|
|
29302
29307
|
type Package implements Node {
|
|
29303
29308
|
"""
|
|
29304
|
-
The Node ID of
|
|
29309
|
+
The Node ID of the Package object
|
|
29305
29310
|
"""
|
|
29306
29311
|
id: ID!
|
|
29307
29312
|
|
|
@@ -29416,7 +29421,7 @@ A file in a package version.
|
|
|
29416
29421
|
"""
|
|
29417
29422
|
type PackageFile implements Node {
|
|
29418
29423
|
"""
|
|
29419
|
-
The Node ID of
|
|
29424
|
+
The Node ID of the PackageFile object
|
|
29420
29425
|
"""
|
|
29421
29426
|
id: ID!
|
|
29422
29427
|
|
|
@@ -29621,7 +29626,7 @@ A version tag contains the mapping between a tag name and a version.
|
|
|
29621
29626
|
"""
|
|
29622
29627
|
type PackageTag implements Node {
|
|
29623
29628
|
"""
|
|
29624
|
-
The Node ID of
|
|
29629
|
+
The Node ID of the PackageTag object
|
|
29625
29630
|
"""
|
|
29626
29631
|
id: ID!
|
|
29627
29632
|
|
|
@@ -29711,7 +29716,7 @@ type PackageVersion implements Node {
|
|
|
29711
29716
|
): PackageFileConnection!
|
|
29712
29717
|
|
|
29713
29718
|
"""
|
|
29714
|
-
The Node ID of
|
|
29719
|
+
The Node ID of the PackageVersion object
|
|
29715
29720
|
"""
|
|
29716
29721
|
id: ID!
|
|
29717
29722
|
|
|
@@ -30066,7 +30071,7 @@ type PinnedDiscussion implements Node & RepositoryNode {
|
|
|
30066
30071
|
gradientStopColors: [String!]!
|
|
30067
30072
|
|
|
30068
30073
|
"""
|
|
30069
|
-
The Node ID of
|
|
30074
|
+
The Node ID of the PinnedDiscussion object
|
|
30070
30075
|
"""
|
|
30071
30076
|
id: ID!
|
|
30072
30077
|
|
|
@@ -30216,7 +30221,7 @@ type PinnedEvent implements Node {
|
|
|
30216
30221
|
createdAt: DateTime!
|
|
30217
30222
|
|
|
30218
30223
|
"""
|
|
30219
|
-
The Node ID of
|
|
30224
|
+
The Node ID of the PinnedEvent object
|
|
30220
30225
|
"""
|
|
30221
30226
|
id: ID!
|
|
30222
30227
|
|
|
@@ -30241,7 +30246,7 @@ type PinnedIssue implements Node {
|
|
|
30241
30246
|
fullDatabaseId: BigInt
|
|
30242
30247
|
|
|
30243
30248
|
"""
|
|
30244
|
-
The Node ID of
|
|
30249
|
+
The Node ID of the PinnedIssue object
|
|
30245
30250
|
"""
|
|
30246
30251
|
id: ID!
|
|
30247
30252
|
|
|
@@ -30366,7 +30371,7 @@ type PrivateRepositoryForkingDisableAuditEntry implements AuditEntry & Enterpris
|
|
|
30366
30371
|
enterpriseUrl: URI
|
|
30367
30372
|
|
|
30368
30373
|
"""
|
|
30369
|
-
The Node ID of
|
|
30374
|
+
The Node ID of the PrivateRepositoryForkingDisableAuditEntry object
|
|
30370
30375
|
"""
|
|
30371
30376
|
id: ID!
|
|
30372
30377
|
|
|
@@ -30496,7 +30501,7 @@ type PrivateRepositoryForkingEnableAuditEntry implements AuditEntry & Enterprise
|
|
|
30496
30501
|
enterpriseUrl: URI
|
|
30497
30502
|
|
|
30498
30503
|
"""
|
|
30499
|
-
The Node ID of
|
|
30504
|
+
The Node ID of the PrivateRepositoryForkingEnableAuditEntry object
|
|
30500
30505
|
"""
|
|
30501
30506
|
id: ID!
|
|
30502
30507
|
|
|
@@ -30790,7 +30795,7 @@ type Project implements Closable & Node & Updatable {
|
|
|
30790
30795
|
databaseId: Int
|
|
30791
30796
|
|
|
30792
30797
|
"""
|
|
30793
|
-
The Node ID of
|
|
30798
|
+
The Node ID of the Project object
|
|
30794
30799
|
"""
|
|
30795
30800
|
id: ID!
|
|
30796
30801
|
|
|
@@ -30913,7 +30918,7 @@ type ProjectCard implements Node {
|
|
|
30913
30918
|
databaseId: Int
|
|
30914
30919
|
|
|
30915
30920
|
"""
|
|
30916
|
-
The Node ID of
|
|
30921
|
+
The Node ID of the ProjectCard object
|
|
30917
30922
|
"""
|
|
30918
30923
|
id: ID!
|
|
30919
30924
|
|
|
@@ -31078,7 +31083,7 @@ type ProjectColumn implements Node {
|
|
|
31078
31083
|
databaseId: Int
|
|
31079
31084
|
|
|
31080
31085
|
"""
|
|
31081
|
-
The Node ID of
|
|
31086
|
+
The Node ID of the ProjectColumn object
|
|
31082
31087
|
"""
|
|
31083
31088
|
id: ID!
|
|
31084
31089
|
|
|
@@ -31473,7 +31478,7 @@ type ProjectV2 implements Closable & Node & Updatable {
|
|
|
31473
31478
|
): ProjectV2FieldConfigurationConnection!
|
|
31474
31479
|
|
|
31475
31480
|
"""
|
|
31476
|
-
The Node ID of
|
|
31481
|
+
The Node ID of the ProjectV2 object
|
|
31477
31482
|
"""
|
|
31478
31483
|
id: ID!
|
|
31479
31484
|
|
|
@@ -31863,7 +31868,7 @@ type ProjectV2Field implements Node & ProjectV2FieldCommon {
|
|
|
31863
31868
|
databaseId: Int
|
|
31864
31869
|
|
|
31865
31870
|
"""
|
|
31866
|
-
The Node ID of
|
|
31871
|
+
The Node ID of the ProjectV2Field object
|
|
31867
31872
|
"""
|
|
31868
31873
|
id: ID!
|
|
31869
31874
|
|
|
@@ -32223,7 +32228,7 @@ type ProjectV2Item implements Node {
|
|
|
32223
32228
|
): ProjectV2ItemFieldValueConnection!
|
|
32224
32229
|
|
|
32225
32230
|
"""
|
|
32226
|
-
The Node ID of
|
|
32231
|
+
The Node ID of the ProjectV2Item object
|
|
32227
32232
|
"""
|
|
32228
32233
|
id: ID!
|
|
32229
32234
|
|
|
@@ -32323,7 +32328,7 @@ type ProjectV2ItemFieldDateValue implements Node & ProjectV2ItemFieldValueCommon
|
|
|
32323
32328
|
field: ProjectV2FieldConfiguration!
|
|
32324
32329
|
|
|
32325
32330
|
"""
|
|
32326
|
-
The Node ID of
|
|
32331
|
+
The Node ID of the ProjectV2ItemFieldDateValue object
|
|
32327
32332
|
"""
|
|
32328
32333
|
id: ID!
|
|
32329
32334
|
|
|
@@ -32368,7 +32373,7 @@ type ProjectV2ItemFieldIterationValue implements Node & ProjectV2ItemFieldValueC
|
|
|
32368
32373
|
field: ProjectV2FieldConfiguration!
|
|
32369
32374
|
|
|
32370
32375
|
"""
|
|
32371
|
-
The Node ID of
|
|
32376
|
+
The Node ID of the ProjectV2ItemFieldIterationValue object
|
|
32372
32377
|
"""
|
|
32373
32378
|
id: ID!
|
|
32374
32379
|
|
|
@@ -32478,7 +32483,7 @@ type ProjectV2ItemFieldNumberValue implements Node & ProjectV2ItemFieldValueComm
|
|
|
32478
32483
|
field: ProjectV2FieldConfiguration!
|
|
32479
32484
|
|
|
32480
32485
|
"""
|
|
32481
|
-
The Node ID of
|
|
32486
|
+
The Node ID of the ProjectV2ItemFieldNumberValue object
|
|
32482
32487
|
"""
|
|
32483
32488
|
id: ID!
|
|
32484
32489
|
|
|
@@ -32628,7 +32633,7 @@ type ProjectV2ItemFieldSingleSelectValue implements Node & ProjectV2ItemFieldVal
|
|
|
32628
32633
|
field: ProjectV2FieldConfiguration!
|
|
32629
32634
|
|
|
32630
32635
|
"""
|
|
32631
|
-
The Node ID of
|
|
32636
|
+
The Node ID of the ProjectV2ItemFieldSingleSelectValue object
|
|
32632
32637
|
"""
|
|
32633
32638
|
id: ID!
|
|
32634
32639
|
|
|
@@ -32683,7 +32688,7 @@ type ProjectV2ItemFieldTextValue implements Node & ProjectV2ItemFieldValueCommon
|
|
|
32683
32688
|
field: ProjectV2FieldConfiguration!
|
|
32684
32689
|
|
|
32685
32690
|
"""
|
|
32686
|
-
The Node ID of
|
|
32691
|
+
The Node ID of the ProjectV2ItemFieldTextValue object
|
|
32687
32692
|
"""
|
|
32688
32693
|
id: ID!
|
|
32689
32694
|
|
|
@@ -32923,7 +32928,7 @@ type ProjectV2IterationField implements Node & ProjectV2FieldCommon {
|
|
|
32923
32928
|
databaseId: Int
|
|
32924
32929
|
|
|
32925
32930
|
"""
|
|
32926
|
-
The Node ID of
|
|
32931
|
+
The Node ID of the ProjectV2IterationField object
|
|
32927
32932
|
"""
|
|
32928
32933
|
id: ID!
|
|
32929
32934
|
|
|
@@ -33168,7 +33173,7 @@ type ProjectV2SingleSelectField implements Node & ProjectV2FieldCommon {
|
|
|
33168
33173
|
databaseId: Int
|
|
33169
33174
|
|
|
33170
33175
|
"""
|
|
33171
|
-
The Node ID of
|
|
33176
|
+
The Node ID of the ProjectV2SingleSelectField object
|
|
33172
33177
|
"""
|
|
33173
33178
|
id: ID!
|
|
33174
33179
|
|
|
@@ -33533,7 +33538,7 @@ type ProjectV2View implements Node {
|
|
|
33533
33538
|
): ProjectV2FieldConfigurationConnection
|
|
33534
33539
|
|
|
33535
33540
|
"""
|
|
33536
|
-
The Node ID of
|
|
33541
|
+
The Node ID of the ProjectV2View object
|
|
33537
33542
|
"""
|
|
33538
33543
|
id: ID!
|
|
33539
33544
|
|
|
@@ -33818,7 +33823,7 @@ type ProjectV2Workflow implements Node {
|
|
|
33818
33823
|
enabled: Boolean!
|
|
33819
33824
|
|
|
33820
33825
|
"""
|
|
33821
|
-
The Node ID of
|
|
33826
|
+
The Node ID of the ProjectV2Workflow object
|
|
33822
33827
|
"""
|
|
33823
33828
|
id: ID!
|
|
33824
33829
|
|
|
@@ -33944,7 +33949,7 @@ type PublicKey implements Node {
|
|
|
33944
33949
|
fingerprint: String!
|
|
33945
33950
|
|
|
33946
33951
|
"""
|
|
33947
|
-
The Node ID of
|
|
33952
|
+
The Node ID of the PublicKey object
|
|
33948
33953
|
"""
|
|
33949
33954
|
id: ID!
|
|
33950
33955
|
|
|
@@ -34326,7 +34331,7 @@ type PullRequest implements Assignable & Closable & Comment & Labelable & Lockab
|
|
|
34326
34331
|
): Hovercard!
|
|
34327
34332
|
|
|
34328
34333
|
"""
|
|
34329
|
-
The Node ID of
|
|
34334
|
+
The Node ID of the PullRequest object
|
|
34330
34335
|
"""
|
|
34331
34336
|
id: ID!
|
|
34332
34337
|
|
|
@@ -35120,7 +35125,7 @@ type PullRequestCommit implements Node & UniformResourceLocatable {
|
|
|
35120
35125
|
commit: Commit!
|
|
35121
35126
|
|
|
35122
35127
|
"""
|
|
35123
|
-
The Node ID of
|
|
35128
|
+
The Node ID of the PullRequestCommit object
|
|
35124
35129
|
"""
|
|
35125
35130
|
id: ID!
|
|
35126
35131
|
|
|
@@ -35175,7 +35180,7 @@ type PullRequestCommitCommentThread implements Node & RepositoryNode {
|
|
|
35175
35180
|
commit: Commit!
|
|
35176
35181
|
|
|
35177
35182
|
"""
|
|
35178
|
-
The Node ID of
|
|
35183
|
+
The Node ID of the PullRequestCommitCommentThread object
|
|
35179
35184
|
"""
|
|
35180
35185
|
id: ID!
|
|
35181
35186
|
|
|
@@ -35515,7 +35520,7 @@ type PullRequestReview implements Comment & Deletable & Minimizable & Node & Rea
|
|
|
35515
35520
|
editor: Actor
|
|
35516
35521
|
|
|
35517
35522
|
"""
|
|
35518
|
-
The Node ID of
|
|
35523
|
+
The Node ID of the PullRequestReview object
|
|
35519
35524
|
"""
|
|
35520
35525
|
id: ID!
|
|
35521
35526
|
|
|
@@ -35767,7 +35772,7 @@ type PullRequestReviewComment implements Comment & Deletable & Minimizable & Nod
|
|
|
35767
35772
|
editor: Actor
|
|
35768
35773
|
|
|
35769
35774
|
"""
|
|
35770
|
-
The Node ID of
|
|
35775
|
+
The Node ID of the PullRequestReviewComment object
|
|
35771
35776
|
"""
|
|
35772
35777
|
id: ID!
|
|
35773
35778
|
|
|
@@ -36234,7 +36239,7 @@ type PullRequestReviewThread implements Node {
|
|
|
36234
36239
|
diffSide: DiffSide!
|
|
36235
36240
|
|
|
36236
36241
|
"""
|
|
36237
|
-
The Node ID of
|
|
36242
|
+
The Node ID of the PullRequestReviewThread object
|
|
36238
36243
|
"""
|
|
36239
36244
|
id: ID!
|
|
36240
36245
|
|
|
@@ -36474,7 +36479,7 @@ type PullRequestThread implements Node {
|
|
|
36474
36479
|
diffSide: DiffSide!
|
|
36475
36480
|
|
|
36476
36481
|
"""
|
|
36477
|
-
The Node ID of
|
|
36482
|
+
The Node ID of the PullRequestThread object
|
|
36478
36483
|
"""
|
|
36479
36484
|
id: ID!
|
|
36480
36485
|
|
|
@@ -36969,7 +36974,7 @@ A Git push.
|
|
|
36969
36974
|
"""
|
|
36970
36975
|
type Push implements Node {
|
|
36971
36976
|
"""
|
|
36972
|
-
The Node ID of
|
|
36977
|
+
The Node ID of the Push object
|
|
36973
36978
|
"""
|
|
36974
36979
|
id: ID!
|
|
36975
36980
|
|
|
@@ -37014,7 +37019,7 @@ type PushAllowance implements Node {
|
|
|
37014
37019
|
branchProtectionRule: BranchProtectionRule
|
|
37015
37020
|
|
|
37016
37021
|
"""
|
|
37017
|
-
The Node ID of
|
|
37022
|
+
The Node ID of the PushAllowance object
|
|
37018
37023
|
"""
|
|
37019
37024
|
id: ID!
|
|
37020
37025
|
}
|
|
@@ -37746,7 +37751,7 @@ type Reaction implements Node {
|
|
|
37746
37751
|
databaseId: Int
|
|
37747
37752
|
|
|
37748
37753
|
"""
|
|
37749
|
-
The Node ID of
|
|
37754
|
+
The Node ID of the Reaction object
|
|
37750
37755
|
"""
|
|
37751
37756
|
id: ID!
|
|
37752
37757
|
|
|
@@ -38016,7 +38021,7 @@ type ReadyForReviewEvent implements Node & UniformResourceLocatable {
|
|
|
38016
38021
|
createdAt: DateTime!
|
|
38017
38022
|
|
|
38018
38023
|
"""
|
|
38019
|
-
The Node ID of
|
|
38024
|
+
The Node ID of the ReadyForReviewEvent object
|
|
38020
38025
|
"""
|
|
38021
38026
|
id: ID!
|
|
38022
38027
|
|
|
@@ -38106,7 +38111,7 @@ type Ref implements Node {
|
|
|
38106
38111
|
): Comparison
|
|
38107
38112
|
|
|
38108
38113
|
"""
|
|
38109
|
-
The Node ID of
|
|
38114
|
+
The Node ID of the Ref object
|
|
38110
38115
|
"""
|
|
38111
38116
|
id: ID!
|
|
38112
38117
|
|
|
@@ -38130,6 +38135,36 @@ type Ref implements Node {
|
|
|
38130
38135
|
"""
|
|
38131
38136
|
repository: Repository!
|
|
38132
38137
|
|
|
38138
|
+
"""
|
|
38139
|
+
A list of rules from active Repository and Organization rulesets that apply to this ref.
|
|
38140
|
+
"""
|
|
38141
|
+
rules(
|
|
38142
|
+
"""
|
|
38143
|
+
Returns the elements in the list that come after the specified cursor.
|
|
38144
|
+
"""
|
|
38145
|
+
after: String
|
|
38146
|
+
|
|
38147
|
+
"""
|
|
38148
|
+
Returns the elements in the list that come before the specified cursor.
|
|
38149
|
+
"""
|
|
38150
|
+
before: String
|
|
38151
|
+
|
|
38152
|
+
"""
|
|
38153
|
+
Returns the first _n_ elements from the list.
|
|
38154
|
+
"""
|
|
38155
|
+
first: Int
|
|
38156
|
+
|
|
38157
|
+
"""
|
|
38158
|
+
Returns the last _n_ elements from the list.
|
|
38159
|
+
"""
|
|
38160
|
+
last: Int
|
|
38161
|
+
|
|
38162
|
+
"""
|
|
38163
|
+
Ordering options for repository rules.
|
|
38164
|
+
"""
|
|
38165
|
+
orderBy: RepositoryRuleOrder = {field: UPDATED_AT, direction: DESC}
|
|
38166
|
+
): RepositoryRuleConnection
|
|
38167
|
+
|
|
38133
38168
|
"""
|
|
38134
38169
|
The object the ref points to. Returns null when object does not exist.
|
|
38135
38170
|
"""
|
|
@@ -38330,7 +38365,7 @@ type ReferencedEvent implements Node {
|
|
|
38330
38365
|
createdAt: DateTime!
|
|
38331
38366
|
|
|
38332
38367
|
"""
|
|
38333
|
-
The Node ID of
|
|
38368
|
+
The Node ID of the ReferencedEvent object
|
|
38334
38369
|
"""
|
|
38335
38370
|
id: ID!
|
|
38336
38371
|
|
|
@@ -38485,7 +38520,7 @@ type Release implements Node & Reactable & UniformResourceLocatable {
|
|
|
38485
38520
|
descriptionHTML: HTML
|
|
38486
38521
|
|
|
38487
38522
|
"""
|
|
38488
|
-
The Node ID of
|
|
38523
|
+
The Node ID of the Release object
|
|
38489
38524
|
"""
|
|
38490
38525
|
id: ID!
|
|
38491
38526
|
|
|
@@ -38685,7 +38720,7 @@ type ReleaseAsset implements Node {
|
|
|
38685
38720
|
downloadUrl: URI!
|
|
38686
38721
|
|
|
38687
38722
|
"""
|
|
38688
|
-
The Node ID of
|
|
38723
|
+
The Node ID of the ReleaseAsset object
|
|
38689
38724
|
"""
|
|
38690
38725
|
id: ID!
|
|
38691
38726
|
|
|
@@ -39270,7 +39305,7 @@ type RemovedFromMergeQueueEvent implements Node {
|
|
|
39270
39305
|
enqueuer: User
|
|
39271
39306
|
|
|
39272
39307
|
"""
|
|
39273
|
-
The Node ID of
|
|
39308
|
+
The Node ID of the RemovedFromMergeQueueEvent object
|
|
39274
39309
|
"""
|
|
39275
39310
|
id: ID!
|
|
39276
39311
|
|
|
@@ -39310,7 +39345,7 @@ type RemovedFromProjectEvent implements Node {
|
|
|
39310
39345
|
databaseId: Int
|
|
39311
39346
|
|
|
39312
39347
|
"""
|
|
39313
|
-
The Node ID of
|
|
39348
|
+
The Node ID of the RemovedFromProjectEvent object
|
|
39314
39349
|
"""
|
|
39315
39350
|
id: ID!
|
|
39316
39351
|
}
|
|
@@ -39335,7 +39370,7 @@ type RenamedTitleEvent implements Node {
|
|
|
39335
39370
|
currentTitle: String!
|
|
39336
39371
|
|
|
39337
39372
|
"""
|
|
39338
|
-
The Node ID of
|
|
39373
|
+
The Node ID of the RenamedTitleEvent object
|
|
39339
39374
|
"""
|
|
39340
39375
|
id: ID!
|
|
39341
39376
|
|
|
@@ -39465,7 +39500,7 @@ type ReopenedEvent implements Node {
|
|
|
39465
39500
|
createdAt: DateTime!
|
|
39466
39501
|
|
|
39467
39502
|
"""
|
|
39468
|
-
The Node ID of
|
|
39503
|
+
The Node ID of the ReopenedEvent object
|
|
39469
39504
|
"""
|
|
39470
39505
|
id: ID!
|
|
39471
39506
|
|
|
@@ -39520,7 +39555,7 @@ type RepoAccessAuditEntry implements AuditEntry & Node & OrganizationAuditEntryD
|
|
|
39520
39555
|
createdAt: PreciseDateTime!
|
|
39521
39556
|
|
|
39522
39557
|
"""
|
|
39523
|
-
The Node ID of
|
|
39558
|
+
The Node ID of the RepoAccessAuditEntry object
|
|
39524
39559
|
"""
|
|
39525
39560
|
id: ID!
|
|
39526
39561
|
|
|
@@ -39660,7 +39695,7 @@ type RepoAddMemberAuditEntry implements AuditEntry & Node & OrganizationAuditEnt
|
|
|
39660
39695
|
createdAt: PreciseDateTime!
|
|
39661
39696
|
|
|
39662
39697
|
"""
|
|
39663
|
-
The Node ID of
|
|
39698
|
+
The Node ID of the RepoAddMemberAuditEntry object
|
|
39664
39699
|
"""
|
|
39665
39700
|
id: ID!
|
|
39666
39701
|
|
|
@@ -39800,7 +39835,7 @@ type RepoAddTopicAuditEntry implements AuditEntry & Node & OrganizationAuditEntr
|
|
|
39800
39835
|
createdAt: PreciseDateTime!
|
|
39801
39836
|
|
|
39802
39837
|
"""
|
|
39803
|
-
The Node ID of
|
|
39838
|
+
The Node ID of the RepoAddTopicAuditEntry object
|
|
39804
39839
|
"""
|
|
39805
39840
|
id: ID!
|
|
39806
39841
|
|
|
@@ -39925,7 +39960,7 @@ type RepoArchivedAuditEntry implements AuditEntry & Node & OrganizationAuditEntr
|
|
|
39925
39960
|
createdAt: PreciseDateTime!
|
|
39926
39961
|
|
|
39927
39962
|
"""
|
|
39928
|
-
The Node ID of
|
|
39963
|
+
The Node ID of the RepoArchivedAuditEntry object
|
|
39929
39964
|
"""
|
|
39930
39965
|
id: ID!
|
|
39931
39966
|
|
|
@@ -40065,7 +40100,7 @@ type RepoChangeMergeSettingAuditEntry implements AuditEntry & Node & Organizatio
|
|
|
40065
40100
|
createdAt: PreciseDateTime!
|
|
40066
40101
|
|
|
40067
40102
|
"""
|
|
40068
|
-
The Node ID of
|
|
40103
|
+
The Node ID of the RepoChangeMergeSettingAuditEntry object
|
|
40069
40104
|
"""
|
|
40070
40105
|
id: ID!
|
|
40071
40106
|
|
|
@@ -40210,7 +40245,7 @@ type RepoConfigDisableAnonymousGitAccessAuditEntry implements AuditEntry & Node
|
|
|
40210
40245
|
createdAt: PreciseDateTime!
|
|
40211
40246
|
|
|
40212
40247
|
"""
|
|
40213
|
-
The Node ID of
|
|
40248
|
+
The Node ID of the RepoConfigDisableAnonymousGitAccessAuditEntry object
|
|
40214
40249
|
"""
|
|
40215
40250
|
id: ID!
|
|
40216
40251
|
|
|
@@ -40325,7 +40360,7 @@ type RepoConfigDisableCollaboratorsOnlyAuditEntry implements AuditEntry & Node &
|
|
|
40325
40360
|
createdAt: PreciseDateTime!
|
|
40326
40361
|
|
|
40327
40362
|
"""
|
|
40328
|
-
The Node ID of
|
|
40363
|
+
The Node ID of the RepoConfigDisableCollaboratorsOnlyAuditEntry object
|
|
40329
40364
|
"""
|
|
40330
40365
|
id: ID!
|
|
40331
40366
|
|
|
@@ -40440,7 +40475,7 @@ type RepoConfigDisableContributorsOnlyAuditEntry implements AuditEntry & Node &
|
|
|
40440
40475
|
createdAt: PreciseDateTime!
|
|
40441
40476
|
|
|
40442
40477
|
"""
|
|
40443
|
-
The Node ID of
|
|
40478
|
+
The Node ID of the RepoConfigDisableContributorsOnlyAuditEntry object
|
|
40444
40479
|
"""
|
|
40445
40480
|
id: ID!
|
|
40446
40481
|
|
|
@@ -40555,7 +40590,7 @@ type RepoConfigDisableSockpuppetDisallowedAuditEntry implements AuditEntry & Nod
|
|
|
40555
40590
|
createdAt: PreciseDateTime!
|
|
40556
40591
|
|
|
40557
40592
|
"""
|
|
40558
|
-
The Node ID of
|
|
40593
|
+
The Node ID of the RepoConfigDisableSockpuppetDisallowedAuditEntry object
|
|
40559
40594
|
"""
|
|
40560
40595
|
id: ID!
|
|
40561
40596
|
|
|
@@ -40670,7 +40705,7 @@ type RepoConfigEnableAnonymousGitAccessAuditEntry implements AuditEntry & Node &
|
|
|
40670
40705
|
createdAt: PreciseDateTime!
|
|
40671
40706
|
|
|
40672
40707
|
"""
|
|
40673
|
-
The Node ID of
|
|
40708
|
+
The Node ID of the RepoConfigEnableAnonymousGitAccessAuditEntry object
|
|
40674
40709
|
"""
|
|
40675
40710
|
id: ID!
|
|
40676
40711
|
|
|
@@ -40785,7 +40820,7 @@ type RepoConfigEnableCollaboratorsOnlyAuditEntry implements AuditEntry & Node &
|
|
|
40785
40820
|
createdAt: PreciseDateTime!
|
|
40786
40821
|
|
|
40787
40822
|
"""
|
|
40788
|
-
The Node ID of
|
|
40823
|
+
The Node ID of the RepoConfigEnableCollaboratorsOnlyAuditEntry object
|
|
40789
40824
|
"""
|
|
40790
40825
|
id: ID!
|
|
40791
40826
|
|
|
@@ -40900,7 +40935,7 @@ type RepoConfigEnableContributorsOnlyAuditEntry implements AuditEntry & Node & O
|
|
|
40900
40935
|
createdAt: PreciseDateTime!
|
|
40901
40936
|
|
|
40902
40937
|
"""
|
|
40903
|
-
The Node ID of
|
|
40938
|
+
The Node ID of the RepoConfigEnableContributorsOnlyAuditEntry object
|
|
40904
40939
|
"""
|
|
40905
40940
|
id: ID!
|
|
40906
40941
|
|
|
@@ -41015,7 +41050,7 @@ type RepoConfigEnableSockpuppetDisallowedAuditEntry implements AuditEntry & Node
|
|
|
41015
41050
|
createdAt: PreciseDateTime!
|
|
41016
41051
|
|
|
41017
41052
|
"""
|
|
41018
|
-
The Node ID of
|
|
41053
|
+
The Node ID of the RepoConfigEnableSockpuppetDisallowedAuditEntry object
|
|
41019
41054
|
"""
|
|
41020
41055
|
id: ID!
|
|
41021
41056
|
|
|
@@ -41130,7 +41165,7 @@ type RepoConfigLockAnonymousGitAccessAuditEntry implements AuditEntry & Node & O
|
|
|
41130
41165
|
createdAt: PreciseDateTime!
|
|
41131
41166
|
|
|
41132
41167
|
"""
|
|
41133
|
-
The Node ID of
|
|
41168
|
+
The Node ID of the RepoConfigLockAnonymousGitAccessAuditEntry object
|
|
41134
41169
|
"""
|
|
41135
41170
|
id: ID!
|
|
41136
41171
|
|
|
@@ -41245,7 +41280,7 @@ type RepoConfigUnlockAnonymousGitAccessAuditEntry implements AuditEntry & Node &
|
|
|
41245
41280
|
createdAt: PreciseDateTime!
|
|
41246
41281
|
|
|
41247
41282
|
"""
|
|
41248
|
-
The Node ID of
|
|
41283
|
+
The Node ID of the RepoConfigUnlockAnonymousGitAccessAuditEntry object
|
|
41249
41284
|
"""
|
|
41250
41285
|
id: ID!
|
|
41251
41286
|
|
|
@@ -41370,7 +41405,7 @@ type RepoCreateAuditEntry implements AuditEntry & Node & OrganizationAuditEntryD
|
|
|
41370
41405
|
forkSourceName: String
|
|
41371
41406
|
|
|
41372
41407
|
"""
|
|
41373
|
-
The Node ID of
|
|
41408
|
+
The Node ID of the RepoCreateAuditEntry object
|
|
41374
41409
|
"""
|
|
41375
41410
|
id: ID!
|
|
41376
41411
|
|
|
@@ -41510,7 +41545,7 @@ type RepoDestroyAuditEntry implements AuditEntry & Node & OrganizationAuditEntry
|
|
|
41510
41545
|
createdAt: PreciseDateTime!
|
|
41511
41546
|
|
|
41512
41547
|
"""
|
|
41513
|
-
The Node ID of
|
|
41548
|
+
The Node ID of the RepoDestroyAuditEntry object
|
|
41514
41549
|
"""
|
|
41515
41550
|
id: ID!
|
|
41516
41551
|
|
|
@@ -41650,7 +41685,7 @@ type RepoRemoveMemberAuditEntry implements AuditEntry & Node & OrganizationAudit
|
|
|
41650
41685
|
createdAt: PreciseDateTime!
|
|
41651
41686
|
|
|
41652
41687
|
"""
|
|
41653
|
-
The Node ID of
|
|
41688
|
+
The Node ID of the RepoRemoveMemberAuditEntry object
|
|
41654
41689
|
"""
|
|
41655
41690
|
id: ID!
|
|
41656
41691
|
|
|
@@ -41790,7 +41825,7 @@ type RepoRemoveTopicAuditEntry implements AuditEntry & Node & OrganizationAuditE
|
|
|
41790
41825
|
createdAt: PreciseDateTime!
|
|
41791
41826
|
|
|
41792
41827
|
"""
|
|
41793
|
-
The Node ID of
|
|
41828
|
+
The Node ID of the RepoRemoveTopicAuditEntry object
|
|
41794
41829
|
"""
|
|
41795
41830
|
id: ID!
|
|
41796
41831
|
|
|
@@ -42405,7 +42440,7 @@ type Repository implements Node & PackageOwner & ProjectOwner & ProjectV2Recent
|
|
|
42405
42440
|
homepageUrl: URI
|
|
42406
42441
|
|
|
42407
42442
|
"""
|
|
42408
|
-
The Node ID of
|
|
42443
|
+
The Node ID of the Repository object
|
|
42409
42444
|
"""
|
|
42410
42445
|
id: ID!
|
|
42411
42446
|
|
|
@@ -44136,7 +44171,7 @@ type RepositoryInvitation implements Node {
|
|
|
44136
44171
|
email: String
|
|
44137
44172
|
|
|
44138
44173
|
"""
|
|
44139
|
-
The Node ID of
|
|
44174
|
+
The Node ID of the RepositoryInvitation object
|
|
44140
44175
|
"""
|
|
44141
44176
|
id: ID!
|
|
44142
44177
|
|
|
@@ -44291,7 +44326,7 @@ type RepositoryMigration implements Migration & Node {
|
|
|
44291
44326
|
failureReason: String
|
|
44292
44327
|
|
|
44293
44328
|
"""
|
|
44294
|
-
The Node ID of
|
|
44329
|
+
The Node ID of the RepositoryMigration object
|
|
44295
44330
|
"""
|
|
44296
44331
|
id: ID!
|
|
44297
44332
|
|
|
@@ -44674,7 +44709,7 @@ A repository rule.
|
|
|
44674
44709
|
"""
|
|
44675
44710
|
type RepositoryRule implements Node {
|
|
44676
44711
|
"""
|
|
44677
|
-
The Node ID of
|
|
44712
|
+
The Node ID of the RepositoryRule object
|
|
44678
44713
|
"""
|
|
44679
44714
|
id: ID!
|
|
44680
44715
|
|
|
@@ -44794,6 +44829,41 @@ input RepositoryRuleInput {
|
|
|
44794
44829
|
type: RepositoryRuleType!
|
|
44795
44830
|
}
|
|
44796
44831
|
|
|
44832
|
+
"""
|
|
44833
|
+
Ordering options for repository rules.
|
|
44834
|
+
"""
|
|
44835
|
+
input RepositoryRuleOrder {
|
|
44836
|
+
"""
|
|
44837
|
+
The ordering direction.
|
|
44838
|
+
"""
|
|
44839
|
+
direction: OrderDirection!
|
|
44840
|
+
|
|
44841
|
+
"""
|
|
44842
|
+
The field to order repository rules by.
|
|
44843
|
+
"""
|
|
44844
|
+
field: RepositoryRuleOrderField!
|
|
44845
|
+
}
|
|
44846
|
+
|
|
44847
|
+
"""
|
|
44848
|
+
Properties by which repository rule connections can be ordered.
|
|
44849
|
+
"""
|
|
44850
|
+
enum RepositoryRuleOrderField {
|
|
44851
|
+
"""
|
|
44852
|
+
Order repository rules by created time
|
|
44853
|
+
"""
|
|
44854
|
+
CREATED_AT
|
|
44855
|
+
|
|
44856
|
+
"""
|
|
44857
|
+
Order repository rules by type
|
|
44858
|
+
"""
|
|
44859
|
+
TYPE
|
|
44860
|
+
|
|
44861
|
+
"""
|
|
44862
|
+
Order repository rules by updated time
|
|
44863
|
+
"""
|
|
44864
|
+
UPDATED_AT
|
|
44865
|
+
}
|
|
44866
|
+
|
|
44797
44867
|
"""
|
|
44798
44868
|
The rule types supported in rulesets
|
|
44799
44869
|
"""
|
|
@@ -44982,7 +45052,7 @@ type RepositoryRuleset implements Node {
|
|
|
44982
45052
|
enforcement: RuleEnforcement!
|
|
44983
45053
|
|
|
44984
45054
|
"""
|
|
44985
|
-
The Node ID of
|
|
45055
|
+
The Node ID of the RepositoryRuleset object
|
|
44986
45056
|
"""
|
|
44987
45057
|
id: ID!
|
|
44988
45058
|
|
|
@@ -45052,7 +45122,7 @@ type RepositoryRulesetBypassActor implements Node {
|
|
|
45052
45122
|
bypassMode: RepositoryRulesetBypassActorBypassMode
|
|
45053
45123
|
|
|
45054
45124
|
"""
|
|
45055
|
-
The Node ID of
|
|
45125
|
+
The Node ID of the RepositoryRulesetBypassActor object
|
|
45056
45126
|
"""
|
|
45057
45127
|
id: ID!
|
|
45058
45128
|
|
|
@@ -45218,7 +45288,7 @@ A repository-topic connects a repository to a topic.
|
|
|
45218
45288
|
"""
|
|
45219
45289
|
type RepositoryTopic implements Node & UniformResourceLocatable {
|
|
45220
45290
|
"""
|
|
45221
|
-
The Node ID of
|
|
45291
|
+
The Node ID of the RepositoryTopic object
|
|
45222
45292
|
"""
|
|
45223
45293
|
id: ID!
|
|
45224
45294
|
|
|
@@ -45358,7 +45428,7 @@ type RepositoryVisibilityChangeDisableAuditEntry implements AuditEntry & Enterpr
|
|
|
45358
45428
|
enterpriseUrl: URI
|
|
45359
45429
|
|
|
45360
45430
|
"""
|
|
45361
|
-
The Node ID of
|
|
45431
|
+
The Node ID of the RepositoryVisibilityChangeDisableAuditEntry object
|
|
45362
45432
|
"""
|
|
45363
45433
|
id: ID!
|
|
45364
45434
|
|
|
@@ -45468,7 +45538,7 @@ type RepositoryVisibilityChangeEnableAuditEntry implements AuditEntry & Enterpri
|
|
|
45468
45538
|
enterpriseUrl: URI
|
|
45469
45539
|
|
|
45470
45540
|
"""
|
|
45471
|
-
The Node ID of
|
|
45541
|
+
The Node ID of the RepositoryVisibilityChangeEnableAuditEntry object
|
|
45472
45542
|
"""
|
|
45473
45543
|
id: ID!
|
|
45474
45544
|
|
|
@@ -45568,7 +45638,7 @@ type RepositoryVulnerabilityAlert implements Node & RepositoryNode {
|
|
|
45568
45638
|
fixedAt: DateTime
|
|
45569
45639
|
|
|
45570
45640
|
"""
|
|
45571
|
-
The Node ID of
|
|
45641
|
+
The Node ID of the RepositoryVulnerabilityAlert object
|
|
45572
45642
|
"""
|
|
45573
45643
|
id: ID!
|
|
45574
45644
|
|
|
@@ -46123,7 +46193,7 @@ type ReviewDismissalAllowance implements Node {
|
|
|
46123
46193
|
branchProtectionRule: BranchProtectionRule
|
|
46124
46194
|
|
|
46125
46195
|
"""
|
|
46126
|
-
The Node ID of
|
|
46196
|
+
The Node ID of the ReviewDismissalAllowance object
|
|
46127
46197
|
"""
|
|
46128
46198
|
id: ID!
|
|
46129
46199
|
}
|
|
@@ -46203,7 +46273,7 @@ type ReviewDismissedEvent implements Node & UniformResourceLocatable {
|
|
|
46203
46273
|
dismissalMessageHTML: String
|
|
46204
46274
|
|
|
46205
46275
|
"""
|
|
46206
|
-
The Node ID of
|
|
46276
|
+
The Node ID of the ReviewDismissedEvent object
|
|
46207
46277
|
"""
|
|
46208
46278
|
id: ID!
|
|
46209
46279
|
|
|
@@ -46253,7 +46323,7 @@ type ReviewRequest implements Node {
|
|
|
46253
46323
|
databaseId: Int
|
|
46254
46324
|
|
|
46255
46325
|
"""
|
|
46256
|
-
The Node ID of
|
|
46326
|
+
The Node ID of the ReviewRequest object
|
|
46257
46327
|
"""
|
|
46258
46328
|
id: ID!
|
|
46259
46329
|
|
|
@@ -46323,7 +46393,7 @@ type ReviewRequestRemovedEvent implements Node {
|
|
|
46323
46393
|
createdAt: DateTime!
|
|
46324
46394
|
|
|
46325
46395
|
"""
|
|
46326
|
-
The Node ID of
|
|
46396
|
+
The Node ID of the ReviewRequestRemovedEvent object
|
|
46327
46397
|
"""
|
|
46328
46398
|
id: ID!
|
|
46329
46399
|
|
|
@@ -46353,7 +46423,7 @@ type ReviewRequestedEvent implements Node {
|
|
|
46353
46423
|
createdAt: DateTime!
|
|
46354
46424
|
|
|
46355
46425
|
"""
|
|
46356
|
-
The Node ID of
|
|
46426
|
+
The Node ID of the ReviewRequestedEvent object
|
|
46357
46427
|
"""
|
|
46358
46428
|
id: ID!
|
|
46359
46429
|
|
|
@@ -46660,7 +46730,7 @@ type SavedReply implements Node {
|
|
|
46660
46730
|
databaseId: Int
|
|
46661
46731
|
|
|
46662
46732
|
"""
|
|
46663
|
-
The Node ID of
|
|
46733
|
+
The Node ID of the SavedReply object
|
|
46664
46734
|
"""
|
|
46665
46735
|
id: ID!
|
|
46666
46736
|
|
|
@@ -46907,7 +46977,7 @@ type SecurityAdvisory implements Node {
|
|
|
46907
46977
|
ghsaId: String!
|
|
46908
46978
|
|
|
46909
46979
|
"""
|
|
46910
|
-
The Node ID of
|
|
46980
|
+
The Node ID of the SecurityAdvisory object
|
|
46911
46981
|
"""
|
|
46912
46982
|
id: ID!
|
|
46913
46983
|
|
|
@@ -48208,7 +48278,7 @@ type SponsorsActivity implements Node {
|
|
|
48208
48278
|
currentPrivacyLevel: SponsorshipPrivacy
|
|
48209
48279
|
|
|
48210
48280
|
"""
|
|
48211
|
-
The Node ID of
|
|
48281
|
+
The Node ID of the SponsorsActivity object
|
|
48212
48282
|
"""
|
|
48213
48283
|
id: ID!
|
|
48214
48284
|
|
|
@@ -49726,7 +49796,7 @@ type SponsorsListing implements Node {
|
|
|
49726
49796
|
fullDescriptionHTML: HTML!
|
|
49727
49797
|
|
|
49728
49798
|
"""
|
|
49729
|
-
The Node ID of
|
|
49799
|
+
The Node ID of the SponsorsListing object
|
|
49730
49800
|
"""
|
|
49731
49801
|
id: ID!
|
|
49732
49802
|
|
|
@@ -49844,7 +49914,7 @@ type SponsorsListingFeaturedItem implements Node {
|
|
|
49844
49914
|
featureable: SponsorsListingFeatureableItem!
|
|
49845
49915
|
|
|
49846
49916
|
"""
|
|
49847
|
-
The Node ID of
|
|
49917
|
+
The Node ID of the SponsorsListingFeaturedItem object
|
|
49848
49918
|
"""
|
|
49849
49919
|
id: ID!
|
|
49850
49920
|
|
|
@@ -49912,7 +49982,7 @@ type SponsorsTier implements Node {
|
|
|
49912
49982
|
descriptionHTML: HTML!
|
|
49913
49983
|
|
|
49914
49984
|
"""
|
|
49915
|
-
The Node ID of
|
|
49985
|
+
The Node ID of the SponsorsTier object
|
|
49916
49986
|
"""
|
|
49917
49987
|
id: ID!
|
|
49918
49988
|
|
|
@@ -50100,7 +50170,7 @@ type Sponsorship implements Node {
|
|
|
50100
50170
|
createdAt: DateTime!
|
|
50101
50171
|
|
|
50102
50172
|
"""
|
|
50103
|
-
The Node ID of
|
|
50173
|
+
The Node ID of the Sponsorship object
|
|
50104
50174
|
"""
|
|
50105
50175
|
id: ID!
|
|
50106
50176
|
|
|
@@ -50234,7 +50304,7 @@ type SponsorshipNewsletter implements Node {
|
|
|
50234
50304
|
createdAt: DateTime!
|
|
50235
50305
|
|
|
50236
50306
|
"""
|
|
50237
|
-
The Node ID of
|
|
50307
|
+
The Node ID of the SponsorshipNewsletter object
|
|
50238
50308
|
"""
|
|
50239
50309
|
id: ID!
|
|
50240
50310
|
|
|
@@ -50802,7 +50872,7 @@ type Status implements Node {
|
|
|
50802
50872
|
contexts: [StatusContext!]!
|
|
50803
50873
|
|
|
50804
50874
|
"""
|
|
50805
|
-
The Node ID of
|
|
50875
|
+
The Node ID of the Status object
|
|
50806
50876
|
"""
|
|
50807
50877
|
id: ID!
|
|
50808
50878
|
|
|
@@ -50877,7 +50947,7 @@ type StatusCheckRollup implements Node {
|
|
|
50877
50947
|
): StatusCheckRollupContextConnection!
|
|
50878
50948
|
|
|
50879
50949
|
"""
|
|
50880
|
-
The Node ID of
|
|
50950
|
+
The Node ID of the StatusCheckRollup object
|
|
50881
50951
|
"""
|
|
50882
50952
|
id: ID!
|
|
50883
50953
|
|
|
@@ -50992,7 +51062,7 @@ type StatusContext implements Node & RequirableByPullRequest {
|
|
|
50992
51062
|
description: String
|
|
50993
51063
|
|
|
50994
51064
|
"""
|
|
50995
|
-
The Node ID of
|
|
51065
|
+
The Node ID of the StatusContext object
|
|
50996
51066
|
"""
|
|
50997
51067
|
id: ID!
|
|
50998
51068
|
|
|
@@ -51287,7 +51357,7 @@ type SubscribedEvent implements Node {
|
|
|
51287
51357
|
createdAt: DateTime!
|
|
51288
51358
|
|
|
51289
51359
|
"""
|
|
51290
|
-
The Node ID of
|
|
51360
|
+
The Node ID of the SubscribedEvent object
|
|
51291
51361
|
"""
|
|
51292
51362
|
id: ID!
|
|
51293
51363
|
|
|
@@ -51357,7 +51427,7 @@ type Tag implements GitObject & Node {
|
|
|
51357
51427
|
commitUrl: URI!
|
|
51358
51428
|
|
|
51359
51429
|
"""
|
|
51360
|
-
The Node ID of
|
|
51430
|
+
The Node ID of the Tag object
|
|
51361
51431
|
"""
|
|
51362
51432
|
id: ID!
|
|
51363
51433
|
|
|
@@ -51607,7 +51677,7 @@ type Team implements MemberStatusable & Node & Subscribable {
|
|
|
51607
51677
|
editTeamUrl: URI!
|
|
51608
51678
|
|
|
51609
51679
|
"""
|
|
51610
|
-
The Node ID of
|
|
51680
|
+
The Node ID of the Team object
|
|
51611
51681
|
"""
|
|
51612
51682
|
id: ID!
|
|
51613
51683
|
|
|
@@ -51942,7 +52012,7 @@ type TeamAddMemberAuditEntry implements AuditEntry & Node & OrganizationAuditEnt
|
|
|
51942
52012
|
createdAt: PreciseDateTime!
|
|
51943
52013
|
|
|
51944
52014
|
"""
|
|
51945
|
-
The Node ID of
|
|
52015
|
+
The Node ID of the TeamAddMemberAuditEntry object
|
|
51946
52016
|
"""
|
|
51947
52017
|
id: ID!
|
|
51948
52018
|
|
|
@@ -52062,7 +52132,7 @@ type TeamAddRepositoryAuditEntry implements AuditEntry & Node & OrganizationAudi
|
|
|
52062
52132
|
createdAt: PreciseDateTime!
|
|
52063
52133
|
|
|
52064
52134
|
"""
|
|
52065
|
-
The Node ID of
|
|
52135
|
+
The Node ID of the TeamAddRepositoryAuditEntry object
|
|
52066
52136
|
"""
|
|
52067
52137
|
id: ID!
|
|
52068
52138
|
|
|
@@ -52227,7 +52297,7 @@ type TeamChangeParentTeamAuditEntry implements AuditEntry & Node & OrganizationA
|
|
|
52227
52297
|
createdAt: PreciseDateTime!
|
|
52228
52298
|
|
|
52229
52299
|
"""
|
|
52230
|
-
The Node ID of
|
|
52300
|
+
The Node ID of the TeamChangeParentTeamAuditEntry object
|
|
52231
52301
|
"""
|
|
52232
52302
|
id: ID!
|
|
52233
52303
|
|
|
@@ -52467,7 +52537,7 @@ type TeamDiscussion implements Comment & Deletable & Node & Reactable & Subscrib
|
|
|
52467
52537
|
editor: Actor
|
|
52468
52538
|
|
|
52469
52539
|
"""
|
|
52470
|
-
The Node ID of
|
|
52540
|
+
The Node ID of the TeamDiscussion object
|
|
52471
52541
|
"""
|
|
52472
52542
|
id: ID!
|
|
52473
52543
|
|
|
@@ -52692,7 +52762,7 @@ type TeamDiscussionComment implements Comment & Deletable & Node & Reactable & U
|
|
|
52692
52762
|
editor: Actor
|
|
52693
52763
|
|
|
52694
52764
|
"""
|
|
52695
|
-
The Node ID of
|
|
52765
|
+
The Node ID of the TeamDiscussionComment object
|
|
52696
52766
|
"""
|
|
52697
52767
|
id: ID!
|
|
52698
52768
|
|
|
@@ -53183,7 +53253,7 @@ type TeamRemoveMemberAuditEntry implements AuditEntry & Node & OrganizationAudit
|
|
|
53183
53253
|
createdAt: PreciseDateTime!
|
|
53184
53254
|
|
|
53185
53255
|
"""
|
|
53186
|
-
The Node ID of
|
|
53256
|
+
The Node ID of the TeamRemoveMemberAuditEntry object
|
|
53187
53257
|
"""
|
|
53188
53258
|
id: ID!
|
|
53189
53259
|
|
|
@@ -53303,7 +53373,7 @@ type TeamRemoveRepositoryAuditEntry implements AuditEntry & Node & OrganizationA
|
|
|
53303
53373
|
createdAt: PreciseDateTime!
|
|
53304
53374
|
|
|
53305
53375
|
"""
|
|
53306
|
-
The Node ID of
|
|
53376
|
+
The Node ID of the TeamRemoveRepositoryAuditEntry object
|
|
53307
53377
|
"""
|
|
53308
53378
|
id: ID!
|
|
53309
53379
|
|
|
@@ -53619,7 +53689,7 @@ A topic aggregates entities that are related to a subject.
|
|
|
53619
53689
|
"""
|
|
53620
53690
|
type Topic implements Node & Starrable {
|
|
53621
53691
|
"""
|
|
53622
|
-
The Node ID of
|
|
53692
|
+
The Node ID of the Topic object
|
|
53623
53693
|
"""
|
|
53624
53694
|
id: ID!
|
|
53625
53695
|
|
|
@@ -53894,7 +53964,7 @@ type TransferredEvent implements Node {
|
|
|
53894
53964
|
fromRepository: Repository
|
|
53895
53965
|
|
|
53896
53966
|
"""
|
|
53897
|
-
The Node ID of
|
|
53967
|
+
The Node ID of the TransferredEvent object
|
|
53898
53968
|
"""
|
|
53899
53969
|
id: ID!
|
|
53900
53970
|
|
|
@@ -53929,7 +53999,7 @@ type Tree implements GitObject & Node {
|
|
|
53929
53999
|
entries: [TreeEntry!]
|
|
53930
54000
|
|
|
53931
54001
|
"""
|
|
53932
|
-
The Node ID of
|
|
54002
|
+
The Node ID of the Tree object
|
|
53933
54003
|
"""
|
|
53934
54004
|
id: ID!
|
|
53935
54005
|
|
|
@@ -54119,7 +54189,7 @@ type UnassignedEvent implements Node {
|
|
|
54119
54189
|
createdAt: DateTime!
|
|
54120
54190
|
|
|
54121
54191
|
"""
|
|
54122
|
-
The Node ID of
|
|
54192
|
+
The Node ID of the UnassignedEvent object
|
|
54123
54193
|
"""
|
|
54124
54194
|
id: ID!
|
|
54125
54195
|
|
|
@@ -54260,7 +54330,7 @@ type UnlabeledEvent implements Node {
|
|
|
54260
54330
|
createdAt: DateTime!
|
|
54261
54331
|
|
|
54262
54332
|
"""
|
|
54263
|
-
The Node ID of
|
|
54333
|
+
The Node ID of the UnlabeledEvent object
|
|
54264
54334
|
"""
|
|
54265
54335
|
id: ID!
|
|
54266
54336
|
|
|
@@ -54435,7 +54505,7 @@ type UnlockedEvent implements Node {
|
|
|
54435
54505
|
createdAt: DateTime!
|
|
54436
54506
|
|
|
54437
54507
|
"""
|
|
54438
|
-
The Node ID of
|
|
54508
|
+
The Node ID of the UnlockedEvent object
|
|
54439
54509
|
"""
|
|
54440
54510
|
id: ID!
|
|
54441
54511
|
|
|
@@ -54600,7 +54670,7 @@ type UnmarkedAsDuplicateEvent implements Node {
|
|
|
54600
54670
|
duplicate: IssueOrPullRequest
|
|
54601
54671
|
|
|
54602
54672
|
"""
|
|
54603
|
-
The Node ID of
|
|
54673
|
+
The Node ID of the UnmarkedAsDuplicateEvent object
|
|
54604
54674
|
"""
|
|
54605
54675
|
id: ID!
|
|
54606
54676
|
|
|
@@ -54685,7 +54755,7 @@ type UnpinnedEvent implements Node {
|
|
|
54685
54755
|
createdAt: DateTime!
|
|
54686
54756
|
|
|
54687
54757
|
"""
|
|
54688
|
-
The Node ID of
|
|
54758
|
+
The Node ID of the UnpinnedEvent object
|
|
54689
54759
|
"""
|
|
54690
54760
|
id: ID!
|
|
54691
54761
|
|
|
@@ -54770,7 +54840,7 @@ type UnsubscribedEvent implements Node {
|
|
|
54770
54840
|
createdAt: DateTime!
|
|
54771
54841
|
|
|
54772
54842
|
"""
|
|
54773
|
-
The Node ID of
|
|
54843
|
+
The Node ID of the UnsubscribedEvent object
|
|
54774
54844
|
"""
|
|
54775
54845
|
id: ID!
|
|
54776
54846
|
|
|
@@ -57757,7 +57827,7 @@ type User implements Actor & Node & PackageOwner & ProfileOwner & ProjectOwner &
|
|
|
57757
57827
|
): Hovercard!
|
|
57758
57828
|
|
|
57759
57829
|
"""
|
|
57760
|
-
The Node ID of
|
|
57830
|
+
The Node ID of the User object
|
|
57761
57831
|
"""
|
|
57762
57832
|
id: ID!
|
|
57763
57833
|
|
|
@@ -59137,7 +59207,7 @@ type UserBlockedEvent implements Node {
|
|
|
59137
59207
|
createdAt: DateTime!
|
|
59138
59208
|
|
|
59139
59209
|
"""
|
|
59140
|
-
The Node ID of
|
|
59210
|
+
The Node ID of the UserBlockedEvent object
|
|
59141
59211
|
"""
|
|
59142
59212
|
id: ID!
|
|
59143
59213
|
|
|
@@ -59207,7 +59277,7 @@ type UserContentEdit implements Node {
|
|
|
59207
59277
|
editor: Actor
|
|
59208
59278
|
|
|
59209
59279
|
"""
|
|
59210
|
-
The Node ID of
|
|
59280
|
+
The Node ID of the UserContentEdit object
|
|
59211
59281
|
"""
|
|
59212
59282
|
id: ID!
|
|
59213
59283
|
|
|
@@ -59307,7 +59377,7 @@ type UserList implements Node {
|
|
|
59307
59377
|
description: String
|
|
59308
59378
|
|
|
59309
59379
|
"""
|
|
59310
|
-
The Node ID of
|
|
59380
|
+
The Node ID of the UserList object
|
|
59311
59381
|
"""
|
|
59312
59382
|
id: ID!
|
|
59313
59383
|
|
|
@@ -59492,7 +59562,7 @@ type UserStatus implements Node {
|
|
|
59492
59562
|
expiresAt: DateTime
|
|
59493
59563
|
|
|
59494
59564
|
"""
|
|
59495
|
-
The Node ID of
|
|
59565
|
+
The Node ID of the UserStatus object
|
|
59496
59566
|
"""
|
|
59497
59567
|
id: ID!
|
|
59498
59568
|
|
|
@@ -59622,7 +59692,7 @@ type VerifiableDomain implements Node {
|
|
|
59622
59692
|
hasFoundVerificationToken: Boolean!
|
|
59623
59693
|
|
|
59624
59694
|
"""
|
|
59625
|
-
The Node ID of
|
|
59695
|
+
The Node ID of the VerifiableDomain object
|
|
59626
59696
|
"""
|
|
59627
59697
|
id: ID!
|
|
59628
59698
|
|
|
@@ -59827,7 +59897,7 @@ type Workflow implements Node & UniformResourceLocatable {
|
|
|
59827
59897
|
databaseId: Int
|
|
59828
59898
|
|
|
59829
59899
|
"""
|
|
59830
|
-
The Node ID of
|
|
59900
|
+
The Node ID of the Workflow object
|
|
59831
59901
|
"""
|
|
59832
59902
|
id: ID!
|
|
59833
59903
|
|
|
@@ -59992,7 +60062,7 @@ type WorkflowRun implements Node & UniformResourceLocatable {
|
|
|
59992
60062
|
file: WorkflowRunFile
|
|
59993
60063
|
|
|
59994
60064
|
"""
|
|
59995
|
-
The Node ID of
|
|
60065
|
+
The Node ID of the WorkflowRun object
|
|
59996
60066
|
"""
|
|
59997
60067
|
id: ID!
|
|
59998
60068
|
|
|
@@ -60092,7 +60162,7 @@ An executed workflow file for a workflow run.
|
|
|
60092
60162
|
"""
|
|
60093
60163
|
type WorkflowRunFile implements Node & UniformResourceLocatable {
|
|
60094
60164
|
"""
|
|
60095
|
-
The Node ID of
|
|
60165
|
+
The Node ID of the WorkflowRunFile object
|
|
60096
60166
|
"""
|
|
60097
60167
|
id: ID!
|
|
60098
60168
|
|