github-schema 1.2.4 → 1.2.5
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 +252 -0
- package/dist/github-schema.d.ts +252 -0
- package/github-schema.graphql +990 -0
- package/package.json +1 -1
package/github-schema.graphql
CHANGED
|
@@ -1066,6 +1066,10 @@ type AddedToMergeQueueEvent implements Node {
|
|
|
1066
1066
|
The user who added this Pull Request to the merge queue
|
|
1067
1067
|
"""
|
|
1068
1068
|
enqueuer: User
|
|
1069
|
+
|
|
1070
|
+
"""
|
|
1071
|
+
The Node ID of this object
|
|
1072
|
+
"""
|
|
1069
1073
|
id: ID!
|
|
1070
1074
|
|
|
1071
1075
|
"""
|
|
@@ -1097,6 +1101,10 @@ type AddedToProjectEvent implements Node {
|
|
|
1097
1101
|
Identifies the primary key from the database.
|
|
1098
1102
|
"""
|
|
1099
1103
|
databaseId: Int
|
|
1104
|
+
|
|
1105
|
+
"""
|
|
1106
|
+
The Node ID of this object
|
|
1107
|
+
"""
|
|
1100
1108
|
id: ID!
|
|
1101
1109
|
}
|
|
1102
1110
|
|
|
@@ -1138,6 +1146,10 @@ type App implements Node {
|
|
|
1138
1146
|
The description of the app.
|
|
1139
1147
|
"""
|
|
1140
1148
|
description: String
|
|
1149
|
+
|
|
1150
|
+
"""
|
|
1151
|
+
The Node ID of this object
|
|
1152
|
+
"""
|
|
1141
1153
|
id: ID!
|
|
1142
1154
|
|
|
1143
1155
|
"""
|
|
@@ -1394,6 +1406,10 @@ type AssignedEvent implements Node {
|
|
|
1394
1406
|
Identifies the date and time when the object was created.
|
|
1395
1407
|
"""
|
|
1396
1408
|
createdAt: DateTime!
|
|
1409
|
+
|
|
1410
|
+
"""
|
|
1411
|
+
The Node ID of this object
|
|
1412
|
+
"""
|
|
1397
1413
|
id: ID!
|
|
1398
1414
|
|
|
1399
1415
|
"""
|
|
@@ -1525,6 +1541,10 @@ type AutoMergeDisabledEvent implements Node {
|
|
|
1525
1541
|
The user who disabled auto-merge for this Pull Request
|
|
1526
1542
|
"""
|
|
1527
1543
|
disabler: User
|
|
1544
|
+
|
|
1545
|
+
"""
|
|
1546
|
+
The Node ID of this object
|
|
1547
|
+
"""
|
|
1528
1548
|
id: ID!
|
|
1529
1549
|
|
|
1530
1550
|
"""
|
|
@@ -1561,6 +1581,10 @@ type AutoMergeEnabledEvent implements Node {
|
|
|
1561
1581
|
The user who enabled auto-merge for this Pull Request
|
|
1562
1582
|
"""
|
|
1563
1583
|
enabler: User
|
|
1584
|
+
|
|
1585
|
+
"""
|
|
1586
|
+
The Node ID of this object
|
|
1587
|
+
"""
|
|
1564
1588
|
id: ID!
|
|
1565
1589
|
|
|
1566
1590
|
"""
|
|
@@ -1630,6 +1654,10 @@ type AutoRebaseEnabledEvent implements Node {
|
|
|
1630
1654
|
The user who enabled auto-merge (rebase) for this Pull Request
|
|
1631
1655
|
"""
|
|
1632
1656
|
enabler: User
|
|
1657
|
+
|
|
1658
|
+
"""
|
|
1659
|
+
The Node ID of this object
|
|
1660
|
+
"""
|
|
1633
1661
|
id: ID!
|
|
1634
1662
|
|
|
1635
1663
|
"""
|
|
@@ -1656,6 +1684,10 @@ type AutoSquashEnabledEvent implements Node {
|
|
|
1656
1684
|
The user who enabled auto-merge (squash) for this Pull Request
|
|
1657
1685
|
"""
|
|
1658
1686
|
enabler: User
|
|
1687
|
+
|
|
1688
|
+
"""
|
|
1689
|
+
The Node ID of this object
|
|
1690
|
+
"""
|
|
1659
1691
|
id: ID!
|
|
1660
1692
|
|
|
1661
1693
|
"""
|
|
@@ -1677,6 +1709,10 @@ type AutomaticBaseChangeFailedEvent implements Node {
|
|
|
1677
1709
|
Identifies the date and time when the object was created.
|
|
1678
1710
|
"""
|
|
1679
1711
|
createdAt: DateTime!
|
|
1712
|
+
|
|
1713
|
+
"""
|
|
1714
|
+
The Node ID of this object
|
|
1715
|
+
"""
|
|
1680
1716
|
id: ID!
|
|
1681
1717
|
|
|
1682
1718
|
"""
|
|
@@ -1708,6 +1744,10 @@ type AutomaticBaseChangeSucceededEvent implements Node {
|
|
|
1708
1744
|
Identifies the date and time when the object was created.
|
|
1709
1745
|
"""
|
|
1710
1746
|
createdAt: DateTime!
|
|
1747
|
+
|
|
1748
|
+
"""
|
|
1749
|
+
The Node ID of this object
|
|
1750
|
+
"""
|
|
1711
1751
|
id: ID!
|
|
1712
1752
|
|
|
1713
1753
|
"""
|
|
@@ -1754,6 +1794,10 @@ type BaseRefChangedEvent implements Node {
|
|
|
1754
1794
|
Identifies the primary key from the database.
|
|
1755
1795
|
"""
|
|
1756
1796
|
databaseId: Int
|
|
1797
|
+
|
|
1798
|
+
"""
|
|
1799
|
+
The Node ID of this object
|
|
1800
|
+
"""
|
|
1757
1801
|
id: ID!
|
|
1758
1802
|
|
|
1759
1803
|
"""
|
|
@@ -1785,6 +1829,10 @@ type BaseRefDeletedEvent implements Node {
|
|
|
1785
1829
|
Identifies the date and time when the object was created.
|
|
1786
1830
|
"""
|
|
1787
1831
|
createdAt: DateTime!
|
|
1832
|
+
|
|
1833
|
+
"""
|
|
1834
|
+
The Node ID of this object
|
|
1835
|
+
"""
|
|
1788
1836
|
id: ID!
|
|
1789
1837
|
|
|
1790
1838
|
"""
|
|
@@ -1816,6 +1864,10 @@ type BaseRefForcePushedEvent implements Node {
|
|
|
1816
1864
|
Identifies the date and time when the object was created.
|
|
1817
1865
|
"""
|
|
1818
1866
|
createdAt: DateTime!
|
|
1867
|
+
|
|
1868
|
+
"""
|
|
1869
|
+
The Node ID of this object
|
|
1870
|
+
"""
|
|
1819
1871
|
id: ID!
|
|
1820
1872
|
|
|
1821
1873
|
"""
|
|
@@ -1896,6 +1948,10 @@ type Blob implements GitObject & Node {
|
|
|
1896
1948
|
The HTTP URL for this Git object
|
|
1897
1949
|
"""
|
|
1898
1950
|
commitUrl: URI!
|
|
1951
|
+
|
|
1952
|
+
"""
|
|
1953
|
+
The Node ID of this object
|
|
1954
|
+
"""
|
|
1899
1955
|
id: ID!
|
|
1900
1956
|
|
|
1901
1957
|
"""
|
|
@@ -1947,6 +2003,10 @@ type Bot implements Actor & Node & UniformResourceLocatable {
|
|
|
1947
2003
|
Identifies the primary key from the database.
|
|
1948
2004
|
"""
|
|
1949
2005
|
databaseId: Int
|
|
2006
|
+
|
|
2007
|
+
"""
|
|
2008
|
+
The Node ID of this object
|
|
2009
|
+
"""
|
|
1950
2010
|
id: ID!
|
|
1951
2011
|
|
|
1952
2012
|
"""
|
|
@@ -2133,6 +2193,10 @@ type BranchProtectionRule implements Node {
|
|
|
2133
2193
|
Will new commits pushed to matching branches dismiss pull request review approvals.
|
|
2134
2194
|
"""
|
|
2135
2195
|
dismissesStaleReviews: Boolean!
|
|
2196
|
+
|
|
2197
|
+
"""
|
|
2198
|
+
The Node ID of this object
|
|
2199
|
+
"""
|
|
2136
2200
|
id: ID!
|
|
2137
2201
|
|
|
2138
2202
|
"""
|
|
@@ -2456,6 +2520,10 @@ type BypassForcePushAllowance implements Node {
|
|
|
2456
2520
|
Identifies the branch protection rule associated with the allowed user, team, or app.
|
|
2457
2521
|
"""
|
|
2458
2522
|
branchProtectionRule: BranchProtectionRule
|
|
2523
|
+
|
|
2524
|
+
"""
|
|
2525
|
+
The Node ID of this object
|
|
2526
|
+
"""
|
|
2459
2527
|
id: ID!
|
|
2460
2528
|
}
|
|
2461
2529
|
|
|
@@ -2512,6 +2580,10 @@ type BypassPullRequestAllowance implements Node {
|
|
|
2512
2580
|
Identifies the branch protection rule associated with the allowed user, team, or app.
|
|
2513
2581
|
"""
|
|
2514
2582
|
branchProtectionRule: BranchProtectionRule
|
|
2583
|
+
|
|
2584
|
+
"""
|
|
2585
|
+
The Node ID of this object
|
|
2586
|
+
"""
|
|
2515
2587
|
id: ID!
|
|
2516
2588
|
}
|
|
2517
2589
|
|
|
@@ -2583,6 +2655,10 @@ type CWE implements Node {
|
|
|
2583
2655
|
A detailed description of this CWE
|
|
2584
2656
|
"""
|
|
2585
2657
|
description: String!
|
|
2658
|
+
|
|
2659
|
+
"""
|
|
2660
|
+
The Node ID of this object
|
|
2661
|
+
"""
|
|
2586
2662
|
id: ID!
|
|
2587
2663
|
|
|
2588
2664
|
"""
|
|
@@ -3072,6 +3148,10 @@ type CheckRun implements Node & RequirableByPullRequest & UniformResourceLocatab
|
|
|
3072
3148
|
A reference for the check run on the integrator's system.
|
|
3073
3149
|
"""
|
|
3074
3150
|
externalId: String
|
|
3151
|
+
|
|
3152
|
+
"""
|
|
3153
|
+
The Node ID of this object
|
|
3154
|
+
"""
|
|
3075
3155
|
id: ID!
|
|
3076
3156
|
|
|
3077
3157
|
"""
|
|
@@ -3613,6 +3693,10 @@ type CheckSuite implements Node {
|
|
|
3613
3693
|
Identifies the primary key from the database.
|
|
3614
3694
|
"""
|
|
3615
3695
|
databaseId: Int
|
|
3696
|
+
|
|
3697
|
+
"""
|
|
3698
|
+
The Node ID of this object
|
|
3699
|
+
"""
|
|
3616
3700
|
id: ID!
|
|
3617
3701
|
|
|
3618
3702
|
"""
|
|
@@ -4110,6 +4194,10 @@ type ClosedEvent implements Node & UniformResourceLocatable {
|
|
|
4110
4194
|
Identifies the date and time when the object was created.
|
|
4111
4195
|
"""
|
|
4112
4196
|
createdAt: DateTime!
|
|
4197
|
+
|
|
4198
|
+
"""
|
|
4199
|
+
The Node ID of this object
|
|
4200
|
+
"""
|
|
4113
4201
|
id: ID!
|
|
4114
4202
|
|
|
4115
4203
|
"""
|
|
@@ -4141,6 +4229,10 @@ type CodeOfConduct implements Node {
|
|
|
4141
4229
|
The body of the Code of Conduct
|
|
4142
4230
|
"""
|
|
4143
4231
|
body: String
|
|
4232
|
+
|
|
4233
|
+
"""
|
|
4234
|
+
The Node ID of this object
|
|
4235
|
+
"""
|
|
4144
4236
|
id: ID!
|
|
4145
4237
|
|
|
4146
4238
|
"""
|
|
@@ -4227,6 +4319,10 @@ interface Comment {
|
|
|
4227
4319
|
The actor who edited the comment.
|
|
4228
4320
|
"""
|
|
4229
4321
|
editor: Actor
|
|
4322
|
+
|
|
4323
|
+
"""
|
|
4324
|
+
The Node ID of the Comment object
|
|
4325
|
+
"""
|
|
4230
4326
|
id: ID!
|
|
4231
4327
|
|
|
4232
4328
|
"""
|
|
@@ -4388,6 +4484,10 @@ type CommentDeletedEvent implements Node {
|
|
|
4388
4484
|
The user who authored the deleted comment.
|
|
4389
4485
|
"""
|
|
4390
4486
|
deletedCommentAuthor: Actor
|
|
4487
|
+
|
|
4488
|
+
"""
|
|
4489
|
+
The Node ID of this object
|
|
4490
|
+
"""
|
|
4391
4491
|
id: ID!
|
|
4392
4492
|
}
|
|
4393
4493
|
|
|
@@ -4676,6 +4776,10 @@ type Commit implements GitObject & Node & Subscribable & UniformResourceLocatabl
|
|
|
4676
4776
|
"""
|
|
4677
4777
|
until: GitTimestamp
|
|
4678
4778
|
): CommitHistoryConnection!
|
|
4779
|
+
|
|
4780
|
+
"""
|
|
4781
|
+
The Node ID of this object
|
|
4782
|
+
"""
|
|
4679
4783
|
id: ID!
|
|
4680
4784
|
|
|
4681
4785
|
"""
|
|
@@ -4955,6 +5059,10 @@ type CommitComment implements Comment & Deletable & Minimizable & Node & Reactab
|
|
|
4955
5059
|
The actor who edited the comment.
|
|
4956
5060
|
"""
|
|
4957
5061
|
editor: Actor
|
|
5062
|
+
|
|
5063
|
+
"""
|
|
5064
|
+
The Node ID of this object
|
|
5065
|
+
"""
|
|
4958
5066
|
id: ID!
|
|
4959
5067
|
|
|
4960
5068
|
"""
|
|
@@ -5183,6 +5291,10 @@ type CommitCommentThread implements Node & RepositoryNode {
|
|
|
5183
5291
|
The commit the comments were made on.
|
|
5184
5292
|
"""
|
|
5185
5293
|
commit: Commit
|
|
5294
|
+
|
|
5295
|
+
"""
|
|
5296
|
+
The Node ID of this object
|
|
5297
|
+
"""
|
|
5186
5298
|
id: ID!
|
|
5187
5299
|
|
|
5188
5300
|
"""
|
|
@@ -5549,6 +5661,10 @@ type Comparison implements Node {
|
|
|
5549
5661
|
The head revision of this comparison.
|
|
5550
5662
|
"""
|
|
5551
5663
|
headTarget: GitObject!
|
|
5664
|
+
|
|
5665
|
+
"""
|
|
5666
|
+
The Node ID of this object
|
|
5667
|
+
"""
|
|
5552
5668
|
id: ID!
|
|
5553
5669
|
|
|
5554
5670
|
"""
|
|
@@ -5625,6 +5741,10 @@ type ConnectedEvent implements Node {
|
|
|
5625
5741
|
Identifies the date and time when the object was created.
|
|
5626
5742
|
"""
|
|
5627
5743
|
createdAt: DateTime!
|
|
5744
|
+
|
|
5745
|
+
"""
|
|
5746
|
+
The Node ID of this object
|
|
5747
|
+
"""
|
|
5628
5748
|
id: ID!
|
|
5629
5749
|
|
|
5630
5750
|
"""
|
|
@@ -6349,6 +6469,10 @@ type ConvertToDraftEvent implements Node & UniformResourceLocatable {
|
|
|
6349
6469
|
Identifies the date and time when the object was created.
|
|
6350
6470
|
"""
|
|
6351
6471
|
createdAt: DateTime!
|
|
6472
|
+
|
|
6473
|
+
"""
|
|
6474
|
+
The Node ID of this object
|
|
6475
|
+
"""
|
|
6352
6476
|
id: ID!
|
|
6353
6477
|
|
|
6354
6478
|
"""
|
|
@@ -6385,6 +6509,10 @@ type ConvertedNoteToIssueEvent implements Node {
|
|
|
6385
6509
|
Identifies the primary key from the database.
|
|
6386
6510
|
"""
|
|
6387
6511
|
databaseId: Int
|
|
6512
|
+
|
|
6513
|
+
"""
|
|
6514
|
+
The Node ID of this object
|
|
6515
|
+
"""
|
|
6388
6516
|
id: ID!
|
|
6389
6517
|
}
|
|
6390
6518
|
|
|
@@ -6406,6 +6534,10 @@ type ConvertedToDiscussionEvent implements Node {
|
|
|
6406
6534
|
The discussion that the issue was converted into.
|
|
6407
6535
|
"""
|
|
6408
6536
|
discussion: Discussion
|
|
6537
|
+
|
|
6538
|
+
"""
|
|
6539
|
+
The Node ID of this object
|
|
6540
|
+
"""
|
|
6409
6541
|
id: ID!
|
|
6410
6542
|
}
|
|
6411
6543
|
|
|
@@ -8391,6 +8523,10 @@ type CrossReferencedEvent implements Node & UniformResourceLocatable {
|
|
|
8391
8523
|
Identifies the date and time when the object was created.
|
|
8392
8524
|
"""
|
|
8393
8525
|
createdAt: DateTime!
|
|
8526
|
+
|
|
8527
|
+
"""
|
|
8528
|
+
The Node ID of this object
|
|
8529
|
+
"""
|
|
8394
8530
|
id: ID!
|
|
8395
8531
|
|
|
8396
8532
|
"""
|
|
@@ -9202,6 +9338,10 @@ type DemilestonedEvent implements Node {
|
|
|
9202
9338
|
Identifies the date and time when the object was created.
|
|
9203
9339
|
"""
|
|
9204
9340
|
createdAt: DateTime!
|
|
9341
|
+
|
|
9342
|
+
"""
|
|
9343
|
+
The Node ID of this object
|
|
9344
|
+
"""
|
|
9205
9345
|
id: ID!
|
|
9206
9346
|
|
|
9207
9347
|
"""
|
|
@@ -9323,6 +9463,10 @@ type DeployKey implements Node {
|
|
|
9323
9463
|
Identifies the date and time when the object was created.
|
|
9324
9464
|
"""
|
|
9325
9465
|
createdAt: DateTime!
|
|
9466
|
+
|
|
9467
|
+
"""
|
|
9468
|
+
The Node ID of the DeployKey object
|
|
9469
|
+
"""
|
|
9326
9470
|
id: ID!
|
|
9327
9471
|
|
|
9328
9472
|
"""
|
|
@@ -9409,6 +9553,10 @@ type DeployedEvent implements Node {
|
|
|
9409
9553
|
The deployment associated with the 'deployed' event.
|
|
9410
9554
|
"""
|
|
9411
9555
|
deployment: Deployment!
|
|
9556
|
+
|
|
9557
|
+
"""
|
|
9558
|
+
The Node ID of this object
|
|
9559
|
+
"""
|
|
9412
9560
|
id: ID!
|
|
9413
9561
|
|
|
9414
9562
|
"""
|
|
@@ -9460,6 +9608,10 @@ type Deployment implements Node {
|
|
|
9460
9608
|
The latest environment to which this deployment was made.
|
|
9461
9609
|
"""
|
|
9462
9610
|
environment: String
|
|
9611
|
+
|
|
9612
|
+
"""
|
|
9613
|
+
The Node ID of this object
|
|
9614
|
+
"""
|
|
9463
9615
|
id: ID!
|
|
9464
9616
|
|
|
9465
9617
|
"""
|
|
@@ -9591,6 +9743,10 @@ type DeploymentEnvironmentChangedEvent implements Node {
|
|
|
9591
9743
|
The deployment status that updated the deployment environment.
|
|
9592
9744
|
"""
|
|
9593
9745
|
deploymentStatus: DeploymentStatus!
|
|
9746
|
+
|
|
9747
|
+
"""
|
|
9748
|
+
The Node ID of this object
|
|
9749
|
+
"""
|
|
9594
9750
|
id: ID!
|
|
9595
9751
|
|
|
9596
9752
|
"""
|
|
@@ -9857,6 +10013,10 @@ type DeploymentReview implements Node {
|
|
|
9857
10013
|
"""
|
|
9858
10014
|
last: Int
|
|
9859
10015
|
): EnvironmentConnection!
|
|
10016
|
+
|
|
10017
|
+
"""
|
|
10018
|
+
The Node ID of this object
|
|
10019
|
+
"""
|
|
9860
10020
|
id: ID!
|
|
9861
10021
|
|
|
9862
10022
|
"""
|
|
@@ -10058,6 +10218,10 @@ type DeploymentStatus implements Node {
|
|
|
10058
10218
|
Identifies the environment URL of the deployment.
|
|
10059
10219
|
"""
|
|
10060
10220
|
environmentUrl: URI
|
|
10221
|
+
|
|
10222
|
+
"""
|
|
10223
|
+
The Node ID of this object
|
|
10224
|
+
"""
|
|
10061
10225
|
id: ID!
|
|
10062
10226
|
|
|
10063
10227
|
"""
|
|
@@ -10254,6 +10418,10 @@ type DisconnectedEvent implements Node {
|
|
|
10254
10418
|
Identifies the date and time when the object was created.
|
|
10255
10419
|
"""
|
|
10256
10420
|
createdAt: DateTime!
|
|
10421
|
+
|
|
10422
|
+
"""
|
|
10423
|
+
The Node ID of this object
|
|
10424
|
+
"""
|
|
10257
10425
|
id: ID!
|
|
10258
10426
|
|
|
10259
10427
|
"""
|
|
@@ -10380,6 +10548,10 @@ type Discussion implements Closable & Comment & Deletable & Labelable & Lockable
|
|
|
10380
10548
|
The actor who edited the comment.
|
|
10381
10549
|
"""
|
|
10382
10550
|
editor: Actor
|
|
10551
|
+
|
|
10552
|
+
"""
|
|
10553
|
+
The Node ID of this object
|
|
10554
|
+
"""
|
|
10383
10555
|
id: ID!
|
|
10384
10556
|
|
|
10385
10557
|
"""
|
|
@@ -10621,6 +10793,10 @@ type DiscussionCategory implements Node & RepositoryNode {
|
|
|
10621
10793
|
This category's emoji rendered as HTML.
|
|
10622
10794
|
"""
|
|
10623
10795
|
emojiHTML: HTML!
|
|
10796
|
+
|
|
10797
|
+
"""
|
|
10798
|
+
The Node ID of this object
|
|
10799
|
+
"""
|
|
10624
10800
|
id: ID!
|
|
10625
10801
|
|
|
10626
10802
|
"""
|
|
@@ -10767,6 +10943,10 @@ type DiscussionComment implements Comment & Deletable & Minimizable & Node & Rea
|
|
|
10767
10943
|
The actor who edited the comment.
|
|
10768
10944
|
"""
|
|
10769
10945
|
editor: Actor
|
|
10946
|
+
|
|
10947
|
+
"""
|
|
10948
|
+
The Node ID of this object
|
|
10949
|
+
"""
|
|
10770
10950
|
id: ID!
|
|
10771
10951
|
|
|
10772
10952
|
"""
|
|
@@ -11085,6 +11265,10 @@ type DiscussionPoll implements Node {
|
|
|
11085
11265
|
The discussion that this poll belongs to.
|
|
11086
11266
|
"""
|
|
11087
11267
|
discussion: Discussion
|
|
11268
|
+
|
|
11269
|
+
"""
|
|
11270
|
+
The Node ID of this object
|
|
11271
|
+
"""
|
|
11088
11272
|
id: ID!
|
|
11089
11273
|
|
|
11090
11274
|
"""
|
|
@@ -11142,6 +11326,9 @@ type DiscussionPoll implements Node {
|
|
|
11142
11326
|
An option for a discussion poll.
|
|
11143
11327
|
"""
|
|
11144
11328
|
type DiscussionPollOption implements Node {
|
|
11329
|
+
"""
|
|
11330
|
+
The Node ID of this object
|
|
11331
|
+
"""
|
|
11145
11332
|
id: ID!
|
|
11146
11333
|
|
|
11147
11334
|
"""
|
|
@@ -11428,6 +11615,10 @@ type DraftIssue implements Node {
|
|
|
11428
11615
|
The actor who created this draft issue.
|
|
11429
11616
|
"""
|
|
11430
11617
|
creator: Actor
|
|
11618
|
+
|
|
11619
|
+
"""
|
|
11620
|
+
The Node ID of this object
|
|
11621
|
+
"""
|
|
11431
11622
|
id: ID!
|
|
11432
11623
|
|
|
11433
11624
|
"""
|
|
@@ -11704,6 +11895,10 @@ type Enterprise implements AnnouncementBanner & Node {
|
|
|
11704
11895
|
The description of the enterprise as HTML.
|
|
11705
11896
|
"""
|
|
11706
11897
|
descriptionHTML: HTML!
|
|
11898
|
+
|
|
11899
|
+
"""
|
|
11900
|
+
The Node ID of this object
|
|
11901
|
+
"""
|
|
11707
11902
|
id: ID!
|
|
11708
11903
|
|
|
11709
11904
|
"""
|
|
@@ -11907,6 +12102,10 @@ type EnterpriseAdministratorInvitation implements Node {
|
|
|
11907
12102
|
The enterprise the invitation is for.
|
|
11908
12103
|
"""
|
|
11909
12104
|
enterprise: Enterprise!
|
|
12105
|
+
|
|
12106
|
+
"""
|
|
12107
|
+
The Node ID of this object
|
|
12108
|
+
"""
|
|
11910
12109
|
id: ID!
|
|
11911
12110
|
|
|
11912
12111
|
"""
|
|
@@ -12320,6 +12519,10 @@ type EnterpriseIdentityProvider implements Node {
|
|
|
12320
12519
|
"""
|
|
12321
12520
|
userName: String
|
|
12322
12521
|
): ExternalIdentityConnection!
|
|
12522
|
+
|
|
12523
|
+
"""
|
|
12524
|
+
The Node ID of this object
|
|
12525
|
+
"""
|
|
12323
12526
|
id: ID!
|
|
12324
12527
|
|
|
12325
12528
|
"""
|
|
@@ -13722,6 +13925,9 @@ type EnterprisePendingMemberInvitationEdge {
|
|
|
13722
13925
|
A subset of repository information queryable from an enterprise.
|
|
13723
13926
|
"""
|
|
13724
13927
|
type EnterpriseRepositoryInfo implements Node {
|
|
13928
|
+
"""
|
|
13929
|
+
The Node ID of this object
|
|
13930
|
+
"""
|
|
13725
13931
|
id: ID!
|
|
13726
13932
|
|
|
13727
13933
|
"""
|
|
@@ -13798,6 +14004,10 @@ type EnterpriseServerInstallation implements Node {
|
|
|
13798
14004
|
The host name of the Enterprise Server installation.
|
|
13799
14005
|
"""
|
|
13800
14006
|
hostName: String!
|
|
14007
|
+
|
|
14008
|
+
"""
|
|
14009
|
+
The Node ID of this object
|
|
14010
|
+
"""
|
|
13801
14011
|
id: ID!
|
|
13802
14012
|
|
|
13803
14013
|
"""
|
|
@@ -14034,6 +14244,10 @@ type EnterpriseServerUserAccount implements Node {
|
|
|
14034
14244
|
The Enterprise Server installation on which this user account exists.
|
|
14035
14245
|
"""
|
|
14036
14246
|
enterpriseServerInstallation: EnterpriseServerInstallation!
|
|
14247
|
+
|
|
14248
|
+
"""
|
|
14249
|
+
The Node ID of this object
|
|
14250
|
+
"""
|
|
14037
14251
|
id: ID!
|
|
14038
14252
|
|
|
14039
14253
|
"""
|
|
@@ -14120,6 +14334,10 @@ type EnterpriseServerUserAccountEmail implements Node {
|
|
|
14120
14334
|
The email address.
|
|
14121
14335
|
"""
|
|
14122
14336
|
email: String!
|
|
14337
|
+
|
|
14338
|
+
"""
|
|
14339
|
+
The Node ID of this object
|
|
14340
|
+
"""
|
|
14123
14341
|
id: ID!
|
|
14124
14342
|
|
|
14125
14343
|
"""
|
|
@@ -14251,6 +14469,10 @@ type EnterpriseServerUserAccountsUpload implements Node {
|
|
|
14251
14469
|
The Enterprise Server installation for which this upload was generated.
|
|
14252
14470
|
"""
|
|
14253
14471
|
enterpriseServerInstallation: EnterpriseServerInstallation!
|
|
14472
|
+
|
|
14473
|
+
"""
|
|
14474
|
+
The Node ID of this object
|
|
14475
|
+
"""
|
|
14254
14476
|
id: ID!
|
|
14255
14477
|
|
|
14256
14478
|
"""
|
|
@@ -14417,6 +14639,10 @@ type EnterpriseUserAccount implements Actor & Node {
|
|
|
14417
14639
|
"""
|
|
14418
14640
|
role: EnterpriseUserAccountMembershipRole
|
|
14419
14641
|
): EnterpriseServerInstallationMembershipConnection!
|
|
14642
|
+
|
|
14643
|
+
"""
|
|
14644
|
+
The Node ID of this object
|
|
14645
|
+
"""
|
|
14420
14646
|
id: ID!
|
|
14421
14647
|
|
|
14422
14648
|
"""
|
|
@@ -14534,6 +14760,10 @@ type Environment implements Node {
|
|
|
14534
14760
|
Identifies the primary key from the database.
|
|
14535
14761
|
"""
|
|
14536
14762
|
databaseId: Int
|
|
14763
|
+
|
|
14764
|
+
"""
|
|
14765
|
+
The Node ID of this object
|
|
14766
|
+
"""
|
|
14537
14767
|
id: ID!
|
|
14538
14768
|
|
|
14539
14769
|
"""
|
|
@@ -14646,6 +14876,10 @@ type ExternalIdentity implements Node {
|
|
|
14646
14876
|
The GUID for this identity
|
|
14647
14877
|
"""
|
|
14648
14878
|
guid: String!
|
|
14879
|
+
|
|
14880
|
+
"""
|
|
14881
|
+
The Node ID of this object
|
|
14882
|
+
"""
|
|
14649
14883
|
id: ID!
|
|
14650
14884
|
|
|
14651
14885
|
"""
|
|
@@ -15255,6 +15489,10 @@ type Gist implements Node & Starrable & UniformResourceLocatable {
|
|
|
15255
15489
|
"""
|
|
15256
15490
|
orderBy: GistOrder
|
|
15257
15491
|
): GistConnection!
|
|
15492
|
+
|
|
15493
|
+
"""
|
|
15494
|
+
The Node ID of this object
|
|
15495
|
+
"""
|
|
15258
15496
|
id: ID!
|
|
15259
15497
|
|
|
15260
15498
|
"""
|
|
@@ -15391,6 +15629,10 @@ type GistComment implements Comment & Deletable & Minimizable & Node & Updatable
|
|
|
15391
15629
|
The associated gist.
|
|
15392
15630
|
"""
|
|
15393
15631
|
gist: Gist!
|
|
15632
|
+
|
|
15633
|
+
"""
|
|
15634
|
+
The Node ID of this object
|
|
15635
|
+
"""
|
|
15394
15636
|
id: ID!
|
|
15395
15637
|
|
|
15396
15638
|
"""
|
|
@@ -15799,6 +16041,10 @@ interface GitObject {
|
|
|
15799
16041
|
The HTTP URL for this Git object
|
|
15800
16042
|
"""
|
|
15801
16043
|
commitUrl: URI!
|
|
16044
|
+
|
|
16045
|
+
"""
|
|
16046
|
+
The Node ID of the GitObject object
|
|
16047
|
+
"""
|
|
15802
16048
|
id: ID!
|
|
15803
16049
|
|
|
15804
16050
|
"""
|
|
@@ -16127,6 +16373,10 @@ type HeadRefDeletedEvent implements Node {
|
|
|
16127
16373
|
Identifies the name of the Ref associated with the `head_ref_deleted` event.
|
|
16128
16374
|
"""
|
|
16129
16375
|
headRefName: String!
|
|
16376
|
+
|
|
16377
|
+
"""
|
|
16378
|
+
The Node ID of this object
|
|
16379
|
+
"""
|
|
16130
16380
|
id: ID!
|
|
16131
16381
|
|
|
16132
16382
|
"""
|
|
@@ -16158,6 +16408,10 @@ type HeadRefForcePushedEvent implements Node {
|
|
|
16158
16408
|
Identifies the date and time when the object was created.
|
|
16159
16409
|
"""
|
|
16160
16410
|
createdAt: DateTime!
|
|
16411
|
+
|
|
16412
|
+
"""
|
|
16413
|
+
The Node ID of this object
|
|
16414
|
+
"""
|
|
16161
16415
|
id: ID!
|
|
16162
16416
|
|
|
16163
16417
|
"""
|
|
@@ -16184,6 +16438,10 @@ type HeadRefRestoredEvent implements Node {
|
|
|
16184
16438
|
Identifies the date and time when the object was created.
|
|
16185
16439
|
"""
|
|
16186
16440
|
createdAt: DateTime!
|
|
16441
|
+
|
|
16442
|
+
"""
|
|
16443
|
+
The Node ID of this object
|
|
16444
|
+
"""
|
|
16187
16445
|
id: ID!
|
|
16188
16446
|
|
|
16189
16447
|
"""
|
|
@@ -16310,6 +16568,10 @@ type IpAllowListEntry implements Node {
|
|
|
16310
16568
|
Identifies the date and time when the object was created.
|
|
16311
16569
|
"""
|
|
16312
16570
|
createdAt: DateTime!
|
|
16571
|
+
|
|
16572
|
+
"""
|
|
16573
|
+
The Node ID of this object
|
|
16574
|
+
"""
|
|
16313
16575
|
id: ID!
|
|
16314
16576
|
|
|
16315
16577
|
"""
|
|
@@ -16566,6 +16828,10 @@ type Issue implements Assignable & Closable & Comment & Deletable & Labelable &
|
|
|
16566
16828
|
"""
|
|
16567
16829
|
includeNotificationContexts: Boolean = true
|
|
16568
16830
|
): Hovercard!
|
|
16831
|
+
|
|
16832
|
+
"""
|
|
16833
|
+
The Node ID of this object
|
|
16834
|
+
"""
|
|
16569
16835
|
id: ID!
|
|
16570
16836
|
|
|
16571
16837
|
"""
|
|
@@ -17152,6 +17418,10 @@ type IssueComment implements Comment & Deletable & Minimizable & Node & Reactabl
|
|
|
17152
17418
|
Identifies the primary key from the database as a BigInt.
|
|
17153
17419
|
"""
|
|
17154
17420
|
fullDatabaseId: BigInt
|
|
17421
|
+
|
|
17422
|
+
"""
|
|
17423
|
+
The Node ID of this object
|
|
17424
|
+
"""
|
|
17155
17425
|
id: ID!
|
|
17156
17426
|
|
|
17157
17427
|
"""
|
|
@@ -17983,6 +18253,10 @@ type Label implements Node {
|
|
|
17983
18253
|
A brief description of this label.
|
|
17984
18254
|
"""
|
|
17985
18255
|
description: String
|
|
18256
|
+
|
|
18257
|
+
"""
|
|
18258
|
+
The Node ID of this object
|
|
18259
|
+
"""
|
|
17986
18260
|
id: ID!
|
|
17987
18261
|
|
|
17988
18262
|
"""
|
|
@@ -18229,6 +18503,10 @@ type LabeledEvent implements Node {
|
|
|
18229
18503
|
Identifies the date and time when the object was created.
|
|
18230
18504
|
"""
|
|
18231
18505
|
createdAt: DateTime!
|
|
18506
|
+
|
|
18507
|
+
"""
|
|
18508
|
+
The Node ID of this object
|
|
18509
|
+
"""
|
|
18232
18510
|
id: ID!
|
|
18233
18511
|
|
|
18234
18512
|
"""
|
|
@@ -18250,6 +18528,10 @@ type Language implements Node {
|
|
|
18250
18528
|
The color defined for the current language.
|
|
18251
18529
|
"""
|
|
18252
18530
|
color: String
|
|
18531
|
+
|
|
18532
|
+
"""
|
|
18533
|
+
The Node ID of this object
|
|
18534
|
+
"""
|
|
18253
18535
|
id: ID!
|
|
18254
18536
|
|
|
18255
18537
|
"""
|
|
@@ -18354,6 +18636,10 @@ type License implements Node {
|
|
|
18354
18636
|
Whether the license should be displayed in license pickers
|
|
18355
18637
|
"""
|
|
18356
18638
|
hidden: Boolean!
|
|
18639
|
+
|
|
18640
|
+
"""
|
|
18641
|
+
The Node ID of this object
|
|
18642
|
+
"""
|
|
18357
18643
|
id: ID!
|
|
18358
18644
|
|
|
18359
18645
|
"""
|
|
@@ -18536,6 +18822,9 @@ type LinkRepositoryToProjectPayload {
|
|
|
18536
18822
|
A branch linked to an issue.
|
|
18537
18823
|
"""
|
|
18538
18824
|
type LinkedBranch implements Node {
|
|
18825
|
+
"""
|
|
18826
|
+
The Node ID of this object
|
|
18827
|
+
"""
|
|
18539
18828
|
id: ID!
|
|
18540
18829
|
|
|
18541
18830
|
"""
|
|
@@ -18677,6 +18966,10 @@ type LockedEvent implements Node {
|
|
|
18677
18966
|
Identifies the date and time when the object was created.
|
|
18678
18967
|
"""
|
|
18679
18968
|
createdAt: DateTime!
|
|
18969
|
+
|
|
18970
|
+
"""
|
|
18971
|
+
The Node ID of this object
|
|
18972
|
+
"""
|
|
18680
18973
|
id: ID!
|
|
18681
18974
|
|
|
18682
18975
|
"""
|
|
@@ -18723,6 +19016,10 @@ type Mannequin implements Actor & Node & UniformResourceLocatable {
|
|
|
18723
19016
|
The mannequin's email on the source instance.
|
|
18724
19017
|
"""
|
|
18725
19018
|
email: String
|
|
19019
|
+
|
|
19020
|
+
"""
|
|
19021
|
+
The Node ID of this object
|
|
19022
|
+
"""
|
|
18726
19023
|
id: ID!
|
|
18727
19024
|
|
|
18728
19025
|
"""
|
|
@@ -18964,6 +19261,10 @@ type MarkedAsDuplicateEvent implements Node {
|
|
|
18964
19261
|
The issue or pull request which has been marked as a duplicate of another.
|
|
18965
19262
|
"""
|
|
18966
19263
|
duplicate: IssueOrPullRequest
|
|
19264
|
+
|
|
19265
|
+
"""
|
|
19266
|
+
The Node ID of this object
|
|
19267
|
+
"""
|
|
18967
19268
|
id: ID!
|
|
18968
19269
|
|
|
18969
19270
|
"""
|
|
@@ -18985,6 +19286,10 @@ type MarketplaceCategory implements Node {
|
|
|
18985
19286
|
The technical description of how apps listed in this category work with GitHub.
|
|
18986
19287
|
"""
|
|
18987
19288
|
howItWorks: String
|
|
19289
|
+
|
|
19290
|
+
"""
|
|
19291
|
+
The Node ID of this object
|
|
19292
|
+
"""
|
|
18988
19293
|
id: ID!
|
|
18989
19294
|
|
|
18990
19295
|
"""
|
|
@@ -19091,6 +19396,10 @@ type MarketplaceListing implements Node {
|
|
|
19091
19396
|
The listing's technical description rendered to HTML.
|
|
19092
19397
|
"""
|
|
19093
19398
|
howItWorksHTML: HTML!
|
|
19399
|
+
|
|
19400
|
+
"""
|
|
19401
|
+
The Node ID of this object
|
|
19402
|
+
"""
|
|
19094
19403
|
id: ID!
|
|
19095
19404
|
|
|
19096
19405
|
"""
|
|
@@ -19359,6 +19668,10 @@ type MemberFeatureRequestNotification implements Node {
|
|
|
19359
19668
|
Represents member feature request body containing organization name and the number of feature requests
|
|
19360
19669
|
"""
|
|
19361
19670
|
body: String!
|
|
19671
|
+
|
|
19672
|
+
"""
|
|
19673
|
+
The Node ID of this object
|
|
19674
|
+
"""
|
|
19362
19675
|
id: ID!
|
|
19363
19676
|
|
|
19364
19677
|
"""
|
|
@@ -19465,6 +19778,10 @@ type MembersCanDeleteReposClearAuditEntry implements AuditEntry & EnterpriseAudi
|
|
|
19465
19778
|
The HTTP URL for this enterprise.
|
|
19466
19779
|
"""
|
|
19467
19780
|
enterpriseUrl: URI
|
|
19781
|
+
|
|
19782
|
+
"""
|
|
19783
|
+
The Node ID of this object
|
|
19784
|
+
"""
|
|
19468
19785
|
id: ID!
|
|
19469
19786
|
|
|
19470
19787
|
"""
|
|
@@ -19571,6 +19888,10 @@ type MembersCanDeleteReposDisableAuditEntry implements AuditEntry & EnterpriseAu
|
|
|
19571
19888
|
The HTTP URL for this enterprise.
|
|
19572
19889
|
"""
|
|
19573
19890
|
enterpriseUrl: URI
|
|
19891
|
+
|
|
19892
|
+
"""
|
|
19893
|
+
The Node ID of this object
|
|
19894
|
+
"""
|
|
19574
19895
|
id: ID!
|
|
19575
19896
|
|
|
19576
19897
|
"""
|
|
@@ -19677,6 +19998,10 @@ type MembersCanDeleteReposEnableAuditEntry implements AuditEntry & EnterpriseAud
|
|
|
19677
19998
|
The HTTP URL for this enterprise.
|
|
19678
19999
|
"""
|
|
19679
20000
|
enterpriseUrl: URI
|
|
20001
|
+
|
|
20002
|
+
"""
|
|
20003
|
+
The Node ID of this object
|
|
20004
|
+
"""
|
|
19680
20005
|
id: ID!
|
|
19681
20006
|
|
|
19682
20007
|
"""
|
|
@@ -19743,6 +20068,10 @@ type MentionedEvent implements Node {
|
|
|
19743
20068
|
Identifies the primary key from the database.
|
|
19744
20069
|
"""
|
|
19745
20070
|
databaseId: Int
|
|
20071
|
+
|
|
20072
|
+
"""
|
|
20073
|
+
The Node ID of this object
|
|
20074
|
+
"""
|
|
19746
20075
|
id: ID!
|
|
19747
20076
|
}
|
|
19748
20077
|
|
|
@@ -19924,6 +20253,10 @@ type MergeQueue implements Node {
|
|
|
19924
20253
|
"""
|
|
19925
20254
|
last: Int
|
|
19926
20255
|
): MergeQueueEntryConnection
|
|
20256
|
+
|
|
20257
|
+
"""
|
|
20258
|
+
The Node ID of this object
|
|
20259
|
+
"""
|
|
19927
20260
|
id: ID!
|
|
19928
20261
|
|
|
19929
20262
|
"""
|
|
@@ -20016,6 +20349,10 @@ type MergeQueueEntry implements Node {
|
|
|
20016
20349
|
The head commit for this entry
|
|
20017
20350
|
"""
|
|
20018
20351
|
headCommit: Commit
|
|
20352
|
+
|
|
20353
|
+
"""
|
|
20354
|
+
The Node ID of this object
|
|
20355
|
+
"""
|
|
20019
20356
|
id: ID!
|
|
20020
20357
|
|
|
20021
20358
|
"""
|
|
@@ -20172,6 +20509,10 @@ type MergedEvent implements Node & UniformResourceLocatable {
|
|
|
20172
20509
|
Identifies the date and time when the object was created.
|
|
20173
20510
|
"""
|
|
20174
20511
|
createdAt: DateTime!
|
|
20512
|
+
|
|
20513
|
+
"""
|
|
20514
|
+
The Node ID of this object
|
|
20515
|
+
"""
|
|
20175
20516
|
id: ID!
|
|
20176
20517
|
|
|
20177
20518
|
"""
|
|
@@ -20223,6 +20564,10 @@ interface Migration {
|
|
|
20223
20564
|
The reason the migration failed.
|
|
20224
20565
|
"""
|
|
20225
20566
|
failureReason: String
|
|
20567
|
+
|
|
20568
|
+
"""
|
|
20569
|
+
The Node ID of the Migration object
|
|
20570
|
+
"""
|
|
20226
20571
|
id: ID!
|
|
20227
20572
|
|
|
20228
20573
|
"""
|
|
@@ -20261,6 +20606,9 @@ interface Migration {
|
|
|
20261
20606
|
A GitHub Enterprise Importer (GEI) migration source.
|
|
20262
20607
|
"""
|
|
20263
20608
|
type MigrationSource implements Node {
|
|
20609
|
+
"""
|
|
20610
|
+
The Node ID of this object
|
|
20611
|
+
"""
|
|
20264
20612
|
id: ID!
|
|
20265
20613
|
|
|
20266
20614
|
"""
|
|
@@ -20372,6 +20720,10 @@ type Milestone implements Closable & Node & UniformResourceLocatable {
|
|
|
20372
20720
|
Identifies the due date of the milestone.
|
|
20373
20721
|
"""
|
|
20374
20722
|
dueOn: DateTime
|
|
20723
|
+
|
|
20724
|
+
"""
|
|
20725
|
+
The Node ID of this object
|
|
20726
|
+
"""
|
|
20375
20727
|
id: ID!
|
|
20376
20728
|
|
|
20377
20729
|
"""
|
|
@@ -20633,6 +20985,10 @@ type MilestonedEvent implements Node {
|
|
|
20633
20985
|
Identifies the date and time when the object was created.
|
|
20634
20986
|
"""
|
|
20635
20987
|
createdAt: DateTime!
|
|
20988
|
+
|
|
20989
|
+
"""
|
|
20990
|
+
The Node ID of this object
|
|
20991
|
+
"""
|
|
20636
20992
|
id: ID!
|
|
20637
20993
|
|
|
20638
20994
|
"""
|
|
@@ -20796,6 +21152,10 @@ type MovedColumnsInProjectEvent implements Node {
|
|
|
20796
21152
|
Identifies the primary key from the database.
|
|
20797
21153
|
"""
|
|
20798
21154
|
databaseId: Int
|
|
21155
|
+
|
|
21156
|
+
"""
|
|
21157
|
+
The Node ID of this object
|
|
21158
|
+
"""
|
|
20799
21159
|
id: ID!
|
|
20800
21160
|
}
|
|
20801
21161
|
|
|
@@ -23123,6 +23483,10 @@ type OIDCProvider implements Node {
|
|
|
23123
23483
|
"""
|
|
23124
23484
|
userName: String
|
|
23125
23485
|
): ExternalIdentityConnection!
|
|
23486
|
+
|
|
23487
|
+
"""
|
|
23488
|
+
The Node ID of this object
|
|
23489
|
+
"""
|
|
23126
23490
|
id: ID!
|
|
23127
23491
|
|
|
23128
23492
|
"""
|
|
@@ -23219,6 +23583,10 @@ type OauthApplicationCreateAuditEntry implements AuditEntry & Node & OauthApplic
|
|
|
23219
23583
|
The time the action was initiated
|
|
23220
23584
|
"""
|
|
23221
23585
|
createdAt: PreciseDateTime!
|
|
23586
|
+
|
|
23587
|
+
"""
|
|
23588
|
+
The Node ID of this object
|
|
23589
|
+
"""
|
|
23222
23590
|
id: ID!
|
|
23223
23591
|
|
|
23224
23592
|
"""
|
|
@@ -23410,6 +23778,10 @@ type OrgAddBillingManagerAuditEntry implements AuditEntry & Node & OrganizationA
|
|
|
23410
23778
|
The time the action was initiated
|
|
23411
23779
|
"""
|
|
23412
23780
|
createdAt: PreciseDateTime!
|
|
23781
|
+
|
|
23782
|
+
"""
|
|
23783
|
+
The Node ID of this object
|
|
23784
|
+
"""
|
|
23413
23785
|
id: ID!
|
|
23414
23786
|
|
|
23415
23787
|
"""
|
|
@@ -23506,6 +23878,10 @@ type OrgAddMemberAuditEntry implements AuditEntry & Node & OrganizationAuditEntr
|
|
|
23506
23878
|
The time the action was initiated
|
|
23507
23879
|
"""
|
|
23508
23880
|
createdAt: PreciseDateTime!
|
|
23881
|
+
|
|
23882
|
+
"""
|
|
23883
|
+
The Node ID of this object
|
|
23884
|
+
"""
|
|
23509
23885
|
id: ID!
|
|
23510
23886
|
|
|
23511
23887
|
"""
|
|
@@ -23637,6 +24013,10 @@ type OrgBlockUserAuditEntry implements AuditEntry & Node & OrganizationAuditEntr
|
|
|
23637
24013
|
The time the action was initiated
|
|
23638
24014
|
"""
|
|
23639
24015
|
createdAt: PreciseDateTime!
|
|
24016
|
+
|
|
24017
|
+
"""
|
|
24018
|
+
The Node ID of this object
|
|
24019
|
+
"""
|
|
23640
24020
|
id: ID!
|
|
23641
24021
|
|
|
23642
24022
|
"""
|
|
@@ -23728,6 +24108,10 @@ type OrgConfigDisableCollaboratorsOnlyAuditEntry implements AuditEntry & Node &
|
|
|
23728
24108
|
The time the action was initiated
|
|
23729
24109
|
"""
|
|
23730
24110
|
createdAt: PreciseDateTime!
|
|
24111
|
+
|
|
24112
|
+
"""
|
|
24113
|
+
The Node ID of this object
|
|
24114
|
+
"""
|
|
23731
24115
|
id: ID!
|
|
23732
24116
|
|
|
23733
24117
|
"""
|
|
@@ -23819,6 +24203,10 @@ type OrgConfigEnableCollaboratorsOnlyAuditEntry implements AuditEntry & Node & O
|
|
|
23819
24203
|
The time the action was initiated
|
|
23820
24204
|
"""
|
|
23821
24205
|
createdAt: PreciseDateTime!
|
|
24206
|
+
|
|
24207
|
+
"""
|
|
24208
|
+
The Node ID of this object
|
|
24209
|
+
"""
|
|
23822
24210
|
id: ID!
|
|
23823
24211
|
|
|
23824
24212
|
"""
|
|
@@ -23915,6 +24303,10 @@ type OrgCreateAuditEntry implements AuditEntry & Node & OrganizationAuditEntryDa
|
|
|
23915
24303
|
The time the action was initiated
|
|
23916
24304
|
"""
|
|
23917
24305
|
createdAt: PreciseDateTime!
|
|
24306
|
+
|
|
24307
|
+
"""
|
|
24308
|
+
The Node ID of this object
|
|
24309
|
+
"""
|
|
23918
24310
|
id: ID!
|
|
23919
24311
|
|
|
23920
24312
|
"""
|
|
@@ -24036,6 +24428,10 @@ type OrgDisableOauthAppRestrictionsAuditEntry implements AuditEntry & Node & Org
|
|
|
24036
24428
|
The time the action was initiated
|
|
24037
24429
|
"""
|
|
24038
24430
|
createdAt: PreciseDateTime!
|
|
24431
|
+
|
|
24432
|
+
"""
|
|
24433
|
+
The Node ID of this object
|
|
24434
|
+
"""
|
|
24039
24435
|
id: ID!
|
|
24040
24436
|
|
|
24041
24437
|
"""
|
|
@@ -24132,6 +24528,10 @@ type OrgDisableSamlAuditEntry implements AuditEntry & Node & OrganizationAuditEn
|
|
|
24132
24528
|
The SAML provider's digest algorithm URL.
|
|
24133
24529
|
"""
|
|
24134
24530
|
digestMethodUrl: URI
|
|
24531
|
+
|
|
24532
|
+
"""
|
|
24533
|
+
The Node ID of this object
|
|
24534
|
+
"""
|
|
24135
24535
|
id: ID!
|
|
24136
24536
|
|
|
24137
24537
|
"""
|
|
@@ -24238,6 +24638,10 @@ type OrgDisableTwoFactorRequirementAuditEntry implements AuditEntry & Node & Org
|
|
|
24238
24638
|
The time the action was initiated
|
|
24239
24639
|
"""
|
|
24240
24640
|
createdAt: PreciseDateTime!
|
|
24641
|
+
|
|
24642
|
+
"""
|
|
24643
|
+
The Node ID of this object
|
|
24644
|
+
"""
|
|
24241
24645
|
id: ID!
|
|
24242
24646
|
|
|
24243
24647
|
"""
|
|
@@ -24329,6 +24733,10 @@ type OrgEnableOauthAppRestrictionsAuditEntry implements AuditEntry & Node & Orga
|
|
|
24329
24733
|
The time the action was initiated
|
|
24330
24734
|
"""
|
|
24331
24735
|
createdAt: PreciseDateTime!
|
|
24736
|
+
|
|
24737
|
+
"""
|
|
24738
|
+
The Node ID of this object
|
|
24739
|
+
"""
|
|
24332
24740
|
id: ID!
|
|
24333
24741
|
|
|
24334
24742
|
"""
|
|
@@ -24425,6 +24833,10 @@ type OrgEnableSamlAuditEntry implements AuditEntry & Node & OrganizationAuditEnt
|
|
|
24425
24833
|
The SAML provider's digest algorithm URL.
|
|
24426
24834
|
"""
|
|
24427
24835
|
digestMethodUrl: URI
|
|
24836
|
+
|
|
24837
|
+
"""
|
|
24838
|
+
The Node ID of this object
|
|
24839
|
+
"""
|
|
24428
24840
|
id: ID!
|
|
24429
24841
|
|
|
24430
24842
|
"""
|
|
@@ -24531,6 +24943,10 @@ type OrgEnableTwoFactorRequirementAuditEntry implements AuditEntry & Node & Orga
|
|
|
24531
24943
|
The time the action was initiated
|
|
24532
24944
|
"""
|
|
24533
24945
|
createdAt: PreciseDateTime!
|
|
24946
|
+
|
|
24947
|
+
"""
|
|
24948
|
+
The Node ID of this object
|
|
24949
|
+
"""
|
|
24534
24950
|
id: ID!
|
|
24535
24951
|
|
|
24536
24952
|
"""
|
|
@@ -24652,6 +25068,10 @@ type OrgInviteMemberAuditEntry implements AuditEntry & Node & OrganizationAuditE
|
|
|
24652
25068
|
The email address of the organization invitation.
|
|
24653
25069
|
"""
|
|
24654
25070
|
email: String
|
|
25071
|
+
|
|
25072
|
+
"""
|
|
25073
|
+
The Node ID of this object
|
|
25074
|
+
"""
|
|
24655
25075
|
id: ID!
|
|
24656
25076
|
|
|
24657
25077
|
"""
|
|
@@ -24763,6 +25183,10 @@ type OrgInviteToBusinessAuditEntry implements AuditEntry & EnterpriseAuditEntryD
|
|
|
24763
25183
|
The HTTP URL for this enterprise.
|
|
24764
25184
|
"""
|
|
24765
25185
|
enterpriseUrl: URI
|
|
25186
|
+
|
|
25187
|
+
"""
|
|
25188
|
+
The Node ID of this object
|
|
25189
|
+
"""
|
|
24766
25190
|
id: ID!
|
|
24767
25191
|
|
|
24768
25192
|
"""
|
|
@@ -24854,6 +25278,10 @@ type OrgOauthAppAccessApprovedAuditEntry implements AuditEntry & Node & OauthApp
|
|
|
24854
25278
|
The time the action was initiated
|
|
24855
25279
|
"""
|
|
24856
25280
|
createdAt: PreciseDateTime!
|
|
25281
|
+
|
|
25282
|
+
"""
|
|
25283
|
+
The Node ID of this object
|
|
25284
|
+
"""
|
|
24857
25285
|
id: ID!
|
|
24858
25286
|
|
|
24859
25287
|
"""
|
|
@@ -24960,6 +25388,10 @@ type OrgOauthAppAccessBlockedAuditEntry implements AuditEntry & Node & OauthAppl
|
|
|
24960
25388
|
The time the action was initiated
|
|
24961
25389
|
"""
|
|
24962
25390
|
createdAt: PreciseDateTime!
|
|
25391
|
+
|
|
25392
|
+
"""
|
|
25393
|
+
The Node ID of this object
|
|
25394
|
+
"""
|
|
24963
25395
|
id: ID!
|
|
24964
25396
|
|
|
24965
25397
|
"""
|
|
@@ -25066,6 +25498,10 @@ type OrgOauthAppAccessDeniedAuditEntry implements AuditEntry & Node & OauthAppli
|
|
|
25066
25498
|
The time the action was initiated
|
|
25067
25499
|
"""
|
|
25068
25500
|
createdAt: PreciseDateTime!
|
|
25501
|
+
|
|
25502
|
+
"""
|
|
25503
|
+
The Node ID of this object
|
|
25504
|
+
"""
|
|
25069
25505
|
id: ID!
|
|
25070
25506
|
|
|
25071
25507
|
"""
|
|
@@ -25172,6 +25608,10 @@ type OrgOauthAppAccessRequestedAuditEntry implements AuditEntry & Node & OauthAp
|
|
|
25172
25608
|
The time the action was initiated
|
|
25173
25609
|
"""
|
|
25174
25610
|
createdAt: PreciseDateTime!
|
|
25611
|
+
|
|
25612
|
+
"""
|
|
25613
|
+
The Node ID of this object
|
|
25614
|
+
"""
|
|
25175
25615
|
id: ID!
|
|
25176
25616
|
|
|
25177
25617
|
"""
|
|
@@ -25278,6 +25718,10 @@ type OrgOauthAppAccessUnblockedAuditEntry implements AuditEntry & Node & OauthAp
|
|
|
25278
25718
|
The time the action was initiated
|
|
25279
25719
|
"""
|
|
25280
25720
|
createdAt: PreciseDateTime!
|
|
25721
|
+
|
|
25722
|
+
"""
|
|
25723
|
+
The Node ID of this object
|
|
25724
|
+
"""
|
|
25281
25725
|
id: ID!
|
|
25282
25726
|
|
|
25283
25727
|
"""
|
|
@@ -25384,6 +25828,10 @@ type OrgRemoveBillingManagerAuditEntry implements AuditEntry & Node & Organizati
|
|
|
25384
25828
|
The time the action was initiated
|
|
25385
25829
|
"""
|
|
25386
25830
|
createdAt: PreciseDateTime!
|
|
25831
|
+
|
|
25832
|
+
"""
|
|
25833
|
+
The Node ID of this object
|
|
25834
|
+
"""
|
|
25387
25835
|
id: ID!
|
|
25388
25836
|
|
|
25389
25837
|
"""
|
|
@@ -25500,6 +25948,10 @@ type OrgRemoveMemberAuditEntry implements AuditEntry & Node & OrganizationAuditE
|
|
|
25500
25948
|
The time the action was initiated
|
|
25501
25949
|
"""
|
|
25502
25950
|
createdAt: PreciseDateTime!
|
|
25951
|
+
|
|
25952
|
+
"""
|
|
25953
|
+
The Node ID of this object
|
|
25954
|
+
"""
|
|
25503
25955
|
id: ID!
|
|
25504
25956
|
|
|
25505
25957
|
"""
|
|
@@ -25672,6 +26124,10 @@ type OrgRemoveOutsideCollaboratorAuditEntry implements AuditEntry & Node & Organ
|
|
|
25672
26124
|
The time the action was initiated
|
|
25673
26125
|
"""
|
|
25674
26126
|
createdAt: PreciseDateTime!
|
|
26127
|
+
|
|
26128
|
+
"""
|
|
26129
|
+
The Node ID of this object
|
|
26130
|
+
"""
|
|
25675
26131
|
id: ID!
|
|
25676
26132
|
|
|
25677
26133
|
"""
|
|
@@ -25811,6 +26267,10 @@ type OrgRestoreMemberAuditEntry implements AuditEntry & Node & OrganizationAudit
|
|
|
25811
26267
|
The time the action was initiated
|
|
25812
26268
|
"""
|
|
25813
26269
|
createdAt: PreciseDateTime!
|
|
26270
|
+
|
|
26271
|
+
"""
|
|
26272
|
+
The Node ID of this object
|
|
26273
|
+
"""
|
|
25814
26274
|
id: ID!
|
|
25815
26275
|
|
|
25816
26276
|
"""
|
|
@@ -26037,6 +26497,10 @@ type OrgUnblockUserAuditEntry implements AuditEntry & Node & OrganizationAuditEn
|
|
|
26037
26497
|
The time the action was initiated
|
|
26038
26498
|
"""
|
|
26039
26499
|
createdAt: PreciseDateTime!
|
|
26500
|
+
|
|
26501
|
+
"""
|
|
26502
|
+
The Node ID of this object
|
|
26503
|
+
"""
|
|
26040
26504
|
id: ID!
|
|
26041
26505
|
|
|
26042
26506
|
"""
|
|
@@ -26128,6 +26592,10 @@ type OrgUpdateDefaultRepositoryPermissionAuditEntry implements AuditEntry & Node
|
|
|
26128
26592
|
The time the action was initiated
|
|
26129
26593
|
"""
|
|
26130
26594
|
createdAt: PreciseDateTime!
|
|
26595
|
+
|
|
26596
|
+
"""
|
|
26597
|
+
The Node ID of this object
|
|
26598
|
+
"""
|
|
26131
26599
|
id: ID!
|
|
26132
26600
|
|
|
26133
26601
|
"""
|
|
@@ -26254,6 +26722,10 @@ type OrgUpdateMemberAuditEntry implements AuditEntry & Node & OrganizationAuditE
|
|
|
26254
26722
|
The time the action was initiated
|
|
26255
26723
|
"""
|
|
26256
26724
|
createdAt: PreciseDateTime!
|
|
26725
|
+
|
|
26726
|
+
"""
|
|
26727
|
+
The Node ID of this object
|
|
26728
|
+
"""
|
|
26257
26729
|
id: ID!
|
|
26258
26730
|
|
|
26259
26731
|
"""
|
|
@@ -26375,6 +26847,10 @@ type OrgUpdateMemberRepositoryCreationPermissionAuditEntry implements AuditEntry
|
|
|
26375
26847
|
The time the action was initiated
|
|
26376
26848
|
"""
|
|
26377
26849
|
createdAt: PreciseDateTime!
|
|
26850
|
+
|
|
26851
|
+
"""
|
|
26852
|
+
The Node ID of this object
|
|
26853
|
+
"""
|
|
26378
26854
|
id: ID!
|
|
26379
26855
|
|
|
26380
26856
|
"""
|
|
@@ -26521,6 +26997,10 @@ type OrgUpdateMemberRepositoryInvitationPermissionAuditEntry implements AuditEnt
|
|
|
26521
26997
|
The time the action was initiated
|
|
26522
26998
|
"""
|
|
26523
26999
|
createdAt: PreciseDateTime!
|
|
27000
|
+
|
|
27001
|
+
"""
|
|
27002
|
+
The Node ID of this object
|
|
27003
|
+
"""
|
|
26524
27004
|
id: ID!
|
|
26525
27005
|
|
|
26526
27006
|
"""
|
|
@@ -26762,6 +27242,10 @@ type Organization implements Actor & AnnouncementBanner & MemberStatusable & Nod
|
|
|
26762
27242
|
True if this user/organization has a GitHub Sponsors listing.
|
|
26763
27243
|
"""
|
|
26764
27244
|
hasSponsorsListing: Boolean!
|
|
27245
|
+
|
|
27246
|
+
"""
|
|
27247
|
+
The Node ID of this object
|
|
27248
|
+
"""
|
|
26765
27249
|
id: ID!
|
|
26766
27250
|
|
|
26767
27251
|
"""
|
|
@@ -28155,6 +28639,10 @@ type OrganizationIdentityProvider implements Node {
|
|
|
28155
28639
|
"""
|
|
28156
28640
|
userName: String
|
|
28157
28641
|
): ExternalIdentityConnection!
|
|
28642
|
+
|
|
28643
|
+
"""
|
|
28644
|
+
The Node ID of this object
|
|
28645
|
+
"""
|
|
28158
28646
|
id: ID!
|
|
28159
28647
|
|
|
28160
28648
|
"""
|
|
@@ -28196,6 +28684,10 @@ type OrganizationInvitation implements Node {
|
|
|
28196
28684
|
The email address of the user invited to the organization.
|
|
28197
28685
|
"""
|
|
28198
28686
|
email: String
|
|
28687
|
+
|
|
28688
|
+
"""
|
|
28689
|
+
The Node ID of this object
|
|
28690
|
+
"""
|
|
28199
28691
|
id: ID!
|
|
28200
28692
|
|
|
28201
28693
|
"""
|
|
@@ -28437,6 +28929,10 @@ type OrganizationMigration implements Node {
|
|
|
28437
28929
|
The reason the organization migration failed.
|
|
28438
28930
|
"""
|
|
28439
28931
|
failureReason: String
|
|
28932
|
+
|
|
28933
|
+
"""
|
|
28934
|
+
The Node ID of this object
|
|
28935
|
+
"""
|
|
28440
28936
|
id: ID!
|
|
28441
28937
|
|
|
28442
28938
|
"""
|
|
@@ -28669,6 +29165,9 @@ type OrganizationsHovercardContext implements HovercardContext {
|
|
|
28669
29165
|
Information for an uploaded package.
|
|
28670
29166
|
"""
|
|
28671
29167
|
type Package implements Node {
|
|
29168
|
+
"""
|
|
29169
|
+
The Node ID of this object
|
|
29170
|
+
"""
|
|
28672
29171
|
id: ID!
|
|
28673
29172
|
|
|
28674
29173
|
"""
|
|
@@ -28781,6 +29280,9 @@ type PackageEdge {
|
|
|
28781
29280
|
A file in a package version.
|
|
28782
29281
|
"""
|
|
28783
29282
|
type PackageFile implements Node {
|
|
29283
|
+
"""
|
|
29284
|
+
The Node ID of this object
|
|
29285
|
+
"""
|
|
28784
29286
|
id: ID!
|
|
28785
29287
|
|
|
28786
29288
|
"""
|
|
@@ -28918,6 +29420,9 @@ enum PackageOrderField {
|
|
|
28918
29420
|
Represents an owner of a package.
|
|
28919
29421
|
"""
|
|
28920
29422
|
interface PackageOwner {
|
|
29423
|
+
"""
|
|
29424
|
+
The Node ID of the PackageOwner object
|
|
29425
|
+
"""
|
|
28921
29426
|
id: ID!
|
|
28922
29427
|
|
|
28923
29428
|
"""
|
|
@@ -28980,6 +29485,9 @@ type PackageStatistics {
|
|
|
28980
29485
|
A version tag contains the mapping between a tag name and a version.
|
|
28981
29486
|
"""
|
|
28982
29487
|
type PackageTag implements Node {
|
|
29488
|
+
"""
|
|
29489
|
+
The Node ID of this object
|
|
29490
|
+
"""
|
|
28983
29491
|
id: ID!
|
|
28984
29492
|
|
|
28985
29493
|
"""
|
|
@@ -29066,6 +29574,10 @@ type PackageVersion implements Node {
|
|
|
29066
29574
|
"""
|
|
29067
29575
|
orderBy: PackageFileOrder = {field: CREATED_AT, direction: ASC}
|
|
29068
29576
|
): PackageFileConnection!
|
|
29577
|
+
|
|
29578
|
+
"""
|
|
29579
|
+
The Node ID of this object
|
|
29580
|
+
"""
|
|
29069
29581
|
id: ID!
|
|
29070
29582
|
|
|
29071
29583
|
"""
|
|
@@ -29417,6 +29929,10 @@ type PinnedDiscussion implements Node & RepositoryNode {
|
|
|
29417
29929
|
Color stops of the chosen gradient
|
|
29418
29930
|
"""
|
|
29419
29931
|
gradientStopColors: [String!]!
|
|
29932
|
+
|
|
29933
|
+
"""
|
|
29934
|
+
The Node ID of this object
|
|
29935
|
+
"""
|
|
29420
29936
|
id: ID!
|
|
29421
29937
|
|
|
29422
29938
|
"""
|
|
@@ -29563,6 +30079,10 @@ type PinnedEvent implements Node {
|
|
|
29563
30079
|
Identifies the date and time when the object was created.
|
|
29564
30080
|
"""
|
|
29565
30081
|
createdAt: DateTime!
|
|
30082
|
+
|
|
30083
|
+
"""
|
|
30084
|
+
The Node ID of this object
|
|
30085
|
+
"""
|
|
29566
30086
|
id: ID!
|
|
29567
30087
|
|
|
29568
30088
|
"""
|
|
@@ -29584,6 +30104,10 @@ type PinnedIssue implements Node {
|
|
|
29584
30104
|
Identifies the primary key from the database as a BigInt.
|
|
29585
30105
|
"""
|
|
29586
30106
|
fullDatabaseId: BigInt
|
|
30107
|
+
|
|
30108
|
+
"""
|
|
30109
|
+
The Node ID of this object
|
|
30110
|
+
"""
|
|
29587
30111
|
id: ID!
|
|
29588
30112
|
|
|
29589
30113
|
"""
|
|
@@ -29705,6 +30229,10 @@ type PrivateRepositoryForkingDisableAuditEntry implements AuditEntry & Enterpris
|
|
|
29705
30229
|
The HTTP URL for this enterprise.
|
|
29706
30230
|
"""
|
|
29707
30231
|
enterpriseUrl: URI
|
|
30232
|
+
|
|
30233
|
+
"""
|
|
30234
|
+
The Node ID of this object
|
|
30235
|
+
"""
|
|
29708
30236
|
id: ID!
|
|
29709
30237
|
|
|
29710
30238
|
"""
|
|
@@ -29831,6 +30359,10 @@ type PrivateRepositoryForkingEnableAuditEntry implements AuditEntry & Enterprise
|
|
|
29831
30359
|
The HTTP URL for this enterprise.
|
|
29832
30360
|
"""
|
|
29833
30361
|
enterpriseUrl: URI
|
|
30362
|
+
|
|
30363
|
+
"""
|
|
30364
|
+
The Node ID of this object
|
|
30365
|
+
"""
|
|
29834
30366
|
id: ID!
|
|
29835
30367
|
|
|
29836
30368
|
"""
|
|
@@ -29955,6 +30487,10 @@ interface ProfileOwner {
|
|
|
29955
30487
|
The public profile email.
|
|
29956
30488
|
"""
|
|
29957
30489
|
email: String
|
|
30490
|
+
|
|
30491
|
+
"""
|
|
30492
|
+
The Node ID of the ProfileOwner object
|
|
30493
|
+
"""
|
|
29958
30494
|
id: ID!
|
|
29959
30495
|
|
|
29960
30496
|
"""
|
|
@@ -30117,6 +30653,10 @@ type Project implements Closable & Node & Updatable {
|
|
|
30117
30653
|
Identifies the primary key from the database.
|
|
30118
30654
|
"""
|
|
30119
30655
|
databaseId: Int
|
|
30656
|
+
|
|
30657
|
+
"""
|
|
30658
|
+
The Node ID of this object
|
|
30659
|
+
"""
|
|
30120
30660
|
id: ID!
|
|
30121
30661
|
|
|
30122
30662
|
"""
|
|
@@ -30236,6 +30776,10 @@ type ProjectCard implements Node {
|
|
|
30236
30776
|
Identifies the primary key from the database.
|
|
30237
30777
|
"""
|
|
30238
30778
|
databaseId: Int
|
|
30779
|
+
|
|
30780
|
+
"""
|
|
30781
|
+
The Node ID of this object
|
|
30782
|
+
"""
|
|
30239
30783
|
id: ID!
|
|
30240
30784
|
|
|
30241
30785
|
"""
|
|
@@ -30397,6 +30941,10 @@ type ProjectColumn implements Node {
|
|
|
30397
30941
|
Identifies the primary key from the database.
|
|
30398
30942
|
"""
|
|
30399
30943
|
databaseId: Int
|
|
30944
|
+
|
|
30945
|
+
"""
|
|
30946
|
+
The Node ID of this object
|
|
30947
|
+
"""
|
|
30400
30948
|
id: ID!
|
|
30401
30949
|
|
|
30402
30950
|
"""
|
|
@@ -30569,6 +31117,9 @@ enum ProjectOrderField {
|
|
|
30569
31117
|
Represents an owner of a Project.
|
|
30570
31118
|
"""
|
|
30571
31119
|
interface ProjectOwner {
|
|
31120
|
+
"""
|
|
31121
|
+
The Node ID of the ProjectOwner object
|
|
31122
|
+
"""
|
|
30572
31123
|
id: ID!
|
|
30573
31124
|
|
|
30574
31125
|
"""
|
|
@@ -30785,6 +31336,10 @@ type ProjectV2 implements Closable & Node & Updatable {
|
|
|
30785
31336
|
"""
|
|
30786
31337
|
orderBy: ProjectV2FieldOrder = {field: POSITION, direction: ASC}
|
|
30787
31338
|
): ProjectV2FieldConfigurationConnection!
|
|
31339
|
+
|
|
31340
|
+
"""
|
|
31341
|
+
The Node ID of this object
|
|
31342
|
+
"""
|
|
30788
31343
|
id: ID!
|
|
30789
31344
|
|
|
30790
31345
|
"""
|
|
@@ -31171,6 +31726,10 @@ type ProjectV2Field implements Node & ProjectV2FieldCommon {
|
|
|
31171
31726
|
Identifies the primary key from the database.
|
|
31172
31727
|
"""
|
|
31173
31728
|
databaseId: Int
|
|
31729
|
+
|
|
31730
|
+
"""
|
|
31731
|
+
The Node ID of this object
|
|
31732
|
+
"""
|
|
31174
31733
|
id: ID!
|
|
31175
31734
|
|
|
31176
31735
|
"""
|
|
@@ -31207,6 +31766,10 @@ interface ProjectV2FieldCommon {
|
|
|
31207
31766
|
Identifies the primary key from the database.
|
|
31208
31767
|
"""
|
|
31209
31768
|
databaseId: Int
|
|
31769
|
+
|
|
31770
|
+
"""
|
|
31771
|
+
The Node ID of the ProjectV2FieldCommon object
|
|
31772
|
+
"""
|
|
31210
31773
|
id: ID!
|
|
31211
31774
|
|
|
31212
31775
|
"""
|
|
@@ -31523,6 +32086,10 @@ type ProjectV2Item implements Node {
|
|
|
31523
32086
|
"""
|
|
31524
32087
|
orderBy: ProjectV2ItemFieldValueOrder = {field: POSITION, direction: ASC}
|
|
31525
32088
|
): ProjectV2ItemFieldValueConnection!
|
|
32089
|
+
|
|
32090
|
+
"""
|
|
32091
|
+
The Node ID of this object
|
|
32092
|
+
"""
|
|
31526
32093
|
id: ID!
|
|
31527
32094
|
|
|
31528
32095
|
"""
|
|
@@ -31619,6 +32186,10 @@ type ProjectV2ItemFieldDateValue implements Node & ProjectV2ItemFieldValueCommon
|
|
|
31619
32186
|
The project field that contains this value.
|
|
31620
32187
|
"""
|
|
31621
32188
|
field: ProjectV2FieldConfiguration!
|
|
32189
|
+
|
|
32190
|
+
"""
|
|
32191
|
+
The Node ID of this object
|
|
32192
|
+
"""
|
|
31622
32193
|
id: ID!
|
|
31623
32194
|
|
|
31624
32195
|
"""
|
|
@@ -31660,6 +32231,10 @@ type ProjectV2ItemFieldIterationValue implements Node & ProjectV2ItemFieldValueC
|
|
|
31660
32231
|
The project field that contains this value.
|
|
31661
32232
|
"""
|
|
31662
32233
|
field: ProjectV2FieldConfiguration!
|
|
32234
|
+
|
|
32235
|
+
"""
|
|
32236
|
+
The Node ID of this object
|
|
32237
|
+
"""
|
|
31663
32238
|
id: ID!
|
|
31664
32239
|
|
|
31665
32240
|
"""
|
|
@@ -31766,6 +32341,10 @@ type ProjectV2ItemFieldNumberValue implements Node & ProjectV2ItemFieldValueComm
|
|
|
31766
32341
|
The project field that contains this value.
|
|
31767
32342
|
"""
|
|
31768
32343
|
field: ProjectV2FieldConfiguration!
|
|
32344
|
+
|
|
32345
|
+
"""
|
|
32346
|
+
The Node ID of this object
|
|
32347
|
+
"""
|
|
31769
32348
|
id: ID!
|
|
31770
32349
|
|
|
31771
32350
|
"""
|
|
@@ -31912,6 +32491,10 @@ type ProjectV2ItemFieldSingleSelectValue implements Node & ProjectV2ItemFieldVal
|
|
|
31912
32491
|
The project field that contains this value.
|
|
31913
32492
|
"""
|
|
31914
32493
|
field: ProjectV2FieldConfiguration!
|
|
32494
|
+
|
|
32495
|
+
"""
|
|
32496
|
+
The Node ID of this object
|
|
32497
|
+
"""
|
|
31915
32498
|
id: ID!
|
|
31916
32499
|
|
|
31917
32500
|
"""
|
|
@@ -31963,6 +32546,10 @@ type ProjectV2ItemFieldTextValue implements Node & ProjectV2ItemFieldValueCommon
|
|
|
31963
32546
|
The project field that contains this value.
|
|
31964
32547
|
"""
|
|
31965
32548
|
field: ProjectV2FieldConfiguration!
|
|
32549
|
+
|
|
32550
|
+
"""
|
|
32551
|
+
The Node ID of this object
|
|
32552
|
+
"""
|
|
31966
32553
|
id: ID!
|
|
31967
32554
|
|
|
31968
32555
|
"""
|
|
@@ -32044,6 +32631,10 @@ interface ProjectV2ItemFieldValueCommon {
|
|
|
32044
32631
|
The project field that contains this value.
|
|
32045
32632
|
"""
|
|
32046
32633
|
field: ProjectV2FieldConfiguration!
|
|
32634
|
+
|
|
32635
|
+
"""
|
|
32636
|
+
The Node ID of the ProjectV2ItemFieldValueCommon object
|
|
32637
|
+
"""
|
|
32047
32638
|
id: ID!
|
|
32048
32639
|
|
|
32049
32640
|
"""
|
|
@@ -32195,6 +32786,10 @@ type ProjectV2IterationField implements Node & ProjectV2FieldCommon {
|
|
|
32195
32786
|
Identifies the primary key from the database.
|
|
32196
32787
|
"""
|
|
32197
32788
|
databaseId: Int
|
|
32789
|
+
|
|
32790
|
+
"""
|
|
32791
|
+
The Node ID of this object
|
|
32792
|
+
"""
|
|
32198
32793
|
id: ID!
|
|
32199
32794
|
|
|
32200
32795
|
"""
|
|
@@ -32312,6 +32907,9 @@ enum ProjectV2OrderField {
|
|
|
32312
32907
|
Represents an owner of a project (beta).
|
|
32313
32908
|
"""
|
|
32314
32909
|
interface ProjectV2Owner {
|
|
32910
|
+
"""
|
|
32911
|
+
The Node ID of the ProjectV2Owner object
|
|
32912
|
+
"""
|
|
32315
32913
|
id: ID!
|
|
32316
32914
|
|
|
32317
32915
|
"""
|
|
@@ -32433,6 +33031,10 @@ type ProjectV2SingleSelectField implements Node & ProjectV2FieldCommon {
|
|
|
32433
33031
|
Identifies the primary key from the database.
|
|
32434
33032
|
"""
|
|
32435
33033
|
databaseId: Int
|
|
33034
|
+
|
|
33035
|
+
"""
|
|
33036
|
+
The Node ID of this object
|
|
33037
|
+
"""
|
|
32436
33038
|
id: ID!
|
|
32437
33039
|
|
|
32438
33040
|
"""
|
|
@@ -32794,6 +33396,10 @@ type ProjectV2View implements Node {
|
|
|
32794
33396
|
"""
|
|
32795
33397
|
orderBy: ProjectV2FieldOrder = {field: POSITION, direction: ASC}
|
|
32796
33398
|
): ProjectV2FieldConfigurationConnection
|
|
33399
|
+
|
|
33400
|
+
"""
|
|
33401
|
+
The Node ID of this object
|
|
33402
|
+
"""
|
|
32797
33403
|
id: ID!
|
|
32798
33404
|
|
|
32799
33405
|
"""
|
|
@@ -33075,6 +33681,10 @@ type ProjectV2Workflow implements Node {
|
|
|
33075
33681
|
Whether the workflow is enabled.
|
|
33076
33682
|
"""
|
|
33077
33683
|
enabled: Boolean!
|
|
33684
|
+
|
|
33685
|
+
"""
|
|
33686
|
+
The Node ID of this object
|
|
33687
|
+
"""
|
|
33078
33688
|
id: ID!
|
|
33079
33689
|
|
|
33080
33690
|
"""
|
|
@@ -33197,6 +33807,10 @@ type PublicKey implements Node {
|
|
|
33197
33807
|
The fingerprint for this PublicKey.
|
|
33198
33808
|
"""
|
|
33199
33809
|
fingerprint: String!
|
|
33810
|
+
|
|
33811
|
+
"""
|
|
33812
|
+
The Node ID of this object
|
|
33813
|
+
"""
|
|
33200
33814
|
id: ID!
|
|
33201
33815
|
|
|
33202
33816
|
"""
|
|
@@ -33575,6 +34189,10 @@ type PullRequest implements Assignable & Closable & Comment & Labelable & Lockab
|
|
|
33575
34189
|
"""
|
|
33576
34190
|
includeNotificationContexts: Boolean = true
|
|
33577
34191
|
): Hovercard!
|
|
34192
|
+
|
|
34193
|
+
"""
|
|
34194
|
+
The Node ID of this object
|
|
34195
|
+
"""
|
|
33578
34196
|
id: ID!
|
|
33579
34197
|
|
|
33580
34198
|
"""
|
|
@@ -34365,6 +34983,10 @@ type PullRequestCommit implements Node & UniformResourceLocatable {
|
|
|
34365
34983
|
The Git commit object
|
|
34366
34984
|
"""
|
|
34367
34985
|
commit: Commit!
|
|
34986
|
+
|
|
34987
|
+
"""
|
|
34988
|
+
The Node ID of this object
|
|
34989
|
+
"""
|
|
34368
34990
|
id: ID!
|
|
34369
34991
|
|
|
34370
34992
|
"""
|
|
@@ -34416,6 +35038,10 @@ type PullRequestCommitCommentThread implements Node & RepositoryNode {
|
|
|
34416
35038
|
The commit the comments were made on.
|
|
34417
35039
|
"""
|
|
34418
35040
|
commit: Commit!
|
|
35041
|
+
|
|
35042
|
+
"""
|
|
35043
|
+
The Node ID of this object
|
|
35044
|
+
"""
|
|
34419
35045
|
id: ID!
|
|
34420
35046
|
|
|
34421
35047
|
"""
|
|
@@ -34752,6 +35378,10 @@ type PullRequestReview implements Comment & Deletable & Minimizable & Node & Rea
|
|
|
34752
35378
|
The actor who edited the comment.
|
|
34753
35379
|
"""
|
|
34754
35380
|
editor: Actor
|
|
35381
|
+
|
|
35382
|
+
"""
|
|
35383
|
+
The Node ID of this object
|
|
35384
|
+
"""
|
|
34755
35385
|
id: ID!
|
|
34756
35386
|
|
|
34757
35387
|
"""
|
|
@@ -35000,6 +35630,10 @@ type PullRequestReviewComment implements Comment & Deletable & Minimizable & Nod
|
|
|
35000
35630
|
The actor who edited the comment.
|
|
35001
35631
|
"""
|
|
35002
35632
|
editor: Actor
|
|
35633
|
+
|
|
35634
|
+
"""
|
|
35635
|
+
The Node ID of this object
|
|
35636
|
+
"""
|
|
35003
35637
|
id: ID!
|
|
35004
35638
|
|
|
35005
35639
|
"""
|
|
@@ -35463,6 +36097,10 @@ type PullRequestReviewThread implements Node {
|
|
|
35463
36097
|
The side of the diff on which this thread was placed.
|
|
35464
36098
|
"""
|
|
35465
36099
|
diffSide: DiffSide!
|
|
36100
|
+
|
|
36101
|
+
"""
|
|
36102
|
+
The Node ID of this object
|
|
36103
|
+
"""
|
|
35466
36104
|
id: ID!
|
|
35467
36105
|
|
|
35468
36106
|
"""
|
|
@@ -35699,6 +36337,10 @@ type PullRequestThread implements Node {
|
|
|
35699
36337
|
The side of the diff on which this thread was placed.
|
|
35700
36338
|
"""
|
|
35701
36339
|
diffSide: DiffSide!
|
|
36340
|
+
|
|
36341
|
+
"""
|
|
36342
|
+
The Node ID of this object
|
|
36343
|
+
"""
|
|
35702
36344
|
id: ID!
|
|
35703
36345
|
|
|
35704
36346
|
"""
|
|
@@ -36191,6 +36833,9 @@ enum PullRequestUpdateState {
|
|
|
36191
36833
|
A Git push.
|
|
36192
36834
|
"""
|
|
36193
36835
|
type Push implements Node {
|
|
36836
|
+
"""
|
|
36837
|
+
The Node ID of this object
|
|
36838
|
+
"""
|
|
36194
36839
|
id: ID!
|
|
36195
36840
|
|
|
36196
36841
|
"""
|
|
@@ -36232,6 +36877,10 @@ type PushAllowance implements Node {
|
|
|
36232
36877
|
Identifies the branch protection rule associated with the allowed user, team, or app.
|
|
36233
36878
|
"""
|
|
36234
36879
|
branchProtectionRule: BranchProtectionRule
|
|
36880
|
+
|
|
36881
|
+
"""
|
|
36882
|
+
The Node ID of this object
|
|
36883
|
+
"""
|
|
36235
36884
|
id: ID!
|
|
36236
36885
|
}
|
|
36237
36886
|
|
|
@@ -36845,6 +37494,10 @@ interface Reactable {
|
|
|
36845
37494
|
Identifies the primary key from the database.
|
|
36846
37495
|
"""
|
|
36847
37496
|
databaseId: Int
|
|
37497
|
+
|
|
37498
|
+
"""
|
|
37499
|
+
The Node ID of the Reactable object
|
|
37500
|
+
"""
|
|
36848
37501
|
id: ID!
|
|
36849
37502
|
|
|
36850
37503
|
"""
|
|
@@ -36952,6 +37605,10 @@ type Reaction implements Node {
|
|
|
36952
37605
|
Identifies the primary key from the database.
|
|
36953
37606
|
"""
|
|
36954
37607
|
databaseId: Int
|
|
37608
|
+
|
|
37609
|
+
"""
|
|
37610
|
+
The Node ID of this object
|
|
37611
|
+
"""
|
|
36955
37612
|
id: ID!
|
|
36956
37613
|
|
|
36957
37614
|
"""
|
|
@@ -37218,6 +37875,10 @@ type ReadyForReviewEvent implements Node & UniformResourceLocatable {
|
|
|
37218
37875
|
Identifies the date and time when the object was created.
|
|
37219
37876
|
"""
|
|
37220
37877
|
createdAt: DateTime!
|
|
37878
|
+
|
|
37879
|
+
"""
|
|
37880
|
+
The Node ID of this object
|
|
37881
|
+
"""
|
|
37221
37882
|
id: ID!
|
|
37222
37883
|
|
|
37223
37884
|
"""
|
|
@@ -37304,6 +37965,10 @@ type Ref implements Node {
|
|
|
37304
37965
|
"""
|
|
37305
37966
|
headRef: String!
|
|
37306
37967
|
): Comparison
|
|
37968
|
+
|
|
37969
|
+
"""
|
|
37970
|
+
The Node ID of this object
|
|
37971
|
+
"""
|
|
37307
37972
|
id: ID!
|
|
37308
37973
|
|
|
37309
37974
|
"""
|
|
@@ -37524,6 +38189,10 @@ type ReferencedEvent implements Node {
|
|
|
37524
38189
|
Identifies the date and time when the object was created.
|
|
37525
38190
|
"""
|
|
37526
38191
|
createdAt: DateTime!
|
|
38192
|
+
|
|
38193
|
+
"""
|
|
38194
|
+
The Node ID of this object
|
|
38195
|
+
"""
|
|
37527
38196
|
id: ID!
|
|
37528
38197
|
|
|
37529
38198
|
"""
|
|
@@ -37675,6 +38344,10 @@ type Release implements Node & Reactable & UniformResourceLocatable {
|
|
|
37675
38344
|
The description of this release rendered to HTML.
|
|
37676
38345
|
"""
|
|
37677
38346
|
descriptionHTML: HTML
|
|
38347
|
+
|
|
38348
|
+
"""
|
|
38349
|
+
The Node ID of this object
|
|
38350
|
+
"""
|
|
37678
38351
|
id: ID!
|
|
37679
38352
|
|
|
37680
38353
|
"""
|
|
@@ -37871,6 +38544,10 @@ type ReleaseAsset implements Node {
|
|
|
37871
38544
|
Identifies the URL where you can download the release asset via the browser.
|
|
37872
38545
|
"""
|
|
37873
38546
|
downloadUrl: URI!
|
|
38547
|
+
|
|
38548
|
+
"""
|
|
38549
|
+
The Node ID of this object
|
|
38550
|
+
"""
|
|
37874
38551
|
id: ID!
|
|
37875
38552
|
|
|
37876
38553
|
"""
|
|
@@ -38452,6 +39129,10 @@ type RemovedFromMergeQueueEvent implements Node {
|
|
|
38452
39129
|
The user who removed this Pull Request from the merge queue
|
|
38453
39130
|
"""
|
|
38454
39131
|
enqueuer: User
|
|
39132
|
+
|
|
39133
|
+
"""
|
|
39134
|
+
The Node ID of this object
|
|
39135
|
+
"""
|
|
38455
39136
|
id: ID!
|
|
38456
39137
|
|
|
38457
39138
|
"""
|
|
@@ -38488,6 +39169,10 @@ type RemovedFromProjectEvent implements Node {
|
|
|
38488
39169
|
Identifies the primary key from the database.
|
|
38489
39170
|
"""
|
|
38490
39171
|
databaseId: Int
|
|
39172
|
+
|
|
39173
|
+
"""
|
|
39174
|
+
The Node ID of this object
|
|
39175
|
+
"""
|
|
38491
39176
|
id: ID!
|
|
38492
39177
|
}
|
|
38493
39178
|
|
|
@@ -38509,6 +39194,10 @@ type RenamedTitleEvent implements Node {
|
|
|
38509
39194
|
Identifies the current title of the issue or pull request.
|
|
38510
39195
|
"""
|
|
38511
39196
|
currentTitle: String!
|
|
39197
|
+
|
|
39198
|
+
"""
|
|
39199
|
+
The Node ID of this object
|
|
39200
|
+
"""
|
|
38512
39201
|
id: ID!
|
|
38513
39202
|
|
|
38514
39203
|
"""
|
|
@@ -38635,6 +39324,10 @@ type ReopenedEvent implements Node {
|
|
|
38635
39324
|
Identifies the date and time when the object was created.
|
|
38636
39325
|
"""
|
|
38637
39326
|
createdAt: DateTime!
|
|
39327
|
+
|
|
39328
|
+
"""
|
|
39329
|
+
The Node ID of this object
|
|
39330
|
+
"""
|
|
38638
39331
|
id: ID!
|
|
38639
39332
|
|
|
38640
39333
|
"""
|
|
@@ -38686,6 +39379,10 @@ type RepoAccessAuditEntry implements AuditEntry & Node & OrganizationAuditEntryD
|
|
|
38686
39379
|
The time the action was initiated
|
|
38687
39380
|
"""
|
|
38688
39381
|
createdAt: PreciseDateTime!
|
|
39382
|
+
|
|
39383
|
+
"""
|
|
39384
|
+
The Node ID of this object
|
|
39385
|
+
"""
|
|
38689
39386
|
id: ID!
|
|
38690
39387
|
|
|
38691
39388
|
"""
|
|
@@ -38822,6 +39519,10 @@ type RepoAddMemberAuditEntry implements AuditEntry & Node & OrganizationAuditEnt
|
|
|
38822
39519
|
The time the action was initiated
|
|
38823
39520
|
"""
|
|
38824
39521
|
createdAt: PreciseDateTime!
|
|
39522
|
+
|
|
39523
|
+
"""
|
|
39524
|
+
The Node ID of this object
|
|
39525
|
+
"""
|
|
38825
39526
|
id: ID!
|
|
38826
39527
|
|
|
38827
39528
|
"""
|
|
@@ -38958,6 +39659,10 @@ type RepoAddTopicAuditEntry implements AuditEntry & Node & OrganizationAuditEntr
|
|
|
38958
39659
|
The time the action was initiated
|
|
38959
39660
|
"""
|
|
38960
39661
|
createdAt: PreciseDateTime!
|
|
39662
|
+
|
|
39663
|
+
"""
|
|
39664
|
+
The Node ID of this object
|
|
39665
|
+
"""
|
|
38961
39666
|
id: ID!
|
|
38962
39667
|
|
|
38963
39668
|
"""
|
|
@@ -39079,6 +39784,10 @@ type RepoArchivedAuditEntry implements AuditEntry & Node & OrganizationAuditEntr
|
|
|
39079
39784
|
The time the action was initiated
|
|
39080
39785
|
"""
|
|
39081
39786
|
createdAt: PreciseDateTime!
|
|
39787
|
+
|
|
39788
|
+
"""
|
|
39789
|
+
The Node ID of this object
|
|
39790
|
+
"""
|
|
39082
39791
|
id: ID!
|
|
39083
39792
|
|
|
39084
39793
|
"""
|
|
@@ -39215,6 +39924,10 @@ type RepoChangeMergeSettingAuditEntry implements AuditEntry & Node & Organizatio
|
|
|
39215
39924
|
The time the action was initiated
|
|
39216
39925
|
"""
|
|
39217
39926
|
createdAt: PreciseDateTime!
|
|
39927
|
+
|
|
39928
|
+
"""
|
|
39929
|
+
The Node ID of this object
|
|
39930
|
+
"""
|
|
39218
39931
|
id: ID!
|
|
39219
39932
|
|
|
39220
39933
|
"""
|
|
@@ -39356,6 +40069,10 @@ type RepoConfigDisableAnonymousGitAccessAuditEntry implements AuditEntry & Node
|
|
|
39356
40069
|
The time the action was initiated
|
|
39357
40070
|
"""
|
|
39358
40071
|
createdAt: PreciseDateTime!
|
|
40072
|
+
|
|
40073
|
+
"""
|
|
40074
|
+
The Node ID of this object
|
|
40075
|
+
"""
|
|
39359
40076
|
id: ID!
|
|
39360
40077
|
|
|
39361
40078
|
"""
|
|
@@ -39467,6 +40184,10 @@ type RepoConfigDisableCollaboratorsOnlyAuditEntry implements AuditEntry & Node &
|
|
|
39467
40184
|
The time the action was initiated
|
|
39468
40185
|
"""
|
|
39469
40186
|
createdAt: PreciseDateTime!
|
|
40187
|
+
|
|
40188
|
+
"""
|
|
40189
|
+
The Node ID of this object
|
|
40190
|
+
"""
|
|
39470
40191
|
id: ID!
|
|
39471
40192
|
|
|
39472
40193
|
"""
|
|
@@ -39578,6 +40299,10 @@ type RepoConfigDisableContributorsOnlyAuditEntry implements AuditEntry & Node &
|
|
|
39578
40299
|
The time the action was initiated
|
|
39579
40300
|
"""
|
|
39580
40301
|
createdAt: PreciseDateTime!
|
|
40302
|
+
|
|
40303
|
+
"""
|
|
40304
|
+
The Node ID of this object
|
|
40305
|
+
"""
|
|
39581
40306
|
id: ID!
|
|
39582
40307
|
|
|
39583
40308
|
"""
|
|
@@ -39689,6 +40414,10 @@ type RepoConfigDisableSockpuppetDisallowedAuditEntry implements AuditEntry & Nod
|
|
|
39689
40414
|
The time the action was initiated
|
|
39690
40415
|
"""
|
|
39691
40416
|
createdAt: PreciseDateTime!
|
|
40417
|
+
|
|
40418
|
+
"""
|
|
40419
|
+
The Node ID of this object
|
|
40420
|
+
"""
|
|
39692
40421
|
id: ID!
|
|
39693
40422
|
|
|
39694
40423
|
"""
|
|
@@ -39800,6 +40529,10 @@ type RepoConfigEnableAnonymousGitAccessAuditEntry implements AuditEntry & Node &
|
|
|
39800
40529
|
The time the action was initiated
|
|
39801
40530
|
"""
|
|
39802
40531
|
createdAt: PreciseDateTime!
|
|
40532
|
+
|
|
40533
|
+
"""
|
|
40534
|
+
The Node ID of this object
|
|
40535
|
+
"""
|
|
39803
40536
|
id: ID!
|
|
39804
40537
|
|
|
39805
40538
|
"""
|
|
@@ -39911,6 +40644,10 @@ type RepoConfigEnableCollaboratorsOnlyAuditEntry implements AuditEntry & Node &
|
|
|
39911
40644
|
The time the action was initiated
|
|
39912
40645
|
"""
|
|
39913
40646
|
createdAt: PreciseDateTime!
|
|
40647
|
+
|
|
40648
|
+
"""
|
|
40649
|
+
The Node ID of this object
|
|
40650
|
+
"""
|
|
39914
40651
|
id: ID!
|
|
39915
40652
|
|
|
39916
40653
|
"""
|
|
@@ -40022,6 +40759,10 @@ type RepoConfigEnableContributorsOnlyAuditEntry implements AuditEntry & Node & O
|
|
|
40022
40759
|
The time the action was initiated
|
|
40023
40760
|
"""
|
|
40024
40761
|
createdAt: PreciseDateTime!
|
|
40762
|
+
|
|
40763
|
+
"""
|
|
40764
|
+
The Node ID of this object
|
|
40765
|
+
"""
|
|
40025
40766
|
id: ID!
|
|
40026
40767
|
|
|
40027
40768
|
"""
|
|
@@ -40133,6 +40874,10 @@ type RepoConfigEnableSockpuppetDisallowedAuditEntry implements AuditEntry & Node
|
|
|
40133
40874
|
The time the action was initiated
|
|
40134
40875
|
"""
|
|
40135
40876
|
createdAt: PreciseDateTime!
|
|
40877
|
+
|
|
40878
|
+
"""
|
|
40879
|
+
The Node ID of this object
|
|
40880
|
+
"""
|
|
40136
40881
|
id: ID!
|
|
40137
40882
|
|
|
40138
40883
|
"""
|
|
@@ -40244,6 +40989,10 @@ type RepoConfigLockAnonymousGitAccessAuditEntry implements AuditEntry & Node & O
|
|
|
40244
40989
|
The time the action was initiated
|
|
40245
40990
|
"""
|
|
40246
40991
|
createdAt: PreciseDateTime!
|
|
40992
|
+
|
|
40993
|
+
"""
|
|
40994
|
+
The Node ID of this object
|
|
40995
|
+
"""
|
|
40247
40996
|
id: ID!
|
|
40248
40997
|
|
|
40249
40998
|
"""
|
|
@@ -40355,6 +41104,10 @@ type RepoConfigUnlockAnonymousGitAccessAuditEntry implements AuditEntry & Node &
|
|
|
40355
41104
|
The time the action was initiated
|
|
40356
41105
|
"""
|
|
40357
41106
|
createdAt: PreciseDateTime!
|
|
41107
|
+
|
|
41108
|
+
"""
|
|
41109
|
+
The Node ID of this object
|
|
41110
|
+
"""
|
|
40358
41111
|
id: ID!
|
|
40359
41112
|
|
|
40360
41113
|
"""
|
|
@@ -40476,6 +41229,10 @@ type RepoCreateAuditEntry implements AuditEntry & Node & OrganizationAuditEntryD
|
|
|
40476
41229
|
The name of the root repository for this network.
|
|
40477
41230
|
"""
|
|
40478
41231
|
forkSourceName: String
|
|
41232
|
+
|
|
41233
|
+
"""
|
|
41234
|
+
The Node ID of this object
|
|
41235
|
+
"""
|
|
40479
41236
|
id: ID!
|
|
40480
41237
|
|
|
40481
41238
|
"""
|
|
@@ -40612,6 +41369,10 @@ type RepoDestroyAuditEntry implements AuditEntry & Node & OrganizationAuditEntry
|
|
|
40612
41369
|
The time the action was initiated
|
|
40613
41370
|
"""
|
|
40614
41371
|
createdAt: PreciseDateTime!
|
|
41372
|
+
|
|
41373
|
+
"""
|
|
41374
|
+
The Node ID of this object
|
|
41375
|
+
"""
|
|
40615
41376
|
id: ID!
|
|
40616
41377
|
|
|
40617
41378
|
"""
|
|
@@ -40748,6 +41509,10 @@ type RepoRemoveMemberAuditEntry implements AuditEntry & Node & OrganizationAudit
|
|
|
40748
41509
|
The time the action was initiated
|
|
40749
41510
|
"""
|
|
40750
41511
|
createdAt: PreciseDateTime!
|
|
41512
|
+
|
|
41513
|
+
"""
|
|
41514
|
+
The Node ID of this object
|
|
41515
|
+
"""
|
|
40751
41516
|
id: ID!
|
|
40752
41517
|
|
|
40753
41518
|
"""
|
|
@@ -40884,6 +41649,10 @@ type RepoRemoveTopicAuditEntry implements AuditEntry & Node & OrganizationAuditE
|
|
|
40884
41649
|
The time the action was initiated
|
|
40885
41650
|
"""
|
|
40886
41651
|
createdAt: PreciseDateTime!
|
|
41652
|
+
|
|
41653
|
+
"""
|
|
41654
|
+
The Node ID of this object
|
|
41655
|
+
"""
|
|
40887
41656
|
id: ID!
|
|
40888
41657
|
|
|
40889
41658
|
"""
|
|
@@ -41495,6 +42264,10 @@ type Repository implements Node & PackageOwner & ProjectOwner & ProjectV2Recent
|
|
|
41495
42264
|
The repository's URL.
|
|
41496
42265
|
"""
|
|
41497
42266
|
homepageUrl: URI
|
|
42267
|
+
|
|
42268
|
+
"""
|
|
42269
|
+
The Node ID of this object
|
|
42270
|
+
"""
|
|
41498
42271
|
id: ID!
|
|
41499
42272
|
|
|
41500
42273
|
"""
|
|
@@ -43222,6 +43995,10 @@ type RepositoryInvitation implements Node {
|
|
|
43222
43995
|
The email address that received the invitation.
|
|
43223
43996
|
"""
|
|
43224
43997
|
email: String
|
|
43998
|
+
|
|
43999
|
+
"""
|
|
44000
|
+
The Node ID of this object
|
|
44001
|
+
"""
|
|
43225
44002
|
id: ID!
|
|
43226
44003
|
|
|
43227
44004
|
"""
|
|
@@ -43373,6 +44150,10 @@ type RepositoryMigration implements Migration & Node {
|
|
|
43373
44150
|
The reason the migration failed.
|
|
43374
44151
|
"""
|
|
43375
44152
|
failureReason: String
|
|
44153
|
+
|
|
44154
|
+
"""
|
|
44155
|
+
The Node ID of this object
|
|
44156
|
+
"""
|
|
43376
44157
|
id: ID!
|
|
43377
44158
|
|
|
43378
44159
|
"""
|
|
@@ -43597,6 +44378,10 @@ interface RepositoryOwner {
|
|
|
43597
44378
|
"""
|
|
43598
44379
|
size: Int
|
|
43599
44380
|
): URI!
|
|
44381
|
+
|
|
44382
|
+
"""
|
|
44383
|
+
The Node ID of the RepositoryOwner object
|
|
44384
|
+
"""
|
|
43600
44385
|
id: ID!
|
|
43601
44386
|
|
|
43602
44387
|
"""
|
|
@@ -43749,6 +44534,9 @@ enum RepositoryPrivacy {
|
|
|
43749
44534
|
A repository rule.
|
|
43750
44535
|
"""
|
|
43751
44536
|
type RepositoryRule implements Node {
|
|
44537
|
+
"""
|
|
44538
|
+
The Node ID of this object
|
|
44539
|
+
"""
|
|
43752
44540
|
id: ID!
|
|
43753
44541
|
|
|
43754
44542
|
"""
|
|
@@ -44053,6 +44841,10 @@ type RepositoryRuleset implements Node {
|
|
|
44053
44841
|
The enforcement level of this ruleset
|
|
44054
44842
|
"""
|
|
44055
44843
|
enforcement: RuleEnforcement!
|
|
44844
|
+
|
|
44845
|
+
"""
|
|
44846
|
+
The Node ID of this object
|
|
44847
|
+
"""
|
|
44056
44848
|
id: ID!
|
|
44057
44849
|
|
|
44058
44850
|
"""
|
|
@@ -44119,6 +44911,10 @@ type RepositoryRulesetBypassActor implements Node {
|
|
|
44119
44911
|
The mode for the bypass actor
|
|
44120
44912
|
"""
|
|
44121
44913
|
bypassMode: RepositoryRulesetBypassActorBypassMode
|
|
44914
|
+
|
|
44915
|
+
"""
|
|
44916
|
+
The Node ID of this object
|
|
44917
|
+
"""
|
|
44122
44918
|
id: ID!
|
|
44123
44919
|
|
|
44124
44920
|
"""
|
|
@@ -44282,6 +45078,9 @@ enum RepositoryRulesetTarget {
|
|
|
44282
45078
|
A repository-topic connects a repository to a topic.
|
|
44283
45079
|
"""
|
|
44284
45080
|
type RepositoryTopic implements Node & UniformResourceLocatable {
|
|
45081
|
+
"""
|
|
45082
|
+
The Node ID of this object
|
|
45083
|
+
"""
|
|
44285
45084
|
id: ID!
|
|
44286
45085
|
|
|
44287
45086
|
"""
|
|
@@ -44418,6 +45217,10 @@ type RepositoryVisibilityChangeDisableAuditEntry implements AuditEntry & Enterpr
|
|
|
44418
45217
|
The HTTP URL for this enterprise.
|
|
44419
45218
|
"""
|
|
44420
45219
|
enterpriseUrl: URI
|
|
45220
|
+
|
|
45221
|
+
"""
|
|
45222
|
+
The Node ID of this object
|
|
45223
|
+
"""
|
|
44421
45224
|
id: ID!
|
|
44422
45225
|
|
|
44423
45226
|
"""
|
|
@@ -44524,6 +45327,10 @@ type RepositoryVisibilityChangeEnableAuditEntry implements AuditEntry & Enterpri
|
|
|
44524
45327
|
The HTTP URL for this enterprise.
|
|
44525
45328
|
"""
|
|
44526
45329
|
enterpriseUrl: URI
|
|
45330
|
+
|
|
45331
|
+
"""
|
|
45332
|
+
The Node ID of this object
|
|
45333
|
+
"""
|
|
44527
45334
|
id: ID!
|
|
44528
45335
|
|
|
44529
45336
|
"""
|
|
@@ -44620,6 +45427,10 @@ type RepositoryVulnerabilityAlert implements Node & RepositoryNode {
|
|
|
44620
45427
|
When was the alert fixed?
|
|
44621
45428
|
"""
|
|
44622
45429
|
fixedAt: DateTime
|
|
45430
|
+
|
|
45431
|
+
"""
|
|
45432
|
+
The Node ID of this object
|
|
45433
|
+
"""
|
|
44623
45434
|
id: ID!
|
|
44624
45435
|
|
|
44625
45436
|
"""
|
|
@@ -45171,6 +45982,10 @@ type ReviewDismissalAllowance implements Node {
|
|
|
45171
45982
|
Identifies the branch protection rule associated with the allowed user, team, or app.
|
|
45172
45983
|
"""
|
|
45173
45984
|
branchProtectionRule: BranchProtectionRule
|
|
45985
|
+
|
|
45986
|
+
"""
|
|
45987
|
+
The Node ID of this object
|
|
45988
|
+
"""
|
|
45174
45989
|
id: ID!
|
|
45175
45990
|
}
|
|
45176
45991
|
|
|
@@ -45247,6 +46062,10 @@ type ReviewDismissedEvent implements Node & UniformResourceLocatable {
|
|
|
45247
46062
|
Identifies the optional message associated with the event, rendered to HTML.
|
|
45248
46063
|
"""
|
|
45249
46064
|
dismissalMessageHTML: String
|
|
46065
|
+
|
|
46066
|
+
"""
|
|
46067
|
+
The Node ID of this object
|
|
46068
|
+
"""
|
|
45250
46069
|
id: ID!
|
|
45251
46070
|
|
|
45252
46071
|
"""
|
|
@@ -45293,6 +46112,10 @@ type ReviewRequest implements Node {
|
|
|
45293
46112
|
Identifies the primary key from the database.
|
|
45294
46113
|
"""
|
|
45295
46114
|
databaseId: Int
|
|
46115
|
+
|
|
46116
|
+
"""
|
|
46117
|
+
The Node ID of this object
|
|
46118
|
+
"""
|
|
45296
46119
|
id: ID!
|
|
45297
46120
|
|
|
45298
46121
|
"""
|
|
@@ -45359,6 +46182,10 @@ type ReviewRequestRemovedEvent implements Node {
|
|
|
45359
46182
|
Identifies the date and time when the object was created.
|
|
45360
46183
|
"""
|
|
45361
46184
|
createdAt: DateTime!
|
|
46185
|
+
|
|
46186
|
+
"""
|
|
46187
|
+
The Node ID of this object
|
|
46188
|
+
"""
|
|
45362
46189
|
id: ID!
|
|
45363
46190
|
|
|
45364
46191
|
"""
|
|
@@ -45385,6 +46212,10 @@ type ReviewRequestedEvent implements Node {
|
|
|
45385
46212
|
Identifies the date and time when the object was created.
|
|
45386
46213
|
"""
|
|
45387
46214
|
createdAt: DateTime!
|
|
46215
|
+
|
|
46216
|
+
"""
|
|
46217
|
+
The Node ID of this object
|
|
46218
|
+
"""
|
|
45388
46219
|
id: ID!
|
|
45389
46220
|
|
|
45390
46221
|
"""
|
|
@@ -45688,6 +46519,10 @@ type SavedReply implements Node {
|
|
|
45688
46519
|
Identifies the primary key from the database.
|
|
45689
46520
|
"""
|
|
45690
46521
|
databaseId: Int
|
|
46522
|
+
|
|
46523
|
+
"""
|
|
46524
|
+
The Node ID of this object
|
|
46525
|
+
"""
|
|
45691
46526
|
id: ID!
|
|
45692
46527
|
|
|
45693
46528
|
"""
|
|
@@ -45931,6 +46766,10 @@ type SecurityAdvisory implements Node {
|
|
|
45931
46766
|
The GitHub Security Advisory ID
|
|
45932
46767
|
"""
|
|
45933
46768
|
ghsaId: String!
|
|
46769
|
+
|
|
46770
|
+
"""
|
|
46771
|
+
The Node ID of this object
|
|
46772
|
+
"""
|
|
45934
46773
|
id: ID!
|
|
45935
46774
|
|
|
45936
46775
|
"""
|
|
@@ -47228,6 +48067,10 @@ type SponsorsActivity implements Node {
|
|
|
47228
48067
|
The sponsor's current privacy level.
|
|
47229
48068
|
"""
|
|
47230
48069
|
currentPrivacyLevel: SponsorshipPrivacy
|
|
48070
|
+
|
|
48071
|
+
"""
|
|
48072
|
+
The Node ID of this object
|
|
48073
|
+
"""
|
|
47231
48074
|
id: ID!
|
|
47232
48075
|
|
|
47233
48076
|
"""
|
|
@@ -48742,6 +49585,10 @@ type SponsorsListing implements Node {
|
|
|
48742
49585
|
The full description of the listing rendered to HTML.
|
|
48743
49586
|
"""
|
|
48744
49587
|
fullDescriptionHTML: HTML!
|
|
49588
|
+
|
|
49589
|
+
"""
|
|
49590
|
+
The Node ID of this object
|
|
49591
|
+
"""
|
|
48745
49592
|
id: ID!
|
|
48746
49593
|
|
|
48747
49594
|
"""
|
|
@@ -48856,6 +49703,10 @@ type SponsorsListingFeaturedItem implements Node {
|
|
|
48856
49703
|
The record that is featured on the GitHub Sponsors profile.
|
|
48857
49704
|
"""
|
|
48858
49705
|
featureable: SponsorsListingFeatureableItem!
|
|
49706
|
+
|
|
49707
|
+
"""
|
|
49708
|
+
The Node ID of this object
|
|
49709
|
+
"""
|
|
48859
49710
|
id: ID!
|
|
48860
49711
|
|
|
48861
49712
|
"""
|
|
@@ -48920,6 +49771,10 @@ type SponsorsTier implements Node {
|
|
|
48920
49771
|
The tier description rendered to HTML
|
|
48921
49772
|
"""
|
|
48922
49773
|
descriptionHTML: HTML!
|
|
49774
|
+
|
|
49775
|
+
"""
|
|
49776
|
+
The Node ID of this object
|
|
49777
|
+
"""
|
|
48923
49778
|
id: ID!
|
|
48924
49779
|
|
|
48925
49780
|
"""
|
|
@@ -49104,6 +49959,10 @@ type Sponsorship implements Node {
|
|
|
49104
49959
|
Identifies the date and time when the object was created.
|
|
49105
49960
|
"""
|
|
49106
49961
|
createdAt: DateTime!
|
|
49962
|
+
|
|
49963
|
+
"""
|
|
49964
|
+
The Node ID of this object
|
|
49965
|
+
"""
|
|
49107
49966
|
id: ID!
|
|
49108
49967
|
|
|
49109
49968
|
"""
|
|
@@ -49234,6 +50093,10 @@ type SponsorshipNewsletter implements Node {
|
|
|
49234
50093
|
Identifies the date and time when the object was created.
|
|
49235
50094
|
"""
|
|
49236
50095
|
createdAt: DateTime!
|
|
50096
|
+
|
|
50097
|
+
"""
|
|
50098
|
+
The Node ID of this object
|
|
50099
|
+
"""
|
|
49237
50100
|
id: ID!
|
|
49238
50101
|
|
|
49239
50102
|
"""
|
|
@@ -49528,6 +50391,9 @@ type StargazerEdge {
|
|
|
49528
50391
|
Things that can be starred.
|
|
49529
50392
|
"""
|
|
49530
50393
|
interface Starrable {
|
|
50394
|
+
"""
|
|
50395
|
+
The Node ID of the Starrable object
|
|
50396
|
+
"""
|
|
49531
50397
|
id: ID!
|
|
49532
50398
|
|
|
49533
50399
|
"""
|
|
@@ -49795,6 +50661,10 @@ type Status implements Node {
|
|
|
49795
50661
|
The individual status contexts for this commit.
|
|
49796
50662
|
"""
|
|
49797
50663
|
contexts: [StatusContext!]!
|
|
50664
|
+
|
|
50665
|
+
"""
|
|
50666
|
+
The Node ID of this object
|
|
50667
|
+
"""
|
|
49798
50668
|
id: ID!
|
|
49799
50669
|
|
|
49800
50670
|
"""
|
|
@@ -49866,6 +50736,10 @@ type StatusCheckRollup implements Node {
|
|
|
49866
50736
|
"""
|
|
49867
50737
|
last: Int
|
|
49868
50738
|
): StatusCheckRollupContextConnection!
|
|
50739
|
+
|
|
50740
|
+
"""
|
|
50741
|
+
The Node ID of this object
|
|
50742
|
+
"""
|
|
49869
50743
|
id: ID!
|
|
49870
50744
|
|
|
49871
50745
|
"""
|
|
@@ -49977,6 +50851,10 @@ type StatusContext implements Node & RequirableByPullRequest {
|
|
|
49977
50851
|
The description for this status context.
|
|
49978
50852
|
"""
|
|
49979
50853
|
description: String
|
|
50854
|
+
|
|
50855
|
+
"""
|
|
50856
|
+
The Node ID of this object
|
|
50857
|
+
"""
|
|
49980
50858
|
id: ID!
|
|
49981
50859
|
|
|
49982
50860
|
"""
|
|
@@ -50219,6 +51097,9 @@ type SubmoduleEdge {
|
|
|
50219
51097
|
Entities that can be subscribed to for web and email notifications.
|
|
50220
51098
|
"""
|
|
50221
51099
|
interface Subscribable {
|
|
51100
|
+
"""
|
|
51101
|
+
The Node ID of the Subscribable object
|
|
51102
|
+
"""
|
|
50222
51103
|
id: ID!
|
|
50223
51104
|
|
|
50224
51105
|
"""
|
|
@@ -50236,6 +51117,9 @@ interface Subscribable {
|
|
|
50236
51117
|
Entities that can be subscribed to for web and email notifications.
|
|
50237
51118
|
"""
|
|
50238
51119
|
interface SubscribableThread {
|
|
51120
|
+
"""
|
|
51121
|
+
The Node ID of the SubscribableThread object
|
|
51122
|
+
"""
|
|
50239
51123
|
id: ID!
|
|
50240
51124
|
|
|
50241
51125
|
"""
|
|
@@ -50262,6 +51146,10 @@ type SubscribedEvent implements Node {
|
|
|
50262
51146
|
Identifies the date and time when the object was created.
|
|
50263
51147
|
"""
|
|
50264
51148
|
createdAt: DateTime!
|
|
51149
|
+
|
|
51150
|
+
"""
|
|
51151
|
+
The Node ID of this object
|
|
51152
|
+
"""
|
|
50265
51153
|
id: ID!
|
|
50266
51154
|
|
|
50267
51155
|
"""
|
|
@@ -50328,6 +51216,10 @@ type Tag implements GitObject & Node {
|
|
|
50328
51216
|
The HTTP URL for this Git object
|
|
50329
51217
|
"""
|
|
50330
51218
|
commitUrl: URI!
|
|
51219
|
+
|
|
51220
|
+
"""
|
|
51221
|
+
The Node ID of this object
|
|
51222
|
+
"""
|
|
50331
51223
|
id: ID!
|
|
50332
51224
|
|
|
50333
51225
|
"""
|
|
@@ -50574,6 +51466,10 @@ type Team implements MemberStatusable & Node & Subscribable {
|
|
|
50574
51466
|
The HTTP URL for editing this team
|
|
50575
51467
|
"""
|
|
50576
51468
|
editTeamUrl: URI!
|
|
51469
|
+
|
|
51470
|
+
"""
|
|
51471
|
+
The Node ID of this object
|
|
51472
|
+
"""
|
|
50577
51473
|
id: ID!
|
|
50578
51474
|
|
|
50579
51475
|
"""
|
|
@@ -50905,6 +51801,10 @@ type TeamAddMemberAuditEntry implements AuditEntry & Node & OrganizationAuditEnt
|
|
|
50905
51801
|
The time the action was initiated
|
|
50906
51802
|
"""
|
|
50907
51803
|
createdAt: PreciseDateTime!
|
|
51804
|
+
|
|
51805
|
+
"""
|
|
51806
|
+
The Node ID of this object
|
|
51807
|
+
"""
|
|
50908
51808
|
id: ID!
|
|
50909
51809
|
|
|
50910
51810
|
"""
|
|
@@ -51021,6 +51921,10 @@ type TeamAddRepositoryAuditEntry implements AuditEntry & Node & OrganizationAudi
|
|
|
51021
51921
|
The time the action was initiated
|
|
51022
51922
|
"""
|
|
51023
51923
|
createdAt: PreciseDateTime!
|
|
51924
|
+
|
|
51925
|
+
"""
|
|
51926
|
+
The Node ID of this object
|
|
51927
|
+
"""
|
|
51024
51928
|
id: ID!
|
|
51025
51929
|
|
|
51026
51930
|
"""
|
|
@@ -51182,6 +52086,10 @@ type TeamChangeParentTeamAuditEntry implements AuditEntry & Node & OrganizationA
|
|
|
51182
52086
|
The time the action was initiated
|
|
51183
52087
|
"""
|
|
51184
52088
|
createdAt: PreciseDateTime!
|
|
52089
|
+
|
|
52090
|
+
"""
|
|
52091
|
+
The Node ID of this object
|
|
52092
|
+
"""
|
|
51185
52093
|
id: ID!
|
|
51186
52094
|
|
|
51187
52095
|
"""
|
|
@@ -51418,6 +52326,10 @@ type TeamDiscussion implements Comment & Deletable & Node & Reactable & Subscrib
|
|
|
51418
52326
|
The actor who edited the comment.
|
|
51419
52327
|
"""
|
|
51420
52328
|
editor: Actor
|
|
52329
|
+
|
|
52330
|
+
"""
|
|
52331
|
+
The Node ID of this object
|
|
52332
|
+
"""
|
|
51421
52333
|
id: ID!
|
|
51422
52334
|
|
|
51423
52335
|
"""
|
|
@@ -51639,6 +52551,10 @@ type TeamDiscussionComment implements Comment & Deletable & Node & Reactable & U
|
|
|
51639
52551
|
The actor who edited the comment.
|
|
51640
52552
|
"""
|
|
51641
52553
|
editor: Actor
|
|
52554
|
+
|
|
52555
|
+
"""
|
|
52556
|
+
The Node ID of this object
|
|
52557
|
+
"""
|
|
51642
52558
|
id: ID!
|
|
51643
52559
|
|
|
51644
52560
|
"""
|
|
@@ -52126,6 +53042,10 @@ type TeamRemoveMemberAuditEntry implements AuditEntry & Node & OrganizationAudit
|
|
|
52126
53042
|
The time the action was initiated
|
|
52127
53043
|
"""
|
|
52128
53044
|
createdAt: PreciseDateTime!
|
|
53045
|
+
|
|
53046
|
+
"""
|
|
53047
|
+
The Node ID of this object
|
|
53048
|
+
"""
|
|
52129
53049
|
id: ID!
|
|
52130
53050
|
|
|
52131
53051
|
"""
|
|
@@ -52242,6 +53162,10 @@ type TeamRemoveRepositoryAuditEntry implements AuditEntry & Node & OrganizationA
|
|
|
52242
53162
|
The time the action was initiated
|
|
52243
53163
|
"""
|
|
52244
53164
|
createdAt: PreciseDateTime!
|
|
53165
|
+
|
|
53166
|
+
"""
|
|
53167
|
+
The Node ID of this object
|
|
53168
|
+
"""
|
|
52245
53169
|
id: ID!
|
|
52246
53170
|
|
|
52247
53171
|
"""
|
|
@@ -52555,6 +53479,9 @@ enum ThreadSubscriptionState {
|
|
|
52555
53479
|
A topic aggregates entities that are related to a subject.
|
|
52556
53480
|
"""
|
|
52557
53481
|
type Topic implements Node & Starrable {
|
|
53482
|
+
"""
|
|
53483
|
+
The Node ID of this object
|
|
53484
|
+
"""
|
|
52558
53485
|
id: ID!
|
|
52559
53486
|
|
|
52560
53487
|
"""
|
|
@@ -52826,6 +53753,10 @@ type TransferredEvent implements Node {
|
|
|
52826
53753
|
The repository this came from
|
|
52827
53754
|
"""
|
|
52828
53755
|
fromRepository: Repository
|
|
53756
|
+
|
|
53757
|
+
"""
|
|
53758
|
+
The Node ID of this object
|
|
53759
|
+
"""
|
|
52829
53760
|
id: ID!
|
|
52830
53761
|
|
|
52831
53762
|
"""
|
|
@@ -52857,6 +53788,10 @@ type Tree implements GitObject & Node {
|
|
|
52857
53788
|
A list of tree entries.
|
|
52858
53789
|
"""
|
|
52859
53790
|
entries: [TreeEntry!]
|
|
53791
|
+
|
|
53792
|
+
"""
|
|
53793
|
+
The Node ID of this object
|
|
53794
|
+
"""
|
|
52860
53795
|
id: ID!
|
|
52861
53796
|
|
|
52862
53797
|
"""
|
|
@@ -53043,6 +53978,10 @@ type UnassignedEvent implements Node {
|
|
|
53043
53978
|
Identifies the date and time when the object was created.
|
|
53044
53979
|
"""
|
|
53045
53980
|
createdAt: DateTime!
|
|
53981
|
+
|
|
53982
|
+
"""
|
|
53983
|
+
The Node ID of this object
|
|
53984
|
+
"""
|
|
53046
53985
|
id: ID!
|
|
53047
53986
|
|
|
53048
53987
|
"""
|
|
@@ -53180,6 +54119,10 @@ type UnlabeledEvent implements Node {
|
|
|
53180
54119
|
Identifies the date and time when the object was created.
|
|
53181
54120
|
"""
|
|
53182
54121
|
createdAt: DateTime!
|
|
54122
|
+
|
|
54123
|
+
"""
|
|
54124
|
+
The Node ID of this object
|
|
54125
|
+
"""
|
|
53183
54126
|
id: ID!
|
|
53184
54127
|
|
|
53185
54128
|
"""
|
|
@@ -53351,6 +54294,10 @@ type UnlockedEvent implements Node {
|
|
|
53351
54294
|
Identifies the date and time when the object was created.
|
|
53352
54295
|
"""
|
|
53353
54296
|
createdAt: DateTime!
|
|
54297
|
+
|
|
54298
|
+
"""
|
|
54299
|
+
The Node ID of this object
|
|
54300
|
+
"""
|
|
53354
54301
|
id: ID!
|
|
53355
54302
|
|
|
53356
54303
|
"""
|
|
@@ -53512,6 +54459,10 @@ type UnmarkedAsDuplicateEvent implements Node {
|
|
|
53512
54459
|
The issue or pull request which has been marked as a duplicate of another.
|
|
53513
54460
|
"""
|
|
53514
54461
|
duplicate: IssueOrPullRequest
|
|
54462
|
+
|
|
54463
|
+
"""
|
|
54464
|
+
The Node ID of this object
|
|
54465
|
+
"""
|
|
53515
54466
|
id: ID!
|
|
53516
54467
|
|
|
53517
54468
|
"""
|
|
@@ -53593,6 +54544,10 @@ type UnpinnedEvent implements Node {
|
|
|
53593
54544
|
Identifies the date and time when the object was created.
|
|
53594
54545
|
"""
|
|
53595
54546
|
createdAt: DateTime!
|
|
54547
|
+
|
|
54548
|
+
"""
|
|
54549
|
+
The Node ID of this object
|
|
54550
|
+
"""
|
|
53596
54551
|
id: ID!
|
|
53597
54552
|
|
|
53598
54553
|
"""
|
|
@@ -53674,6 +54629,10 @@ type UnsubscribedEvent implements Node {
|
|
|
53674
54629
|
Identifies the date and time when the object was created.
|
|
53675
54630
|
"""
|
|
53676
54631
|
createdAt: DateTime!
|
|
54632
|
+
|
|
54633
|
+
"""
|
|
54634
|
+
The Node ID of this object
|
|
54635
|
+
"""
|
|
53677
54636
|
id: ID!
|
|
53678
54637
|
|
|
53679
54638
|
"""
|
|
@@ -56562,6 +57521,10 @@ type User implements Actor & Node & PackageOwner & ProfileOwner & ProjectOwner &
|
|
|
56562
57521
|
"""
|
|
56563
57522
|
primarySubjectId: ID
|
|
56564
57523
|
): Hovercard!
|
|
57524
|
+
|
|
57525
|
+
"""
|
|
57526
|
+
The Node ID of this object
|
|
57527
|
+
"""
|
|
56565
57528
|
id: ID!
|
|
56566
57529
|
|
|
56567
57530
|
"""
|
|
@@ -57908,6 +58871,10 @@ type UserBlockedEvent implements Node {
|
|
|
57908
58871
|
Identifies the date and time when the object was created.
|
|
57909
58872
|
"""
|
|
57910
58873
|
createdAt: DateTime!
|
|
58874
|
+
|
|
58875
|
+
"""
|
|
58876
|
+
The Node ID of this object
|
|
58877
|
+
"""
|
|
57911
58878
|
id: ID!
|
|
57912
58879
|
|
|
57913
58880
|
"""
|
|
@@ -57974,6 +58941,10 @@ type UserContentEdit implements Node {
|
|
|
57974
58941
|
The actor who edited this content
|
|
57975
58942
|
"""
|
|
57976
58943
|
editor: Actor
|
|
58944
|
+
|
|
58945
|
+
"""
|
|
58946
|
+
The Node ID of this object
|
|
58947
|
+
"""
|
|
57977
58948
|
id: ID!
|
|
57978
58949
|
|
|
57979
58950
|
"""
|
|
@@ -58080,6 +59051,10 @@ type UserStatus implements Node {
|
|
|
58080
59051
|
If set, the status will not be shown after this date.
|
|
58081
59052
|
"""
|
|
58082
59053
|
expiresAt: DateTime
|
|
59054
|
+
|
|
59055
|
+
"""
|
|
59056
|
+
The Node ID of this object
|
|
59057
|
+
"""
|
|
58083
59058
|
id: ID!
|
|
58084
59059
|
|
|
58085
59060
|
"""
|
|
@@ -58206,6 +59181,10 @@ type VerifiableDomain implements Node {
|
|
|
58206
59181
|
Whether a TXT record for verification with the expected verification token was found.
|
|
58207
59182
|
"""
|
|
58208
59183
|
hasFoundVerificationToken: Boolean!
|
|
59184
|
+
|
|
59185
|
+
"""
|
|
59186
|
+
The Node ID of this object
|
|
59187
|
+
"""
|
|
58209
59188
|
id: ID!
|
|
58210
59189
|
|
|
58211
59190
|
"""
|
|
@@ -58407,6 +59386,10 @@ type Workflow implements Node & UniformResourceLocatable {
|
|
|
58407
59386
|
Identifies the primary key from the database.
|
|
58408
59387
|
"""
|
|
58409
59388
|
databaseId: Int
|
|
59389
|
+
|
|
59390
|
+
"""
|
|
59391
|
+
The Node ID of this object
|
|
59392
|
+
"""
|
|
58410
59393
|
id: ID!
|
|
58411
59394
|
|
|
58412
59395
|
"""
|
|
@@ -58568,6 +59551,10 @@ type WorkflowRun implements Node & UniformResourceLocatable {
|
|
|
58568
59551
|
The workflow file
|
|
58569
59552
|
"""
|
|
58570
59553
|
file: WorkflowRunFile
|
|
59554
|
+
|
|
59555
|
+
"""
|
|
59556
|
+
The Node ID of this object
|
|
59557
|
+
"""
|
|
58571
59558
|
id: ID!
|
|
58572
59559
|
|
|
58573
59560
|
"""
|
|
@@ -58665,6 +59652,9 @@ type WorkflowRunEdge {
|
|
|
58665
59652
|
An executed workflow file for a workflow run.
|
|
58666
59653
|
"""
|
|
58667
59654
|
type WorkflowRunFile implements Node & UniformResourceLocatable {
|
|
59655
|
+
"""
|
|
59656
|
+
The Node ID of this object
|
|
59657
|
+
"""
|
|
58668
59658
|
id: ID!
|
|
58669
59659
|
|
|
58670
59660
|
"""
|