github-schema 1.4.0 → 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 +314 -240
- 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
|
}
|
|
@@ -37376,7 +37381,11 @@ type Query {
|
|
|
37376
37381
|
last: Int
|
|
37377
37382
|
|
|
37378
37383
|
"""
|
|
37379
|
-
The search string to look for.
|
|
37384
|
+
The search string to look for. GitHub search syntax is supported. For more
|
|
37385
|
+
information, see "[Searching on
|
|
37386
|
+
GitHub](https://docs.github.com/search-github/searching-on-github),"
|
|
37387
|
+
"[Understanding the search syntax](https://docs.github.com/search-github/getting-started-with-searching-on-github/understanding-the-search-syntax),"
|
|
37388
|
+
and "[Sorting search results](https://docs.github.com/search-github/getting-started-with-searching-on-github/sorting-search-results)."
|
|
37380
37389
|
"""
|
|
37381
37390
|
query: String!
|
|
37382
37391
|
|
|
@@ -37742,7 +37751,7 @@ type Reaction implements Node {
|
|
|
37742
37751
|
databaseId: Int
|
|
37743
37752
|
|
|
37744
37753
|
"""
|
|
37745
|
-
The Node ID of
|
|
37754
|
+
The Node ID of the Reaction object
|
|
37746
37755
|
"""
|
|
37747
37756
|
id: ID!
|
|
37748
37757
|
|
|
@@ -38012,7 +38021,7 @@ type ReadyForReviewEvent implements Node & UniformResourceLocatable {
|
|
|
38012
38021
|
createdAt: DateTime!
|
|
38013
38022
|
|
|
38014
38023
|
"""
|
|
38015
|
-
The Node ID of
|
|
38024
|
+
The Node ID of the ReadyForReviewEvent object
|
|
38016
38025
|
"""
|
|
38017
38026
|
id: ID!
|
|
38018
38027
|
|
|
@@ -38102,7 +38111,7 @@ type Ref implements Node {
|
|
|
38102
38111
|
): Comparison
|
|
38103
38112
|
|
|
38104
38113
|
"""
|
|
38105
|
-
The Node ID of
|
|
38114
|
+
The Node ID of the Ref object
|
|
38106
38115
|
"""
|
|
38107
38116
|
id: ID!
|
|
38108
38117
|
|
|
@@ -38126,6 +38135,36 @@ type Ref implements Node {
|
|
|
38126
38135
|
"""
|
|
38127
38136
|
repository: Repository!
|
|
38128
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
|
+
|
|
38129
38168
|
"""
|
|
38130
38169
|
The object the ref points to. Returns null when object does not exist.
|
|
38131
38170
|
"""
|
|
@@ -38326,7 +38365,7 @@ type ReferencedEvent implements Node {
|
|
|
38326
38365
|
createdAt: DateTime!
|
|
38327
38366
|
|
|
38328
38367
|
"""
|
|
38329
|
-
The Node ID of
|
|
38368
|
+
The Node ID of the ReferencedEvent object
|
|
38330
38369
|
"""
|
|
38331
38370
|
id: ID!
|
|
38332
38371
|
|
|
@@ -38481,7 +38520,7 @@ type Release implements Node & Reactable & UniformResourceLocatable {
|
|
|
38481
38520
|
descriptionHTML: HTML
|
|
38482
38521
|
|
|
38483
38522
|
"""
|
|
38484
|
-
The Node ID of
|
|
38523
|
+
The Node ID of the Release object
|
|
38485
38524
|
"""
|
|
38486
38525
|
id: ID!
|
|
38487
38526
|
|
|
@@ -38681,7 +38720,7 @@ type ReleaseAsset implements Node {
|
|
|
38681
38720
|
downloadUrl: URI!
|
|
38682
38721
|
|
|
38683
38722
|
"""
|
|
38684
|
-
The Node ID of
|
|
38723
|
+
The Node ID of the ReleaseAsset object
|
|
38685
38724
|
"""
|
|
38686
38725
|
id: ID!
|
|
38687
38726
|
|
|
@@ -39266,7 +39305,7 @@ type RemovedFromMergeQueueEvent implements Node {
|
|
|
39266
39305
|
enqueuer: User
|
|
39267
39306
|
|
|
39268
39307
|
"""
|
|
39269
|
-
The Node ID of
|
|
39308
|
+
The Node ID of the RemovedFromMergeQueueEvent object
|
|
39270
39309
|
"""
|
|
39271
39310
|
id: ID!
|
|
39272
39311
|
|
|
@@ -39306,7 +39345,7 @@ type RemovedFromProjectEvent implements Node {
|
|
|
39306
39345
|
databaseId: Int
|
|
39307
39346
|
|
|
39308
39347
|
"""
|
|
39309
|
-
The Node ID of
|
|
39348
|
+
The Node ID of the RemovedFromProjectEvent object
|
|
39310
39349
|
"""
|
|
39311
39350
|
id: ID!
|
|
39312
39351
|
}
|
|
@@ -39331,7 +39370,7 @@ type RenamedTitleEvent implements Node {
|
|
|
39331
39370
|
currentTitle: String!
|
|
39332
39371
|
|
|
39333
39372
|
"""
|
|
39334
|
-
The Node ID of
|
|
39373
|
+
The Node ID of the RenamedTitleEvent object
|
|
39335
39374
|
"""
|
|
39336
39375
|
id: ID!
|
|
39337
39376
|
|
|
@@ -39461,7 +39500,7 @@ type ReopenedEvent implements Node {
|
|
|
39461
39500
|
createdAt: DateTime!
|
|
39462
39501
|
|
|
39463
39502
|
"""
|
|
39464
|
-
The Node ID of
|
|
39503
|
+
The Node ID of the ReopenedEvent object
|
|
39465
39504
|
"""
|
|
39466
39505
|
id: ID!
|
|
39467
39506
|
|
|
@@ -39516,7 +39555,7 @@ type RepoAccessAuditEntry implements AuditEntry & Node & OrganizationAuditEntryD
|
|
|
39516
39555
|
createdAt: PreciseDateTime!
|
|
39517
39556
|
|
|
39518
39557
|
"""
|
|
39519
|
-
The Node ID of
|
|
39558
|
+
The Node ID of the RepoAccessAuditEntry object
|
|
39520
39559
|
"""
|
|
39521
39560
|
id: ID!
|
|
39522
39561
|
|
|
@@ -39656,7 +39695,7 @@ type RepoAddMemberAuditEntry implements AuditEntry & Node & OrganizationAuditEnt
|
|
|
39656
39695
|
createdAt: PreciseDateTime!
|
|
39657
39696
|
|
|
39658
39697
|
"""
|
|
39659
|
-
The Node ID of
|
|
39698
|
+
The Node ID of the RepoAddMemberAuditEntry object
|
|
39660
39699
|
"""
|
|
39661
39700
|
id: ID!
|
|
39662
39701
|
|
|
@@ -39796,7 +39835,7 @@ type RepoAddTopicAuditEntry implements AuditEntry & Node & OrganizationAuditEntr
|
|
|
39796
39835
|
createdAt: PreciseDateTime!
|
|
39797
39836
|
|
|
39798
39837
|
"""
|
|
39799
|
-
The Node ID of
|
|
39838
|
+
The Node ID of the RepoAddTopicAuditEntry object
|
|
39800
39839
|
"""
|
|
39801
39840
|
id: ID!
|
|
39802
39841
|
|
|
@@ -39921,7 +39960,7 @@ type RepoArchivedAuditEntry implements AuditEntry & Node & OrganizationAuditEntr
|
|
|
39921
39960
|
createdAt: PreciseDateTime!
|
|
39922
39961
|
|
|
39923
39962
|
"""
|
|
39924
|
-
The Node ID of
|
|
39963
|
+
The Node ID of the RepoArchivedAuditEntry object
|
|
39925
39964
|
"""
|
|
39926
39965
|
id: ID!
|
|
39927
39966
|
|
|
@@ -40061,7 +40100,7 @@ type RepoChangeMergeSettingAuditEntry implements AuditEntry & Node & Organizatio
|
|
|
40061
40100
|
createdAt: PreciseDateTime!
|
|
40062
40101
|
|
|
40063
40102
|
"""
|
|
40064
|
-
The Node ID of
|
|
40103
|
+
The Node ID of the RepoChangeMergeSettingAuditEntry object
|
|
40065
40104
|
"""
|
|
40066
40105
|
id: ID!
|
|
40067
40106
|
|
|
@@ -40206,7 +40245,7 @@ type RepoConfigDisableAnonymousGitAccessAuditEntry implements AuditEntry & Node
|
|
|
40206
40245
|
createdAt: PreciseDateTime!
|
|
40207
40246
|
|
|
40208
40247
|
"""
|
|
40209
|
-
The Node ID of
|
|
40248
|
+
The Node ID of the RepoConfigDisableAnonymousGitAccessAuditEntry object
|
|
40210
40249
|
"""
|
|
40211
40250
|
id: ID!
|
|
40212
40251
|
|
|
@@ -40321,7 +40360,7 @@ type RepoConfigDisableCollaboratorsOnlyAuditEntry implements AuditEntry & Node &
|
|
|
40321
40360
|
createdAt: PreciseDateTime!
|
|
40322
40361
|
|
|
40323
40362
|
"""
|
|
40324
|
-
The Node ID of
|
|
40363
|
+
The Node ID of the RepoConfigDisableCollaboratorsOnlyAuditEntry object
|
|
40325
40364
|
"""
|
|
40326
40365
|
id: ID!
|
|
40327
40366
|
|
|
@@ -40436,7 +40475,7 @@ type RepoConfigDisableContributorsOnlyAuditEntry implements AuditEntry & Node &
|
|
|
40436
40475
|
createdAt: PreciseDateTime!
|
|
40437
40476
|
|
|
40438
40477
|
"""
|
|
40439
|
-
The Node ID of
|
|
40478
|
+
The Node ID of the RepoConfigDisableContributorsOnlyAuditEntry object
|
|
40440
40479
|
"""
|
|
40441
40480
|
id: ID!
|
|
40442
40481
|
|
|
@@ -40551,7 +40590,7 @@ type RepoConfigDisableSockpuppetDisallowedAuditEntry implements AuditEntry & Nod
|
|
|
40551
40590
|
createdAt: PreciseDateTime!
|
|
40552
40591
|
|
|
40553
40592
|
"""
|
|
40554
|
-
The Node ID of
|
|
40593
|
+
The Node ID of the RepoConfigDisableSockpuppetDisallowedAuditEntry object
|
|
40555
40594
|
"""
|
|
40556
40595
|
id: ID!
|
|
40557
40596
|
|
|
@@ -40666,7 +40705,7 @@ type RepoConfigEnableAnonymousGitAccessAuditEntry implements AuditEntry & Node &
|
|
|
40666
40705
|
createdAt: PreciseDateTime!
|
|
40667
40706
|
|
|
40668
40707
|
"""
|
|
40669
|
-
The Node ID of
|
|
40708
|
+
The Node ID of the RepoConfigEnableAnonymousGitAccessAuditEntry object
|
|
40670
40709
|
"""
|
|
40671
40710
|
id: ID!
|
|
40672
40711
|
|
|
@@ -40781,7 +40820,7 @@ type RepoConfigEnableCollaboratorsOnlyAuditEntry implements AuditEntry & Node &
|
|
|
40781
40820
|
createdAt: PreciseDateTime!
|
|
40782
40821
|
|
|
40783
40822
|
"""
|
|
40784
|
-
The Node ID of
|
|
40823
|
+
The Node ID of the RepoConfigEnableCollaboratorsOnlyAuditEntry object
|
|
40785
40824
|
"""
|
|
40786
40825
|
id: ID!
|
|
40787
40826
|
|
|
@@ -40896,7 +40935,7 @@ type RepoConfigEnableContributorsOnlyAuditEntry implements AuditEntry & Node & O
|
|
|
40896
40935
|
createdAt: PreciseDateTime!
|
|
40897
40936
|
|
|
40898
40937
|
"""
|
|
40899
|
-
The Node ID of
|
|
40938
|
+
The Node ID of the RepoConfigEnableContributorsOnlyAuditEntry object
|
|
40900
40939
|
"""
|
|
40901
40940
|
id: ID!
|
|
40902
40941
|
|
|
@@ -41011,7 +41050,7 @@ type RepoConfigEnableSockpuppetDisallowedAuditEntry implements AuditEntry & Node
|
|
|
41011
41050
|
createdAt: PreciseDateTime!
|
|
41012
41051
|
|
|
41013
41052
|
"""
|
|
41014
|
-
The Node ID of
|
|
41053
|
+
The Node ID of the RepoConfigEnableSockpuppetDisallowedAuditEntry object
|
|
41015
41054
|
"""
|
|
41016
41055
|
id: ID!
|
|
41017
41056
|
|
|
@@ -41126,7 +41165,7 @@ type RepoConfigLockAnonymousGitAccessAuditEntry implements AuditEntry & Node & O
|
|
|
41126
41165
|
createdAt: PreciseDateTime!
|
|
41127
41166
|
|
|
41128
41167
|
"""
|
|
41129
|
-
The Node ID of
|
|
41168
|
+
The Node ID of the RepoConfigLockAnonymousGitAccessAuditEntry object
|
|
41130
41169
|
"""
|
|
41131
41170
|
id: ID!
|
|
41132
41171
|
|
|
@@ -41241,7 +41280,7 @@ type RepoConfigUnlockAnonymousGitAccessAuditEntry implements AuditEntry & Node &
|
|
|
41241
41280
|
createdAt: PreciseDateTime!
|
|
41242
41281
|
|
|
41243
41282
|
"""
|
|
41244
|
-
The Node ID of
|
|
41283
|
+
The Node ID of the RepoConfigUnlockAnonymousGitAccessAuditEntry object
|
|
41245
41284
|
"""
|
|
41246
41285
|
id: ID!
|
|
41247
41286
|
|
|
@@ -41366,7 +41405,7 @@ type RepoCreateAuditEntry implements AuditEntry & Node & OrganizationAuditEntryD
|
|
|
41366
41405
|
forkSourceName: String
|
|
41367
41406
|
|
|
41368
41407
|
"""
|
|
41369
|
-
The Node ID of
|
|
41408
|
+
The Node ID of the RepoCreateAuditEntry object
|
|
41370
41409
|
"""
|
|
41371
41410
|
id: ID!
|
|
41372
41411
|
|
|
@@ -41506,7 +41545,7 @@ type RepoDestroyAuditEntry implements AuditEntry & Node & OrganizationAuditEntry
|
|
|
41506
41545
|
createdAt: PreciseDateTime!
|
|
41507
41546
|
|
|
41508
41547
|
"""
|
|
41509
|
-
The Node ID of
|
|
41548
|
+
The Node ID of the RepoDestroyAuditEntry object
|
|
41510
41549
|
"""
|
|
41511
41550
|
id: ID!
|
|
41512
41551
|
|
|
@@ -41646,7 +41685,7 @@ type RepoRemoveMemberAuditEntry implements AuditEntry & Node & OrganizationAudit
|
|
|
41646
41685
|
createdAt: PreciseDateTime!
|
|
41647
41686
|
|
|
41648
41687
|
"""
|
|
41649
|
-
The Node ID of
|
|
41688
|
+
The Node ID of the RepoRemoveMemberAuditEntry object
|
|
41650
41689
|
"""
|
|
41651
41690
|
id: ID!
|
|
41652
41691
|
|
|
@@ -41786,7 +41825,7 @@ type RepoRemoveTopicAuditEntry implements AuditEntry & Node & OrganizationAuditE
|
|
|
41786
41825
|
createdAt: PreciseDateTime!
|
|
41787
41826
|
|
|
41788
41827
|
"""
|
|
41789
|
-
The Node ID of
|
|
41828
|
+
The Node ID of the RepoRemoveTopicAuditEntry object
|
|
41790
41829
|
"""
|
|
41791
41830
|
id: ID!
|
|
41792
41831
|
|
|
@@ -42401,7 +42440,7 @@ type Repository implements Node & PackageOwner & ProjectOwner & ProjectV2Recent
|
|
|
42401
42440
|
homepageUrl: URI
|
|
42402
42441
|
|
|
42403
42442
|
"""
|
|
42404
|
-
The Node ID of
|
|
42443
|
+
The Node ID of the Repository object
|
|
42405
42444
|
"""
|
|
42406
42445
|
id: ID!
|
|
42407
42446
|
|
|
@@ -44132,7 +44171,7 @@ type RepositoryInvitation implements Node {
|
|
|
44132
44171
|
email: String
|
|
44133
44172
|
|
|
44134
44173
|
"""
|
|
44135
|
-
The Node ID of
|
|
44174
|
+
The Node ID of the RepositoryInvitation object
|
|
44136
44175
|
"""
|
|
44137
44176
|
id: ID!
|
|
44138
44177
|
|
|
@@ -44287,7 +44326,7 @@ type RepositoryMigration implements Migration & Node {
|
|
|
44287
44326
|
failureReason: String
|
|
44288
44327
|
|
|
44289
44328
|
"""
|
|
44290
|
-
The Node ID of
|
|
44329
|
+
The Node ID of the RepositoryMigration object
|
|
44291
44330
|
"""
|
|
44292
44331
|
id: ID!
|
|
44293
44332
|
|
|
@@ -44670,7 +44709,7 @@ A repository rule.
|
|
|
44670
44709
|
"""
|
|
44671
44710
|
type RepositoryRule implements Node {
|
|
44672
44711
|
"""
|
|
44673
|
-
The Node ID of
|
|
44712
|
+
The Node ID of the RepositoryRule object
|
|
44674
44713
|
"""
|
|
44675
44714
|
id: ID!
|
|
44676
44715
|
|
|
@@ -44790,6 +44829,41 @@ input RepositoryRuleInput {
|
|
|
44790
44829
|
type: RepositoryRuleType!
|
|
44791
44830
|
}
|
|
44792
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
|
+
|
|
44793
44867
|
"""
|
|
44794
44868
|
The rule types supported in rulesets
|
|
44795
44869
|
"""
|
|
@@ -44978,7 +45052,7 @@ type RepositoryRuleset implements Node {
|
|
|
44978
45052
|
enforcement: RuleEnforcement!
|
|
44979
45053
|
|
|
44980
45054
|
"""
|
|
44981
|
-
The Node ID of
|
|
45055
|
+
The Node ID of the RepositoryRuleset object
|
|
44982
45056
|
"""
|
|
44983
45057
|
id: ID!
|
|
44984
45058
|
|
|
@@ -45048,7 +45122,7 @@ type RepositoryRulesetBypassActor implements Node {
|
|
|
45048
45122
|
bypassMode: RepositoryRulesetBypassActorBypassMode
|
|
45049
45123
|
|
|
45050
45124
|
"""
|
|
45051
|
-
The Node ID of
|
|
45125
|
+
The Node ID of the RepositoryRulesetBypassActor object
|
|
45052
45126
|
"""
|
|
45053
45127
|
id: ID!
|
|
45054
45128
|
|
|
@@ -45214,7 +45288,7 @@ A repository-topic connects a repository to a topic.
|
|
|
45214
45288
|
"""
|
|
45215
45289
|
type RepositoryTopic implements Node & UniformResourceLocatable {
|
|
45216
45290
|
"""
|
|
45217
|
-
The Node ID of
|
|
45291
|
+
The Node ID of the RepositoryTopic object
|
|
45218
45292
|
"""
|
|
45219
45293
|
id: ID!
|
|
45220
45294
|
|
|
@@ -45354,7 +45428,7 @@ type RepositoryVisibilityChangeDisableAuditEntry implements AuditEntry & Enterpr
|
|
|
45354
45428
|
enterpriseUrl: URI
|
|
45355
45429
|
|
|
45356
45430
|
"""
|
|
45357
|
-
The Node ID of
|
|
45431
|
+
The Node ID of the RepositoryVisibilityChangeDisableAuditEntry object
|
|
45358
45432
|
"""
|
|
45359
45433
|
id: ID!
|
|
45360
45434
|
|
|
@@ -45464,7 +45538,7 @@ type RepositoryVisibilityChangeEnableAuditEntry implements AuditEntry & Enterpri
|
|
|
45464
45538
|
enterpriseUrl: URI
|
|
45465
45539
|
|
|
45466
45540
|
"""
|
|
45467
|
-
The Node ID of
|
|
45541
|
+
The Node ID of the RepositoryVisibilityChangeEnableAuditEntry object
|
|
45468
45542
|
"""
|
|
45469
45543
|
id: ID!
|
|
45470
45544
|
|
|
@@ -45564,7 +45638,7 @@ type RepositoryVulnerabilityAlert implements Node & RepositoryNode {
|
|
|
45564
45638
|
fixedAt: DateTime
|
|
45565
45639
|
|
|
45566
45640
|
"""
|
|
45567
|
-
The Node ID of
|
|
45641
|
+
The Node ID of the RepositoryVulnerabilityAlert object
|
|
45568
45642
|
"""
|
|
45569
45643
|
id: ID!
|
|
45570
45644
|
|
|
@@ -46119,7 +46193,7 @@ type ReviewDismissalAllowance implements Node {
|
|
|
46119
46193
|
branchProtectionRule: BranchProtectionRule
|
|
46120
46194
|
|
|
46121
46195
|
"""
|
|
46122
|
-
The Node ID of
|
|
46196
|
+
The Node ID of the ReviewDismissalAllowance object
|
|
46123
46197
|
"""
|
|
46124
46198
|
id: ID!
|
|
46125
46199
|
}
|
|
@@ -46199,7 +46273,7 @@ type ReviewDismissedEvent implements Node & UniformResourceLocatable {
|
|
|
46199
46273
|
dismissalMessageHTML: String
|
|
46200
46274
|
|
|
46201
46275
|
"""
|
|
46202
|
-
The Node ID of
|
|
46276
|
+
The Node ID of the ReviewDismissedEvent object
|
|
46203
46277
|
"""
|
|
46204
46278
|
id: ID!
|
|
46205
46279
|
|
|
@@ -46249,7 +46323,7 @@ type ReviewRequest implements Node {
|
|
|
46249
46323
|
databaseId: Int
|
|
46250
46324
|
|
|
46251
46325
|
"""
|
|
46252
|
-
The Node ID of
|
|
46326
|
+
The Node ID of the ReviewRequest object
|
|
46253
46327
|
"""
|
|
46254
46328
|
id: ID!
|
|
46255
46329
|
|
|
@@ -46319,7 +46393,7 @@ type ReviewRequestRemovedEvent implements Node {
|
|
|
46319
46393
|
createdAt: DateTime!
|
|
46320
46394
|
|
|
46321
46395
|
"""
|
|
46322
|
-
The Node ID of
|
|
46396
|
+
The Node ID of the ReviewRequestRemovedEvent object
|
|
46323
46397
|
"""
|
|
46324
46398
|
id: ID!
|
|
46325
46399
|
|
|
@@ -46349,7 +46423,7 @@ type ReviewRequestedEvent implements Node {
|
|
|
46349
46423
|
createdAt: DateTime!
|
|
46350
46424
|
|
|
46351
46425
|
"""
|
|
46352
|
-
The Node ID of
|
|
46426
|
+
The Node ID of the ReviewRequestedEvent object
|
|
46353
46427
|
"""
|
|
46354
46428
|
id: ID!
|
|
46355
46429
|
|
|
@@ -46656,7 +46730,7 @@ type SavedReply implements Node {
|
|
|
46656
46730
|
databaseId: Int
|
|
46657
46731
|
|
|
46658
46732
|
"""
|
|
46659
|
-
The Node ID of
|
|
46733
|
+
The Node ID of the SavedReply object
|
|
46660
46734
|
"""
|
|
46661
46735
|
id: ID!
|
|
46662
46736
|
|
|
@@ -46903,7 +46977,7 @@ type SecurityAdvisory implements Node {
|
|
|
46903
46977
|
ghsaId: String!
|
|
46904
46978
|
|
|
46905
46979
|
"""
|
|
46906
|
-
The Node ID of
|
|
46980
|
+
The Node ID of the SecurityAdvisory object
|
|
46907
46981
|
"""
|
|
46908
46982
|
id: ID!
|
|
46909
46983
|
|
|
@@ -48204,7 +48278,7 @@ type SponsorsActivity implements Node {
|
|
|
48204
48278
|
currentPrivacyLevel: SponsorshipPrivacy
|
|
48205
48279
|
|
|
48206
48280
|
"""
|
|
48207
|
-
The Node ID of
|
|
48281
|
+
The Node ID of the SponsorsActivity object
|
|
48208
48282
|
"""
|
|
48209
48283
|
id: ID!
|
|
48210
48284
|
|
|
@@ -49722,7 +49796,7 @@ type SponsorsListing implements Node {
|
|
|
49722
49796
|
fullDescriptionHTML: HTML!
|
|
49723
49797
|
|
|
49724
49798
|
"""
|
|
49725
|
-
The Node ID of
|
|
49799
|
+
The Node ID of the SponsorsListing object
|
|
49726
49800
|
"""
|
|
49727
49801
|
id: ID!
|
|
49728
49802
|
|
|
@@ -49840,7 +49914,7 @@ type SponsorsListingFeaturedItem implements Node {
|
|
|
49840
49914
|
featureable: SponsorsListingFeatureableItem!
|
|
49841
49915
|
|
|
49842
49916
|
"""
|
|
49843
|
-
The Node ID of
|
|
49917
|
+
The Node ID of the SponsorsListingFeaturedItem object
|
|
49844
49918
|
"""
|
|
49845
49919
|
id: ID!
|
|
49846
49920
|
|
|
@@ -49908,7 +49982,7 @@ type SponsorsTier implements Node {
|
|
|
49908
49982
|
descriptionHTML: HTML!
|
|
49909
49983
|
|
|
49910
49984
|
"""
|
|
49911
|
-
The Node ID of
|
|
49985
|
+
The Node ID of the SponsorsTier object
|
|
49912
49986
|
"""
|
|
49913
49987
|
id: ID!
|
|
49914
49988
|
|
|
@@ -50096,7 +50170,7 @@ type Sponsorship implements Node {
|
|
|
50096
50170
|
createdAt: DateTime!
|
|
50097
50171
|
|
|
50098
50172
|
"""
|
|
50099
|
-
The Node ID of
|
|
50173
|
+
The Node ID of the Sponsorship object
|
|
50100
50174
|
"""
|
|
50101
50175
|
id: ID!
|
|
50102
50176
|
|
|
@@ -50230,7 +50304,7 @@ type SponsorshipNewsletter implements Node {
|
|
|
50230
50304
|
createdAt: DateTime!
|
|
50231
50305
|
|
|
50232
50306
|
"""
|
|
50233
|
-
The Node ID of
|
|
50307
|
+
The Node ID of the SponsorshipNewsletter object
|
|
50234
50308
|
"""
|
|
50235
50309
|
id: ID!
|
|
50236
50310
|
|
|
@@ -50798,7 +50872,7 @@ type Status implements Node {
|
|
|
50798
50872
|
contexts: [StatusContext!]!
|
|
50799
50873
|
|
|
50800
50874
|
"""
|
|
50801
|
-
The Node ID of
|
|
50875
|
+
The Node ID of the Status object
|
|
50802
50876
|
"""
|
|
50803
50877
|
id: ID!
|
|
50804
50878
|
|
|
@@ -50873,7 +50947,7 @@ type StatusCheckRollup implements Node {
|
|
|
50873
50947
|
): StatusCheckRollupContextConnection!
|
|
50874
50948
|
|
|
50875
50949
|
"""
|
|
50876
|
-
The Node ID of
|
|
50950
|
+
The Node ID of the StatusCheckRollup object
|
|
50877
50951
|
"""
|
|
50878
50952
|
id: ID!
|
|
50879
50953
|
|
|
@@ -50988,7 +51062,7 @@ type StatusContext implements Node & RequirableByPullRequest {
|
|
|
50988
51062
|
description: String
|
|
50989
51063
|
|
|
50990
51064
|
"""
|
|
50991
|
-
The Node ID of
|
|
51065
|
+
The Node ID of the StatusContext object
|
|
50992
51066
|
"""
|
|
50993
51067
|
id: ID!
|
|
50994
51068
|
|
|
@@ -51283,7 +51357,7 @@ type SubscribedEvent implements Node {
|
|
|
51283
51357
|
createdAt: DateTime!
|
|
51284
51358
|
|
|
51285
51359
|
"""
|
|
51286
|
-
The Node ID of
|
|
51360
|
+
The Node ID of the SubscribedEvent object
|
|
51287
51361
|
"""
|
|
51288
51362
|
id: ID!
|
|
51289
51363
|
|
|
@@ -51353,7 +51427,7 @@ type Tag implements GitObject & Node {
|
|
|
51353
51427
|
commitUrl: URI!
|
|
51354
51428
|
|
|
51355
51429
|
"""
|
|
51356
|
-
The Node ID of
|
|
51430
|
+
The Node ID of the Tag object
|
|
51357
51431
|
"""
|
|
51358
51432
|
id: ID!
|
|
51359
51433
|
|
|
@@ -51603,7 +51677,7 @@ type Team implements MemberStatusable & Node & Subscribable {
|
|
|
51603
51677
|
editTeamUrl: URI!
|
|
51604
51678
|
|
|
51605
51679
|
"""
|
|
51606
|
-
The Node ID of
|
|
51680
|
+
The Node ID of the Team object
|
|
51607
51681
|
"""
|
|
51608
51682
|
id: ID!
|
|
51609
51683
|
|
|
@@ -51938,7 +52012,7 @@ type TeamAddMemberAuditEntry implements AuditEntry & Node & OrganizationAuditEnt
|
|
|
51938
52012
|
createdAt: PreciseDateTime!
|
|
51939
52013
|
|
|
51940
52014
|
"""
|
|
51941
|
-
The Node ID of
|
|
52015
|
+
The Node ID of the TeamAddMemberAuditEntry object
|
|
51942
52016
|
"""
|
|
51943
52017
|
id: ID!
|
|
51944
52018
|
|
|
@@ -52058,7 +52132,7 @@ type TeamAddRepositoryAuditEntry implements AuditEntry & Node & OrganizationAudi
|
|
|
52058
52132
|
createdAt: PreciseDateTime!
|
|
52059
52133
|
|
|
52060
52134
|
"""
|
|
52061
|
-
The Node ID of
|
|
52135
|
+
The Node ID of the TeamAddRepositoryAuditEntry object
|
|
52062
52136
|
"""
|
|
52063
52137
|
id: ID!
|
|
52064
52138
|
|
|
@@ -52223,7 +52297,7 @@ type TeamChangeParentTeamAuditEntry implements AuditEntry & Node & OrganizationA
|
|
|
52223
52297
|
createdAt: PreciseDateTime!
|
|
52224
52298
|
|
|
52225
52299
|
"""
|
|
52226
|
-
The Node ID of
|
|
52300
|
+
The Node ID of the TeamChangeParentTeamAuditEntry object
|
|
52227
52301
|
"""
|
|
52228
52302
|
id: ID!
|
|
52229
52303
|
|
|
@@ -52463,7 +52537,7 @@ type TeamDiscussion implements Comment & Deletable & Node & Reactable & Subscrib
|
|
|
52463
52537
|
editor: Actor
|
|
52464
52538
|
|
|
52465
52539
|
"""
|
|
52466
|
-
The Node ID of
|
|
52540
|
+
The Node ID of the TeamDiscussion object
|
|
52467
52541
|
"""
|
|
52468
52542
|
id: ID!
|
|
52469
52543
|
|
|
@@ -52688,7 +52762,7 @@ type TeamDiscussionComment implements Comment & Deletable & Node & Reactable & U
|
|
|
52688
52762
|
editor: Actor
|
|
52689
52763
|
|
|
52690
52764
|
"""
|
|
52691
|
-
The Node ID of
|
|
52765
|
+
The Node ID of the TeamDiscussionComment object
|
|
52692
52766
|
"""
|
|
52693
52767
|
id: ID!
|
|
52694
52768
|
|
|
@@ -53179,7 +53253,7 @@ type TeamRemoveMemberAuditEntry implements AuditEntry & Node & OrganizationAudit
|
|
|
53179
53253
|
createdAt: PreciseDateTime!
|
|
53180
53254
|
|
|
53181
53255
|
"""
|
|
53182
|
-
The Node ID of
|
|
53256
|
+
The Node ID of the TeamRemoveMemberAuditEntry object
|
|
53183
53257
|
"""
|
|
53184
53258
|
id: ID!
|
|
53185
53259
|
|
|
@@ -53299,7 +53373,7 @@ type TeamRemoveRepositoryAuditEntry implements AuditEntry & Node & OrganizationA
|
|
|
53299
53373
|
createdAt: PreciseDateTime!
|
|
53300
53374
|
|
|
53301
53375
|
"""
|
|
53302
|
-
The Node ID of
|
|
53376
|
+
The Node ID of the TeamRemoveRepositoryAuditEntry object
|
|
53303
53377
|
"""
|
|
53304
53378
|
id: ID!
|
|
53305
53379
|
|
|
@@ -53615,7 +53689,7 @@ A topic aggregates entities that are related to a subject.
|
|
|
53615
53689
|
"""
|
|
53616
53690
|
type Topic implements Node & Starrable {
|
|
53617
53691
|
"""
|
|
53618
|
-
The Node ID of
|
|
53692
|
+
The Node ID of the Topic object
|
|
53619
53693
|
"""
|
|
53620
53694
|
id: ID!
|
|
53621
53695
|
|
|
@@ -53890,7 +53964,7 @@ type TransferredEvent implements Node {
|
|
|
53890
53964
|
fromRepository: Repository
|
|
53891
53965
|
|
|
53892
53966
|
"""
|
|
53893
|
-
The Node ID of
|
|
53967
|
+
The Node ID of the TransferredEvent object
|
|
53894
53968
|
"""
|
|
53895
53969
|
id: ID!
|
|
53896
53970
|
|
|
@@ -53925,7 +53999,7 @@ type Tree implements GitObject & Node {
|
|
|
53925
53999
|
entries: [TreeEntry!]
|
|
53926
54000
|
|
|
53927
54001
|
"""
|
|
53928
|
-
The Node ID of
|
|
54002
|
+
The Node ID of the Tree object
|
|
53929
54003
|
"""
|
|
53930
54004
|
id: ID!
|
|
53931
54005
|
|
|
@@ -54115,7 +54189,7 @@ type UnassignedEvent implements Node {
|
|
|
54115
54189
|
createdAt: DateTime!
|
|
54116
54190
|
|
|
54117
54191
|
"""
|
|
54118
|
-
The Node ID of
|
|
54192
|
+
The Node ID of the UnassignedEvent object
|
|
54119
54193
|
"""
|
|
54120
54194
|
id: ID!
|
|
54121
54195
|
|
|
@@ -54256,7 +54330,7 @@ type UnlabeledEvent implements Node {
|
|
|
54256
54330
|
createdAt: DateTime!
|
|
54257
54331
|
|
|
54258
54332
|
"""
|
|
54259
|
-
The Node ID of
|
|
54333
|
+
The Node ID of the UnlabeledEvent object
|
|
54260
54334
|
"""
|
|
54261
54335
|
id: ID!
|
|
54262
54336
|
|
|
@@ -54431,7 +54505,7 @@ type UnlockedEvent implements Node {
|
|
|
54431
54505
|
createdAt: DateTime!
|
|
54432
54506
|
|
|
54433
54507
|
"""
|
|
54434
|
-
The Node ID of
|
|
54508
|
+
The Node ID of the UnlockedEvent object
|
|
54435
54509
|
"""
|
|
54436
54510
|
id: ID!
|
|
54437
54511
|
|
|
@@ -54596,7 +54670,7 @@ type UnmarkedAsDuplicateEvent implements Node {
|
|
|
54596
54670
|
duplicate: IssueOrPullRequest
|
|
54597
54671
|
|
|
54598
54672
|
"""
|
|
54599
|
-
The Node ID of
|
|
54673
|
+
The Node ID of the UnmarkedAsDuplicateEvent object
|
|
54600
54674
|
"""
|
|
54601
54675
|
id: ID!
|
|
54602
54676
|
|
|
@@ -54681,7 +54755,7 @@ type UnpinnedEvent implements Node {
|
|
|
54681
54755
|
createdAt: DateTime!
|
|
54682
54756
|
|
|
54683
54757
|
"""
|
|
54684
|
-
The Node ID of
|
|
54758
|
+
The Node ID of the UnpinnedEvent object
|
|
54685
54759
|
"""
|
|
54686
54760
|
id: ID!
|
|
54687
54761
|
|
|
@@ -54766,7 +54840,7 @@ type UnsubscribedEvent implements Node {
|
|
|
54766
54840
|
createdAt: DateTime!
|
|
54767
54841
|
|
|
54768
54842
|
"""
|
|
54769
|
-
The Node ID of
|
|
54843
|
+
The Node ID of the UnsubscribedEvent object
|
|
54770
54844
|
"""
|
|
54771
54845
|
id: ID!
|
|
54772
54846
|
|
|
@@ -57753,7 +57827,7 @@ type User implements Actor & Node & PackageOwner & ProfileOwner & ProjectOwner &
|
|
|
57753
57827
|
): Hovercard!
|
|
57754
57828
|
|
|
57755
57829
|
"""
|
|
57756
|
-
The Node ID of
|
|
57830
|
+
The Node ID of the User object
|
|
57757
57831
|
"""
|
|
57758
57832
|
id: ID!
|
|
57759
57833
|
|
|
@@ -59133,7 +59207,7 @@ type UserBlockedEvent implements Node {
|
|
|
59133
59207
|
createdAt: DateTime!
|
|
59134
59208
|
|
|
59135
59209
|
"""
|
|
59136
|
-
The Node ID of
|
|
59210
|
+
The Node ID of the UserBlockedEvent object
|
|
59137
59211
|
"""
|
|
59138
59212
|
id: ID!
|
|
59139
59213
|
|
|
@@ -59203,7 +59277,7 @@ type UserContentEdit implements Node {
|
|
|
59203
59277
|
editor: Actor
|
|
59204
59278
|
|
|
59205
59279
|
"""
|
|
59206
|
-
The Node ID of
|
|
59280
|
+
The Node ID of the UserContentEdit object
|
|
59207
59281
|
"""
|
|
59208
59282
|
id: ID!
|
|
59209
59283
|
|
|
@@ -59303,7 +59377,7 @@ type UserList implements Node {
|
|
|
59303
59377
|
description: String
|
|
59304
59378
|
|
|
59305
59379
|
"""
|
|
59306
|
-
The Node ID of
|
|
59380
|
+
The Node ID of the UserList object
|
|
59307
59381
|
"""
|
|
59308
59382
|
id: ID!
|
|
59309
59383
|
|
|
@@ -59488,7 +59562,7 @@ type UserStatus implements Node {
|
|
|
59488
59562
|
expiresAt: DateTime
|
|
59489
59563
|
|
|
59490
59564
|
"""
|
|
59491
|
-
The Node ID of
|
|
59565
|
+
The Node ID of the UserStatus object
|
|
59492
59566
|
"""
|
|
59493
59567
|
id: ID!
|
|
59494
59568
|
|
|
@@ -59618,7 +59692,7 @@ type VerifiableDomain implements Node {
|
|
|
59618
59692
|
hasFoundVerificationToken: Boolean!
|
|
59619
59693
|
|
|
59620
59694
|
"""
|
|
59621
|
-
The Node ID of
|
|
59695
|
+
The Node ID of the VerifiableDomain object
|
|
59622
59696
|
"""
|
|
59623
59697
|
id: ID!
|
|
59624
59698
|
|
|
@@ -59823,7 +59897,7 @@ type Workflow implements Node & UniformResourceLocatable {
|
|
|
59823
59897
|
databaseId: Int
|
|
59824
59898
|
|
|
59825
59899
|
"""
|
|
59826
|
-
The Node ID of
|
|
59900
|
+
The Node ID of the Workflow object
|
|
59827
59901
|
"""
|
|
59828
59902
|
id: ID!
|
|
59829
59903
|
|
|
@@ -59988,7 +60062,7 @@ type WorkflowRun implements Node & UniformResourceLocatable {
|
|
|
59988
60062
|
file: WorkflowRunFile
|
|
59989
60063
|
|
|
59990
60064
|
"""
|
|
59991
|
-
The Node ID of
|
|
60065
|
+
The Node ID of the WorkflowRun object
|
|
59992
60066
|
"""
|
|
59993
60067
|
id: ID!
|
|
59994
60068
|
|
|
@@ -60088,7 +60162,7 @@ An executed workflow file for a workflow run.
|
|
|
60088
60162
|
"""
|
|
60089
60163
|
type WorkflowRunFile implements Node & UniformResourceLocatable {
|
|
60090
60164
|
"""
|
|
60091
|
-
The Node ID of
|
|
60165
|
+
The Node ID of the WorkflowRunFile object
|
|
60092
60166
|
"""
|
|
60093
60167
|
id: ID!
|
|
60094
60168
|
|