github-schema 1.2.3 → 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 +282 -2
- package/dist/github-schema.d.ts +282 -2
- package/dist/index.d.cts +1 -1
- package/dist/index.d.ts +1 -1
- package/github-schema.graphql +1036 -1
- 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
|
|
|
@@ -21307,7 +21667,12 @@ type Mutation {
|
|
|
21307
21667
|
): CreateDiscussionPayload
|
|
21308
21668
|
|
|
21309
21669
|
"""
|
|
21310
|
-
Creates an organization as part of an enterprise account.
|
|
21670
|
+
Creates an organization as part of an enterprise account. A personal access
|
|
21671
|
+
token used to create an organization is implicitly permitted to update the
|
|
21672
|
+
organization it created, if the organization is part of an enterprise that has
|
|
21673
|
+
SAML enabled or uses Enterprise Managed Users. If the organization is not part
|
|
21674
|
+
of such an enterprise, and instead has SAML enabled for it individually, the
|
|
21675
|
+
token will then require SAML authorization to continue working against that organization.
|
|
21311
21676
|
"""
|
|
21312
21677
|
createEnterpriseOrganization(
|
|
21313
21678
|
"""
|
|
@@ -22478,6 +22843,16 @@ type Mutation {
|
|
|
22478
22843
|
input: UnresolveReviewThreadInput!
|
|
22479
22844
|
): UnresolveReviewThreadPayload
|
|
22480
22845
|
|
|
22846
|
+
"""
|
|
22847
|
+
Unsubscribes from notifications
|
|
22848
|
+
"""
|
|
22849
|
+
unsubscribeFromNotifications(
|
|
22850
|
+
"""
|
|
22851
|
+
Parameters for UnsubscribeFromNotifications
|
|
22852
|
+
"""
|
|
22853
|
+
input: UnsubscribeFromNotificationsInput!
|
|
22854
|
+
): UnsubscribeFromNotificationsPayload
|
|
22855
|
+
|
|
22481
22856
|
"""
|
|
22482
22857
|
Update a branch protection rule
|
|
22483
22858
|
"""
|
|
@@ -23108,6 +23483,10 @@ type OIDCProvider implements Node {
|
|
|
23108
23483
|
"""
|
|
23109
23484
|
userName: String
|
|
23110
23485
|
): ExternalIdentityConnection!
|
|
23486
|
+
|
|
23487
|
+
"""
|
|
23488
|
+
The Node ID of this object
|
|
23489
|
+
"""
|
|
23111
23490
|
id: ID!
|
|
23112
23491
|
|
|
23113
23492
|
"""
|
|
@@ -23204,6 +23583,10 @@ type OauthApplicationCreateAuditEntry implements AuditEntry & Node & OauthApplic
|
|
|
23204
23583
|
The time the action was initiated
|
|
23205
23584
|
"""
|
|
23206
23585
|
createdAt: PreciseDateTime!
|
|
23586
|
+
|
|
23587
|
+
"""
|
|
23588
|
+
The Node ID of this object
|
|
23589
|
+
"""
|
|
23207
23590
|
id: ID!
|
|
23208
23591
|
|
|
23209
23592
|
"""
|
|
@@ -23395,6 +23778,10 @@ type OrgAddBillingManagerAuditEntry implements AuditEntry & Node & OrganizationA
|
|
|
23395
23778
|
The time the action was initiated
|
|
23396
23779
|
"""
|
|
23397
23780
|
createdAt: PreciseDateTime!
|
|
23781
|
+
|
|
23782
|
+
"""
|
|
23783
|
+
The Node ID of this object
|
|
23784
|
+
"""
|
|
23398
23785
|
id: ID!
|
|
23399
23786
|
|
|
23400
23787
|
"""
|
|
@@ -23491,6 +23878,10 @@ type OrgAddMemberAuditEntry implements AuditEntry & Node & OrganizationAuditEntr
|
|
|
23491
23878
|
The time the action was initiated
|
|
23492
23879
|
"""
|
|
23493
23880
|
createdAt: PreciseDateTime!
|
|
23881
|
+
|
|
23882
|
+
"""
|
|
23883
|
+
The Node ID of this object
|
|
23884
|
+
"""
|
|
23494
23885
|
id: ID!
|
|
23495
23886
|
|
|
23496
23887
|
"""
|
|
@@ -23622,6 +24013,10 @@ type OrgBlockUserAuditEntry implements AuditEntry & Node & OrganizationAuditEntr
|
|
|
23622
24013
|
The time the action was initiated
|
|
23623
24014
|
"""
|
|
23624
24015
|
createdAt: PreciseDateTime!
|
|
24016
|
+
|
|
24017
|
+
"""
|
|
24018
|
+
The Node ID of this object
|
|
24019
|
+
"""
|
|
23625
24020
|
id: ID!
|
|
23626
24021
|
|
|
23627
24022
|
"""
|
|
@@ -23713,6 +24108,10 @@ type OrgConfigDisableCollaboratorsOnlyAuditEntry implements AuditEntry & Node &
|
|
|
23713
24108
|
The time the action was initiated
|
|
23714
24109
|
"""
|
|
23715
24110
|
createdAt: PreciseDateTime!
|
|
24111
|
+
|
|
24112
|
+
"""
|
|
24113
|
+
The Node ID of this object
|
|
24114
|
+
"""
|
|
23716
24115
|
id: ID!
|
|
23717
24116
|
|
|
23718
24117
|
"""
|
|
@@ -23804,6 +24203,10 @@ type OrgConfigEnableCollaboratorsOnlyAuditEntry implements AuditEntry & Node & O
|
|
|
23804
24203
|
The time the action was initiated
|
|
23805
24204
|
"""
|
|
23806
24205
|
createdAt: PreciseDateTime!
|
|
24206
|
+
|
|
24207
|
+
"""
|
|
24208
|
+
The Node ID of this object
|
|
24209
|
+
"""
|
|
23807
24210
|
id: ID!
|
|
23808
24211
|
|
|
23809
24212
|
"""
|
|
@@ -23900,6 +24303,10 @@ type OrgCreateAuditEntry implements AuditEntry & Node & OrganizationAuditEntryDa
|
|
|
23900
24303
|
The time the action was initiated
|
|
23901
24304
|
"""
|
|
23902
24305
|
createdAt: PreciseDateTime!
|
|
24306
|
+
|
|
24307
|
+
"""
|
|
24308
|
+
The Node ID of this object
|
|
24309
|
+
"""
|
|
23903
24310
|
id: ID!
|
|
23904
24311
|
|
|
23905
24312
|
"""
|
|
@@ -24021,6 +24428,10 @@ type OrgDisableOauthAppRestrictionsAuditEntry implements AuditEntry & Node & Org
|
|
|
24021
24428
|
The time the action was initiated
|
|
24022
24429
|
"""
|
|
24023
24430
|
createdAt: PreciseDateTime!
|
|
24431
|
+
|
|
24432
|
+
"""
|
|
24433
|
+
The Node ID of this object
|
|
24434
|
+
"""
|
|
24024
24435
|
id: ID!
|
|
24025
24436
|
|
|
24026
24437
|
"""
|
|
@@ -24117,6 +24528,10 @@ type OrgDisableSamlAuditEntry implements AuditEntry & Node & OrganizationAuditEn
|
|
|
24117
24528
|
The SAML provider's digest algorithm URL.
|
|
24118
24529
|
"""
|
|
24119
24530
|
digestMethodUrl: URI
|
|
24531
|
+
|
|
24532
|
+
"""
|
|
24533
|
+
The Node ID of this object
|
|
24534
|
+
"""
|
|
24120
24535
|
id: ID!
|
|
24121
24536
|
|
|
24122
24537
|
"""
|
|
@@ -24223,6 +24638,10 @@ type OrgDisableTwoFactorRequirementAuditEntry implements AuditEntry & Node & Org
|
|
|
24223
24638
|
The time the action was initiated
|
|
24224
24639
|
"""
|
|
24225
24640
|
createdAt: PreciseDateTime!
|
|
24641
|
+
|
|
24642
|
+
"""
|
|
24643
|
+
The Node ID of this object
|
|
24644
|
+
"""
|
|
24226
24645
|
id: ID!
|
|
24227
24646
|
|
|
24228
24647
|
"""
|
|
@@ -24314,6 +24733,10 @@ type OrgEnableOauthAppRestrictionsAuditEntry implements AuditEntry & Node & Orga
|
|
|
24314
24733
|
The time the action was initiated
|
|
24315
24734
|
"""
|
|
24316
24735
|
createdAt: PreciseDateTime!
|
|
24736
|
+
|
|
24737
|
+
"""
|
|
24738
|
+
The Node ID of this object
|
|
24739
|
+
"""
|
|
24317
24740
|
id: ID!
|
|
24318
24741
|
|
|
24319
24742
|
"""
|
|
@@ -24410,6 +24833,10 @@ type OrgEnableSamlAuditEntry implements AuditEntry & Node & OrganizationAuditEnt
|
|
|
24410
24833
|
The SAML provider's digest algorithm URL.
|
|
24411
24834
|
"""
|
|
24412
24835
|
digestMethodUrl: URI
|
|
24836
|
+
|
|
24837
|
+
"""
|
|
24838
|
+
The Node ID of this object
|
|
24839
|
+
"""
|
|
24413
24840
|
id: ID!
|
|
24414
24841
|
|
|
24415
24842
|
"""
|
|
@@ -24516,6 +24943,10 @@ type OrgEnableTwoFactorRequirementAuditEntry implements AuditEntry & Node & Orga
|
|
|
24516
24943
|
The time the action was initiated
|
|
24517
24944
|
"""
|
|
24518
24945
|
createdAt: PreciseDateTime!
|
|
24946
|
+
|
|
24947
|
+
"""
|
|
24948
|
+
The Node ID of this object
|
|
24949
|
+
"""
|
|
24519
24950
|
id: ID!
|
|
24520
24951
|
|
|
24521
24952
|
"""
|
|
@@ -24637,6 +25068,10 @@ type OrgInviteMemberAuditEntry implements AuditEntry & Node & OrganizationAuditE
|
|
|
24637
25068
|
The email address of the organization invitation.
|
|
24638
25069
|
"""
|
|
24639
25070
|
email: String
|
|
25071
|
+
|
|
25072
|
+
"""
|
|
25073
|
+
The Node ID of this object
|
|
25074
|
+
"""
|
|
24640
25075
|
id: ID!
|
|
24641
25076
|
|
|
24642
25077
|
"""
|
|
@@ -24748,6 +25183,10 @@ type OrgInviteToBusinessAuditEntry implements AuditEntry & EnterpriseAuditEntryD
|
|
|
24748
25183
|
The HTTP URL for this enterprise.
|
|
24749
25184
|
"""
|
|
24750
25185
|
enterpriseUrl: URI
|
|
25186
|
+
|
|
25187
|
+
"""
|
|
25188
|
+
The Node ID of this object
|
|
25189
|
+
"""
|
|
24751
25190
|
id: ID!
|
|
24752
25191
|
|
|
24753
25192
|
"""
|
|
@@ -24839,6 +25278,10 @@ type OrgOauthAppAccessApprovedAuditEntry implements AuditEntry & Node & OauthApp
|
|
|
24839
25278
|
The time the action was initiated
|
|
24840
25279
|
"""
|
|
24841
25280
|
createdAt: PreciseDateTime!
|
|
25281
|
+
|
|
25282
|
+
"""
|
|
25283
|
+
The Node ID of this object
|
|
25284
|
+
"""
|
|
24842
25285
|
id: ID!
|
|
24843
25286
|
|
|
24844
25287
|
"""
|
|
@@ -24945,6 +25388,10 @@ type OrgOauthAppAccessBlockedAuditEntry implements AuditEntry & Node & OauthAppl
|
|
|
24945
25388
|
The time the action was initiated
|
|
24946
25389
|
"""
|
|
24947
25390
|
createdAt: PreciseDateTime!
|
|
25391
|
+
|
|
25392
|
+
"""
|
|
25393
|
+
The Node ID of this object
|
|
25394
|
+
"""
|
|
24948
25395
|
id: ID!
|
|
24949
25396
|
|
|
24950
25397
|
"""
|
|
@@ -25051,6 +25498,10 @@ type OrgOauthAppAccessDeniedAuditEntry implements AuditEntry & Node & OauthAppli
|
|
|
25051
25498
|
The time the action was initiated
|
|
25052
25499
|
"""
|
|
25053
25500
|
createdAt: PreciseDateTime!
|
|
25501
|
+
|
|
25502
|
+
"""
|
|
25503
|
+
The Node ID of this object
|
|
25504
|
+
"""
|
|
25054
25505
|
id: ID!
|
|
25055
25506
|
|
|
25056
25507
|
"""
|
|
@@ -25157,6 +25608,10 @@ type OrgOauthAppAccessRequestedAuditEntry implements AuditEntry & Node & OauthAp
|
|
|
25157
25608
|
The time the action was initiated
|
|
25158
25609
|
"""
|
|
25159
25610
|
createdAt: PreciseDateTime!
|
|
25611
|
+
|
|
25612
|
+
"""
|
|
25613
|
+
The Node ID of this object
|
|
25614
|
+
"""
|
|
25160
25615
|
id: ID!
|
|
25161
25616
|
|
|
25162
25617
|
"""
|
|
@@ -25263,6 +25718,10 @@ type OrgOauthAppAccessUnblockedAuditEntry implements AuditEntry & Node & OauthAp
|
|
|
25263
25718
|
The time the action was initiated
|
|
25264
25719
|
"""
|
|
25265
25720
|
createdAt: PreciseDateTime!
|
|
25721
|
+
|
|
25722
|
+
"""
|
|
25723
|
+
The Node ID of this object
|
|
25724
|
+
"""
|
|
25266
25725
|
id: ID!
|
|
25267
25726
|
|
|
25268
25727
|
"""
|
|
@@ -25369,6 +25828,10 @@ type OrgRemoveBillingManagerAuditEntry implements AuditEntry & Node & Organizati
|
|
|
25369
25828
|
The time the action was initiated
|
|
25370
25829
|
"""
|
|
25371
25830
|
createdAt: PreciseDateTime!
|
|
25831
|
+
|
|
25832
|
+
"""
|
|
25833
|
+
The Node ID of this object
|
|
25834
|
+
"""
|
|
25372
25835
|
id: ID!
|
|
25373
25836
|
|
|
25374
25837
|
"""
|
|
@@ -25485,6 +25948,10 @@ type OrgRemoveMemberAuditEntry implements AuditEntry & Node & OrganizationAuditE
|
|
|
25485
25948
|
The time the action was initiated
|
|
25486
25949
|
"""
|
|
25487
25950
|
createdAt: PreciseDateTime!
|
|
25951
|
+
|
|
25952
|
+
"""
|
|
25953
|
+
The Node ID of this object
|
|
25954
|
+
"""
|
|
25488
25955
|
id: ID!
|
|
25489
25956
|
|
|
25490
25957
|
"""
|
|
@@ -25657,6 +26124,10 @@ type OrgRemoveOutsideCollaboratorAuditEntry implements AuditEntry & Node & Organ
|
|
|
25657
26124
|
The time the action was initiated
|
|
25658
26125
|
"""
|
|
25659
26126
|
createdAt: PreciseDateTime!
|
|
26127
|
+
|
|
26128
|
+
"""
|
|
26129
|
+
The Node ID of this object
|
|
26130
|
+
"""
|
|
25660
26131
|
id: ID!
|
|
25661
26132
|
|
|
25662
26133
|
"""
|
|
@@ -25796,6 +26267,10 @@ type OrgRestoreMemberAuditEntry implements AuditEntry & Node & OrganizationAudit
|
|
|
25796
26267
|
The time the action was initiated
|
|
25797
26268
|
"""
|
|
25798
26269
|
createdAt: PreciseDateTime!
|
|
26270
|
+
|
|
26271
|
+
"""
|
|
26272
|
+
The Node ID of this object
|
|
26273
|
+
"""
|
|
25799
26274
|
id: ID!
|
|
25800
26275
|
|
|
25801
26276
|
"""
|
|
@@ -26022,6 +26497,10 @@ type OrgUnblockUserAuditEntry implements AuditEntry & Node & OrganizationAuditEn
|
|
|
26022
26497
|
The time the action was initiated
|
|
26023
26498
|
"""
|
|
26024
26499
|
createdAt: PreciseDateTime!
|
|
26500
|
+
|
|
26501
|
+
"""
|
|
26502
|
+
The Node ID of this object
|
|
26503
|
+
"""
|
|
26025
26504
|
id: ID!
|
|
26026
26505
|
|
|
26027
26506
|
"""
|
|
@@ -26113,6 +26592,10 @@ type OrgUpdateDefaultRepositoryPermissionAuditEntry implements AuditEntry & Node
|
|
|
26113
26592
|
The time the action was initiated
|
|
26114
26593
|
"""
|
|
26115
26594
|
createdAt: PreciseDateTime!
|
|
26595
|
+
|
|
26596
|
+
"""
|
|
26597
|
+
The Node ID of this object
|
|
26598
|
+
"""
|
|
26116
26599
|
id: ID!
|
|
26117
26600
|
|
|
26118
26601
|
"""
|
|
@@ -26239,6 +26722,10 @@ type OrgUpdateMemberAuditEntry implements AuditEntry & Node & OrganizationAuditE
|
|
|
26239
26722
|
The time the action was initiated
|
|
26240
26723
|
"""
|
|
26241
26724
|
createdAt: PreciseDateTime!
|
|
26725
|
+
|
|
26726
|
+
"""
|
|
26727
|
+
The Node ID of this object
|
|
26728
|
+
"""
|
|
26242
26729
|
id: ID!
|
|
26243
26730
|
|
|
26244
26731
|
"""
|
|
@@ -26360,6 +26847,10 @@ type OrgUpdateMemberRepositoryCreationPermissionAuditEntry implements AuditEntry
|
|
|
26360
26847
|
The time the action was initiated
|
|
26361
26848
|
"""
|
|
26362
26849
|
createdAt: PreciseDateTime!
|
|
26850
|
+
|
|
26851
|
+
"""
|
|
26852
|
+
The Node ID of this object
|
|
26853
|
+
"""
|
|
26363
26854
|
id: ID!
|
|
26364
26855
|
|
|
26365
26856
|
"""
|
|
@@ -26506,6 +26997,10 @@ type OrgUpdateMemberRepositoryInvitationPermissionAuditEntry implements AuditEnt
|
|
|
26506
26997
|
The time the action was initiated
|
|
26507
26998
|
"""
|
|
26508
26999
|
createdAt: PreciseDateTime!
|
|
27000
|
+
|
|
27001
|
+
"""
|
|
27002
|
+
The Node ID of this object
|
|
27003
|
+
"""
|
|
26509
27004
|
id: ID!
|
|
26510
27005
|
|
|
26511
27006
|
"""
|
|
@@ -26747,6 +27242,10 @@ type Organization implements Actor & AnnouncementBanner & MemberStatusable & Nod
|
|
|
26747
27242
|
True if this user/organization has a GitHub Sponsors listing.
|
|
26748
27243
|
"""
|
|
26749
27244
|
hasSponsorsListing: Boolean!
|
|
27245
|
+
|
|
27246
|
+
"""
|
|
27247
|
+
The Node ID of this object
|
|
27248
|
+
"""
|
|
26750
27249
|
id: ID!
|
|
26751
27250
|
|
|
26752
27251
|
"""
|
|
@@ -28140,6 +28639,10 @@ type OrganizationIdentityProvider implements Node {
|
|
|
28140
28639
|
"""
|
|
28141
28640
|
userName: String
|
|
28142
28641
|
): ExternalIdentityConnection!
|
|
28642
|
+
|
|
28643
|
+
"""
|
|
28644
|
+
The Node ID of this object
|
|
28645
|
+
"""
|
|
28143
28646
|
id: ID!
|
|
28144
28647
|
|
|
28145
28648
|
"""
|
|
@@ -28181,6 +28684,10 @@ type OrganizationInvitation implements Node {
|
|
|
28181
28684
|
The email address of the user invited to the organization.
|
|
28182
28685
|
"""
|
|
28183
28686
|
email: String
|
|
28687
|
+
|
|
28688
|
+
"""
|
|
28689
|
+
The Node ID of this object
|
|
28690
|
+
"""
|
|
28184
28691
|
id: ID!
|
|
28185
28692
|
|
|
28186
28693
|
"""
|
|
@@ -28422,6 +28929,10 @@ type OrganizationMigration implements Node {
|
|
|
28422
28929
|
The reason the organization migration failed.
|
|
28423
28930
|
"""
|
|
28424
28931
|
failureReason: String
|
|
28932
|
+
|
|
28933
|
+
"""
|
|
28934
|
+
The Node ID of this object
|
|
28935
|
+
"""
|
|
28425
28936
|
id: ID!
|
|
28426
28937
|
|
|
28427
28938
|
"""
|
|
@@ -28654,6 +29165,9 @@ type OrganizationsHovercardContext implements HovercardContext {
|
|
|
28654
29165
|
Information for an uploaded package.
|
|
28655
29166
|
"""
|
|
28656
29167
|
type Package implements Node {
|
|
29168
|
+
"""
|
|
29169
|
+
The Node ID of this object
|
|
29170
|
+
"""
|
|
28657
29171
|
id: ID!
|
|
28658
29172
|
|
|
28659
29173
|
"""
|
|
@@ -28766,6 +29280,9 @@ type PackageEdge {
|
|
|
28766
29280
|
A file in a package version.
|
|
28767
29281
|
"""
|
|
28768
29282
|
type PackageFile implements Node {
|
|
29283
|
+
"""
|
|
29284
|
+
The Node ID of this object
|
|
29285
|
+
"""
|
|
28769
29286
|
id: ID!
|
|
28770
29287
|
|
|
28771
29288
|
"""
|
|
@@ -28903,6 +29420,9 @@ enum PackageOrderField {
|
|
|
28903
29420
|
Represents an owner of a package.
|
|
28904
29421
|
"""
|
|
28905
29422
|
interface PackageOwner {
|
|
29423
|
+
"""
|
|
29424
|
+
The Node ID of the PackageOwner object
|
|
29425
|
+
"""
|
|
28906
29426
|
id: ID!
|
|
28907
29427
|
|
|
28908
29428
|
"""
|
|
@@ -28965,6 +29485,9 @@ type PackageStatistics {
|
|
|
28965
29485
|
A version tag contains the mapping between a tag name and a version.
|
|
28966
29486
|
"""
|
|
28967
29487
|
type PackageTag implements Node {
|
|
29488
|
+
"""
|
|
29489
|
+
The Node ID of this object
|
|
29490
|
+
"""
|
|
28968
29491
|
id: ID!
|
|
28969
29492
|
|
|
28970
29493
|
"""
|
|
@@ -29051,6 +29574,10 @@ type PackageVersion implements Node {
|
|
|
29051
29574
|
"""
|
|
29052
29575
|
orderBy: PackageFileOrder = {field: CREATED_AT, direction: ASC}
|
|
29053
29576
|
): PackageFileConnection!
|
|
29577
|
+
|
|
29578
|
+
"""
|
|
29579
|
+
The Node ID of this object
|
|
29580
|
+
"""
|
|
29054
29581
|
id: ID!
|
|
29055
29582
|
|
|
29056
29583
|
"""
|
|
@@ -29402,6 +29929,10 @@ type PinnedDiscussion implements Node & RepositoryNode {
|
|
|
29402
29929
|
Color stops of the chosen gradient
|
|
29403
29930
|
"""
|
|
29404
29931
|
gradientStopColors: [String!]!
|
|
29932
|
+
|
|
29933
|
+
"""
|
|
29934
|
+
The Node ID of this object
|
|
29935
|
+
"""
|
|
29405
29936
|
id: ID!
|
|
29406
29937
|
|
|
29407
29938
|
"""
|
|
@@ -29548,6 +30079,10 @@ type PinnedEvent implements Node {
|
|
|
29548
30079
|
Identifies the date and time when the object was created.
|
|
29549
30080
|
"""
|
|
29550
30081
|
createdAt: DateTime!
|
|
30082
|
+
|
|
30083
|
+
"""
|
|
30084
|
+
The Node ID of this object
|
|
30085
|
+
"""
|
|
29551
30086
|
id: ID!
|
|
29552
30087
|
|
|
29553
30088
|
"""
|
|
@@ -29569,6 +30104,10 @@ type PinnedIssue implements Node {
|
|
|
29569
30104
|
Identifies the primary key from the database as a BigInt.
|
|
29570
30105
|
"""
|
|
29571
30106
|
fullDatabaseId: BigInt
|
|
30107
|
+
|
|
30108
|
+
"""
|
|
30109
|
+
The Node ID of this object
|
|
30110
|
+
"""
|
|
29572
30111
|
id: ID!
|
|
29573
30112
|
|
|
29574
30113
|
"""
|
|
@@ -29690,6 +30229,10 @@ type PrivateRepositoryForkingDisableAuditEntry implements AuditEntry & Enterpris
|
|
|
29690
30229
|
The HTTP URL for this enterprise.
|
|
29691
30230
|
"""
|
|
29692
30231
|
enterpriseUrl: URI
|
|
30232
|
+
|
|
30233
|
+
"""
|
|
30234
|
+
The Node ID of this object
|
|
30235
|
+
"""
|
|
29693
30236
|
id: ID!
|
|
29694
30237
|
|
|
29695
30238
|
"""
|
|
@@ -29816,6 +30359,10 @@ type PrivateRepositoryForkingEnableAuditEntry implements AuditEntry & Enterprise
|
|
|
29816
30359
|
The HTTP URL for this enterprise.
|
|
29817
30360
|
"""
|
|
29818
30361
|
enterpriseUrl: URI
|
|
30362
|
+
|
|
30363
|
+
"""
|
|
30364
|
+
The Node ID of this object
|
|
30365
|
+
"""
|
|
29819
30366
|
id: ID!
|
|
29820
30367
|
|
|
29821
30368
|
"""
|
|
@@ -29940,6 +30487,10 @@ interface ProfileOwner {
|
|
|
29940
30487
|
The public profile email.
|
|
29941
30488
|
"""
|
|
29942
30489
|
email: String
|
|
30490
|
+
|
|
30491
|
+
"""
|
|
30492
|
+
The Node ID of the ProfileOwner object
|
|
30493
|
+
"""
|
|
29943
30494
|
id: ID!
|
|
29944
30495
|
|
|
29945
30496
|
"""
|
|
@@ -30102,6 +30653,10 @@ type Project implements Closable & Node & Updatable {
|
|
|
30102
30653
|
Identifies the primary key from the database.
|
|
30103
30654
|
"""
|
|
30104
30655
|
databaseId: Int
|
|
30656
|
+
|
|
30657
|
+
"""
|
|
30658
|
+
The Node ID of this object
|
|
30659
|
+
"""
|
|
30105
30660
|
id: ID!
|
|
30106
30661
|
|
|
30107
30662
|
"""
|
|
@@ -30221,6 +30776,10 @@ type ProjectCard implements Node {
|
|
|
30221
30776
|
Identifies the primary key from the database.
|
|
30222
30777
|
"""
|
|
30223
30778
|
databaseId: Int
|
|
30779
|
+
|
|
30780
|
+
"""
|
|
30781
|
+
The Node ID of this object
|
|
30782
|
+
"""
|
|
30224
30783
|
id: ID!
|
|
30225
30784
|
|
|
30226
30785
|
"""
|
|
@@ -30382,6 +30941,10 @@ type ProjectColumn implements Node {
|
|
|
30382
30941
|
Identifies the primary key from the database.
|
|
30383
30942
|
"""
|
|
30384
30943
|
databaseId: Int
|
|
30944
|
+
|
|
30945
|
+
"""
|
|
30946
|
+
The Node ID of this object
|
|
30947
|
+
"""
|
|
30385
30948
|
id: ID!
|
|
30386
30949
|
|
|
30387
30950
|
"""
|
|
@@ -30554,6 +31117,9 @@ enum ProjectOrderField {
|
|
|
30554
31117
|
Represents an owner of a Project.
|
|
30555
31118
|
"""
|
|
30556
31119
|
interface ProjectOwner {
|
|
31120
|
+
"""
|
|
31121
|
+
The Node ID of the ProjectOwner object
|
|
31122
|
+
"""
|
|
30557
31123
|
id: ID!
|
|
30558
31124
|
|
|
30559
31125
|
"""
|
|
@@ -30770,6 +31336,10 @@ type ProjectV2 implements Closable & Node & Updatable {
|
|
|
30770
31336
|
"""
|
|
30771
31337
|
orderBy: ProjectV2FieldOrder = {field: POSITION, direction: ASC}
|
|
30772
31338
|
): ProjectV2FieldConfigurationConnection!
|
|
31339
|
+
|
|
31340
|
+
"""
|
|
31341
|
+
The Node ID of this object
|
|
31342
|
+
"""
|
|
30773
31343
|
id: ID!
|
|
30774
31344
|
|
|
30775
31345
|
"""
|
|
@@ -31156,6 +31726,10 @@ type ProjectV2Field implements Node & ProjectV2FieldCommon {
|
|
|
31156
31726
|
Identifies the primary key from the database.
|
|
31157
31727
|
"""
|
|
31158
31728
|
databaseId: Int
|
|
31729
|
+
|
|
31730
|
+
"""
|
|
31731
|
+
The Node ID of this object
|
|
31732
|
+
"""
|
|
31159
31733
|
id: ID!
|
|
31160
31734
|
|
|
31161
31735
|
"""
|
|
@@ -31192,6 +31766,10 @@ interface ProjectV2FieldCommon {
|
|
|
31192
31766
|
Identifies the primary key from the database.
|
|
31193
31767
|
"""
|
|
31194
31768
|
databaseId: Int
|
|
31769
|
+
|
|
31770
|
+
"""
|
|
31771
|
+
The Node ID of the ProjectV2FieldCommon object
|
|
31772
|
+
"""
|
|
31195
31773
|
id: ID!
|
|
31196
31774
|
|
|
31197
31775
|
"""
|
|
@@ -31508,6 +32086,10 @@ type ProjectV2Item implements Node {
|
|
|
31508
32086
|
"""
|
|
31509
32087
|
orderBy: ProjectV2ItemFieldValueOrder = {field: POSITION, direction: ASC}
|
|
31510
32088
|
): ProjectV2ItemFieldValueConnection!
|
|
32089
|
+
|
|
32090
|
+
"""
|
|
32091
|
+
The Node ID of this object
|
|
32092
|
+
"""
|
|
31511
32093
|
id: ID!
|
|
31512
32094
|
|
|
31513
32095
|
"""
|
|
@@ -31604,6 +32186,10 @@ type ProjectV2ItemFieldDateValue implements Node & ProjectV2ItemFieldValueCommon
|
|
|
31604
32186
|
The project field that contains this value.
|
|
31605
32187
|
"""
|
|
31606
32188
|
field: ProjectV2FieldConfiguration!
|
|
32189
|
+
|
|
32190
|
+
"""
|
|
32191
|
+
The Node ID of this object
|
|
32192
|
+
"""
|
|
31607
32193
|
id: ID!
|
|
31608
32194
|
|
|
31609
32195
|
"""
|
|
@@ -31645,6 +32231,10 @@ type ProjectV2ItemFieldIterationValue implements Node & ProjectV2ItemFieldValueC
|
|
|
31645
32231
|
The project field that contains this value.
|
|
31646
32232
|
"""
|
|
31647
32233
|
field: ProjectV2FieldConfiguration!
|
|
32234
|
+
|
|
32235
|
+
"""
|
|
32236
|
+
The Node ID of this object
|
|
32237
|
+
"""
|
|
31648
32238
|
id: ID!
|
|
31649
32239
|
|
|
31650
32240
|
"""
|
|
@@ -31751,6 +32341,10 @@ type ProjectV2ItemFieldNumberValue implements Node & ProjectV2ItemFieldValueComm
|
|
|
31751
32341
|
The project field that contains this value.
|
|
31752
32342
|
"""
|
|
31753
32343
|
field: ProjectV2FieldConfiguration!
|
|
32344
|
+
|
|
32345
|
+
"""
|
|
32346
|
+
The Node ID of this object
|
|
32347
|
+
"""
|
|
31754
32348
|
id: ID!
|
|
31755
32349
|
|
|
31756
32350
|
"""
|
|
@@ -31897,6 +32491,10 @@ type ProjectV2ItemFieldSingleSelectValue implements Node & ProjectV2ItemFieldVal
|
|
|
31897
32491
|
The project field that contains this value.
|
|
31898
32492
|
"""
|
|
31899
32493
|
field: ProjectV2FieldConfiguration!
|
|
32494
|
+
|
|
32495
|
+
"""
|
|
32496
|
+
The Node ID of this object
|
|
32497
|
+
"""
|
|
31900
32498
|
id: ID!
|
|
31901
32499
|
|
|
31902
32500
|
"""
|
|
@@ -31948,6 +32546,10 @@ type ProjectV2ItemFieldTextValue implements Node & ProjectV2ItemFieldValueCommon
|
|
|
31948
32546
|
The project field that contains this value.
|
|
31949
32547
|
"""
|
|
31950
32548
|
field: ProjectV2FieldConfiguration!
|
|
32549
|
+
|
|
32550
|
+
"""
|
|
32551
|
+
The Node ID of this object
|
|
32552
|
+
"""
|
|
31951
32553
|
id: ID!
|
|
31952
32554
|
|
|
31953
32555
|
"""
|
|
@@ -32029,6 +32631,10 @@ interface ProjectV2ItemFieldValueCommon {
|
|
|
32029
32631
|
The project field that contains this value.
|
|
32030
32632
|
"""
|
|
32031
32633
|
field: ProjectV2FieldConfiguration!
|
|
32634
|
+
|
|
32635
|
+
"""
|
|
32636
|
+
The Node ID of the ProjectV2ItemFieldValueCommon object
|
|
32637
|
+
"""
|
|
32032
32638
|
id: ID!
|
|
32033
32639
|
|
|
32034
32640
|
"""
|
|
@@ -32180,6 +32786,10 @@ type ProjectV2IterationField implements Node & ProjectV2FieldCommon {
|
|
|
32180
32786
|
Identifies the primary key from the database.
|
|
32181
32787
|
"""
|
|
32182
32788
|
databaseId: Int
|
|
32789
|
+
|
|
32790
|
+
"""
|
|
32791
|
+
The Node ID of this object
|
|
32792
|
+
"""
|
|
32183
32793
|
id: ID!
|
|
32184
32794
|
|
|
32185
32795
|
"""
|
|
@@ -32297,6 +32907,9 @@ enum ProjectV2OrderField {
|
|
|
32297
32907
|
Represents an owner of a project (beta).
|
|
32298
32908
|
"""
|
|
32299
32909
|
interface ProjectV2Owner {
|
|
32910
|
+
"""
|
|
32911
|
+
The Node ID of the ProjectV2Owner object
|
|
32912
|
+
"""
|
|
32300
32913
|
id: ID!
|
|
32301
32914
|
|
|
32302
32915
|
"""
|
|
@@ -32418,6 +33031,10 @@ type ProjectV2SingleSelectField implements Node & ProjectV2FieldCommon {
|
|
|
32418
33031
|
Identifies the primary key from the database.
|
|
32419
33032
|
"""
|
|
32420
33033
|
databaseId: Int
|
|
33034
|
+
|
|
33035
|
+
"""
|
|
33036
|
+
The Node ID of this object
|
|
33037
|
+
"""
|
|
32421
33038
|
id: ID!
|
|
32422
33039
|
|
|
32423
33040
|
"""
|
|
@@ -32779,6 +33396,10 @@ type ProjectV2View implements Node {
|
|
|
32779
33396
|
"""
|
|
32780
33397
|
orderBy: ProjectV2FieldOrder = {field: POSITION, direction: ASC}
|
|
32781
33398
|
): ProjectV2FieldConfigurationConnection
|
|
33399
|
+
|
|
33400
|
+
"""
|
|
33401
|
+
The Node ID of this object
|
|
33402
|
+
"""
|
|
32782
33403
|
id: ID!
|
|
32783
33404
|
|
|
32784
33405
|
"""
|
|
@@ -33060,6 +33681,10 @@ type ProjectV2Workflow implements Node {
|
|
|
33060
33681
|
Whether the workflow is enabled.
|
|
33061
33682
|
"""
|
|
33062
33683
|
enabled: Boolean!
|
|
33684
|
+
|
|
33685
|
+
"""
|
|
33686
|
+
The Node ID of this object
|
|
33687
|
+
"""
|
|
33063
33688
|
id: ID!
|
|
33064
33689
|
|
|
33065
33690
|
"""
|
|
@@ -33182,6 +33807,10 @@ type PublicKey implements Node {
|
|
|
33182
33807
|
The fingerprint for this PublicKey.
|
|
33183
33808
|
"""
|
|
33184
33809
|
fingerprint: String!
|
|
33810
|
+
|
|
33811
|
+
"""
|
|
33812
|
+
The Node ID of this object
|
|
33813
|
+
"""
|
|
33185
33814
|
id: ID!
|
|
33186
33815
|
|
|
33187
33816
|
"""
|
|
@@ -33560,6 +34189,10 @@ type PullRequest implements Assignable & Closable & Comment & Labelable & Lockab
|
|
|
33560
34189
|
"""
|
|
33561
34190
|
includeNotificationContexts: Boolean = true
|
|
33562
34191
|
): Hovercard!
|
|
34192
|
+
|
|
34193
|
+
"""
|
|
34194
|
+
The Node ID of this object
|
|
34195
|
+
"""
|
|
33563
34196
|
id: ID!
|
|
33564
34197
|
|
|
33565
34198
|
"""
|
|
@@ -34350,6 +34983,10 @@ type PullRequestCommit implements Node & UniformResourceLocatable {
|
|
|
34350
34983
|
The Git commit object
|
|
34351
34984
|
"""
|
|
34352
34985
|
commit: Commit!
|
|
34986
|
+
|
|
34987
|
+
"""
|
|
34988
|
+
The Node ID of this object
|
|
34989
|
+
"""
|
|
34353
34990
|
id: ID!
|
|
34354
34991
|
|
|
34355
34992
|
"""
|
|
@@ -34401,6 +35038,10 @@ type PullRequestCommitCommentThread implements Node & RepositoryNode {
|
|
|
34401
35038
|
The commit the comments were made on.
|
|
34402
35039
|
"""
|
|
34403
35040
|
commit: Commit!
|
|
35041
|
+
|
|
35042
|
+
"""
|
|
35043
|
+
The Node ID of this object
|
|
35044
|
+
"""
|
|
34404
35045
|
id: ID!
|
|
34405
35046
|
|
|
34406
35047
|
"""
|
|
@@ -34737,6 +35378,10 @@ type PullRequestReview implements Comment & Deletable & Minimizable & Node & Rea
|
|
|
34737
35378
|
The actor who edited the comment.
|
|
34738
35379
|
"""
|
|
34739
35380
|
editor: Actor
|
|
35381
|
+
|
|
35382
|
+
"""
|
|
35383
|
+
The Node ID of this object
|
|
35384
|
+
"""
|
|
34740
35385
|
id: ID!
|
|
34741
35386
|
|
|
34742
35387
|
"""
|
|
@@ -34985,6 +35630,10 @@ type PullRequestReviewComment implements Comment & Deletable & Minimizable & Nod
|
|
|
34985
35630
|
The actor who edited the comment.
|
|
34986
35631
|
"""
|
|
34987
35632
|
editor: Actor
|
|
35633
|
+
|
|
35634
|
+
"""
|
|
35635
|
+
The Node ID of this object
|
|
35636
|
+
"""
|
|
34988
35637
|
id: ID!
|
|
34989
35638
|
|
|
34990
35639
|
"""
|
|
@@ -35448,6 +36097,10 @@ type PullRequestReviewThread implements Node {
|
|
|
35448
36097
|
The side of the diff on which this thread was placed.
|
|
35449
36098
|
"""
|
|
35450
36099
|
diffSide: DiffSide!
|
|
36100
|
+
|
|
36101
|
+
"""
|
|
36102
|
+
The Node ID of this object
|
|
36103
|
+
"""
|
|
35451
36104
|
id: ID!
|
|
35452
36105
|
|
|
35453
36106
|
"""
|
|
@@ -35684,6 +36337,10 @@ type PullRequestThread implements Node {
|
|
|
35684
36337
|
The side of the diff on which this thread was placed.
|
|
35685
36338
|
"""
|
|
35686
36339
|
diffSide: DiffSide!
|
|
36340
|
+
|
|
36341
|
+
"""
|
|
36342
|
+
The Node ID of this object
|
|
36343
|
+
"""
|
|
35687
36344
|
id: ID!
|
|
35688
36345
|
|
|
35689
36346
|
"""
|
|
@@ -36176,6 +36833,9 @@ enum PullRequestUpdateState {
|
|
|
36176
36833
|
A Git push.
|
|
36177
36834
|
"""
|
|
36178
36835
|
type Push implements Node {
|
|
36836
|
+
"""
|
|
36837
|
+
The Node ID of this object
|
|
36838
|
+
"""
|
|
36179
36839
|
id: ID!
|
|
36180
36840
|
|
|
36181
36841
|
"""
|
|
@@ -36217,6 +36877,10 @@ type PushAllowance implements Node {
|
|
|
36217
36877
|
Identifies the branch protection rule associated with the allowed user, team, or app.
|
|
36218
36878
|
"""
|
|
36219
36879
|
branchProtectionRule: BranchProtectionRule
|
|
36880
|
+
|
|
36881
|
+
"""
|
|
36882
|
+
The Node ID of this object
|
|
36883
|
+
"""
|
|
36220
36884
|
id: ID!
|
|
36221
36885
|
}
|
|
36222
36886
|
|
|
@@ -36830,6 +37494,10 @@ interface Reactable {
|
|
|
36830
37494
|
Identifies the primary key from the database.
|
|
36831
37495
|
"""
|
|
36832
37496
|
databaseId: Int
|
|
37497
|
+
|
|
37498
|
+
"""
|
|
37499
|
+
The Node ID of the Reactable object
|
|
37500
|
+
"""
|
|
36833
37501
|
id: ID!
|
|
36834
37502
|
|
|
36835
37503
|
"""
|
|
@@ -36937,6 +37605,10 @@ type Reaction implements Node {
|
|
|
36937
37605
|
Identifies the primary key from the database.
|
|
36938
37606
|
"""
|
|
36939
37607
|
databaseId: Int
|
|
37608
|
+
|
|
37609
|
+
"""
|
|
37610
|
+
The Node ID of this object
|
|
37611
|
+
"""
|
|
36940
37612
|
id: ID!
|
|
36941
37613
|
|
|
36942
37614
|
"""
|
|
@@ -37203,6 +37875,10 @@ type ReadyForReviewEvent implements Node & UniformResourceLocatable {
|
|
|
37203
37875
|
Identifies the date and time when the object was created.
|
|
37204
37876
|
"""
|
|
37205
37877
|
createdAt: DateTime!
|
|
37878
|
+
|
|
37879
|
+
"""
|
|
37880
|
+
The Node ID of this object
|
|
37881
|
+
"""
|
|
37206
37882
|
id: ID!
|
|
37207
37883
|
|
|
37208
37884
|
"""
|
|
@@ -37289,6 +37965,10 @@ type Ref implements Node {
|
|
|
37289
37965
|
"""
|
|
37290
37966
|
headRef: String!
|
|
37291
37967
|
): Comparison
|
|
37968
|
+
|
|
37969
|
+
"""
|
|
37970
|
+
The Node ID of this object
|
|
37971
|
+
"""
|
|
37292
37972
|
id: ID!
|
|
37293
37973
|
|
|
37294
37974
|
"""
|
|
@@ -37509,6 +38189,10 @@ type ReferencedEvent implements Node {
|
|
|
37509
38189
|
Identifies the date and time when the object was created.
|
|
37510
38190
|
"""
|
|
37511
38191
|
createdAt: DateTime!
|
|
38192
|
+
|
|
38193
|
+
"""
|
|
38194
|
+
The Node ID of this object
|
|
38195
|
+
"""
|
|
37512
38196
|
id: ID!
|
|
37513
38197
|
|
|
37514
38198
|
"""
|
|
@@ -37660,6 +38344,10 @@ type Release implements Node & Reactable & UniformResourceLocatable {
|
|
|
37660
38344
|
The description of this release rendered to HTML.
|
|
37661
38345
|
"""
|
|
37662
38346
|
descriptionHTML: HTML
|
|
38347
|
+
|
|
38348
|
+
"""
|
|
38349
|
+
The Node ID of this object
|
|
38350
|
+
"""
|
|
37663
38351
|
id: ID!
|
|
37664
38352
|
|
|
37665
38353
|
"""
|
|
@@ -37856,6 +38544,10 @@ type ReleaseAsset implements Node {
|
|
|
37856
38544
|
Identifies the URL where you can download the release asset via the browser.
|
|
37857
38545
|
"""
|
|
37858
38546
|
downloadUrl: URI!
|
|
38547
|
+
|
|
38548
|
+
"""
|
|
38549
|
+
The Node ID of this object
|
|
38550
|
+
"""
|
|
37859
38551
|
id: ID!
|
|
37860
38552
|
|
|
37861
38553
|
"""
|
|
@@ -38437,6 +39129,10 @@ type RemovedFromMergeQueueEvent implements Node {
|
|
|
38437
39129
|
The user who removed this Pull Request from the merge queue
|
|
38438
39130
|
"""
|
|
38439
39131
|
enqueuer: User
|
|
39132
|
+
|
|
39133
|
+
"""
|
|
39134
|
+
The Node ID of this object
|
|
39135
|
+
"""
|
|
38440
39136
|
id: ID!
|
|
38441
39137
|
|
|
38442
39138
|
"""
|
|
@@ -38473,6 +39169,10 @@ type RemovedFromProjectEvent implements Node {
|
|
|
38473
39169
|
Identifies the primary key from the database.
|
|
38474
39170
|
"""
|
|
38475
39171
|
databaseId: Int
|
|
39172
|
+
|
|
39173
|
+
"""
|
|
39174
|
+
The Node ID of this object
|
|
39175
|
+
"""
|
|
38476
39176
|
id: ID!
|
|
38477
39177
|
}
|
|
38478
39178
|
|
|
@@ -38494,6 +39194,10 @@ type RenamedTitleEvent implements Node {
|
|
|
38494
39194
|
Identifies the current title of the issue or pull request.
|
|
38495
39195
|
"""
|
|
38496
39196
|
currentTitle: String!
|
|
39197
|
+
|
|
39198
|
+
"""
|
|
39199
|
+
The Node ID of this object
|
|
39200
|
+
"""
|
|
38497
39201
|
id: ID!
|
|
38498
39202
|
|
|
38499
39203
|
"""
|
|
@@ -38620,6 +39324,10 @@ type ReopenedEvent implements Node {
|
|
|
38620
39324
|
Identifies the date and time when the object was created.
|
|
38621
39325
|
"""
|
|
38622
39326
|
createdAt: DateTime!
|
|
39327
|
+
|
|
39328
|
+
"""
|
|
39329
|
+
The Node ID of this object
|
|
39330
|
+
"""
|
|
38623
39331
|
id: ID!
|
|
38624
39332
|
|
|
38625
39333
|
"""
|
|
@@ -38671,6 +39379,10 @@ type RepoAccessAuditEntry implements AuditEntry & Node & OrganizationAuditEntryD
|
|
|
38671
39379
|
The time the action was initiated
|
|
38672
39380
|
"""
|
|
38673
39381
|
createdAt: PreciseDateTime!
|
|
39382
|
+
|
|
39383
|
+
"""
|
|
39384
|
+
The Node ID of this object
|
|
39385
|
+
"""
|
|
38674
39386
|
id: ID!
|
|
38675
39387
|
|
|
38676
39388
|
"""
|
|
@@ -38807,6 +39519,10 @@ type RepoAddMemberAuditEntry implements AuditEntry & Node & OrganizationAuditEnt
|
|
|
38807
39519
|
The time the action was initiated
|
|
38808
39520
|
"""
|
|
38809
39521
|
createdAt: PreciseDateTime!
|
|
39522
|
+
|
|
39523
|
+
"""
|
|
39524
|
+
The Node ID of this object
|
|
39525
|
+
"""
|
|
38810
39526
|
id: ID!
|
|
38811
39527
|
|
|
38812
39528
|
"""
|
|
@@ -38943,6 +39659,10 @@ type RepoAddTopicAuditEntry implements AuditEntry & Node & OrganizationAuditEntr
|
|
|
38943
39659
|
The time the action was initiated
|
|
38944
39660
|
"""
|
|
38945
39661
|
createdAt: PreciseDateTime!
|
|
39662
|
+
|
|
39663
|
+
"""
|
|
39664
|
+
The Node ID of this object
|
|
39665
|
+
"""
|
|
38946
39666
|
id: ID!
|
|
38947
39667
|
|
|
38948
39668
|
"""
|
|
@@ -39064,6 +39784,10 @@ type RepoArchivedAuditEntry implements AuditEntry & Node & OrganizationAuditEntr
|
|
|
39064
39784
|
The time the action was initiated
|
|
39065
39785
|
"""
|
|
39066
39786
|
createdAt: PreciseDateTime!
|
|
39787
|
+
|
|
39788
|
+
"""
|
|
39789
|
+
The Node ID of this object
|
|
39790
|
+
"""
|
|
39067
39791
|
id: ID!
|
|
39068
39792
|
|
|
39069
39793
|
"""
|
|
@@ -39200,6 +39924,10 @@ type RepoChangeMergeSettingAuditEntry implements AuditEntry & Node & Organizatio
|
|
|
39200
39924
|
The time the action was initiated
|
|
39201
39925
|
"""
|
|
39202
39926
|
createdAt: PreciseDateTime!
|
|
39927
|
+
|
|
39928
|
+
"""
|
|
39929
|
+
The Node ID of this object
|
|
39930
|
+
"""
|
|
39203
39931
|
id: ID!
|
|
39204
39932
|
|
|
39205
39933
|
"""
|
|
@@ -39341,6 +40069,10 @@ type RepoConfigDisableAnonymousGitAccessAuditEntry implements AuditEntry & Node
|
|
|
39341
40069
|
The time the action was initiated
|
|
39342
40070
|
"""
|
|
39343
40071
|
createdAt: PreciseDateTime!
|
|
40072
|
+
|
|
40073
|
+
"""
|
|
40074
|
+
The Node ID of this object
|
|
40075
|
+
"""
|
|
39344
40076
|
id: ID!
|
|
39345
40077
|
|
|
39346
40078
|
"""
|
|
@@ -39452,6 +40184,10 @@ type RepoConfigDisableCollaboratorsOnlyAuditEntry implements AuditEntry & Node &
|
|
|
39452
40184
|
The time the action was initiated
|
|
39453
40185
|
"""
|
|
39454
40186
|
createdAt: PreciseDateTime!
|
|
40187
|
+
|
|
40188
|
+
"""
|
|
40189
|
+
The Node ID of this object
|
|
40190
|
+
"""
|
|
39455
40191
|
id: ID!
|
|
39456
40192
|
|
|
39457
40193
|
"""
|
|
@@ -39563,6 +40299,10 @@ type RepoConfigDisableContributorsOnlyAuditEntry implements AuditEntry & Node &
|
|
|
39563
40299
|
The time the action was initiated
|
|
39564
40300
|
"""
|
|
39565
40301
|
createdAt: PreciseDateTime!
|
|
40302
|
+
|
|
40303
|
+
"""
|
|
40304
|
+
The Node ID of this object
|
|
40305
|
+
"""
|
|
39566
40306
|
id: ID!
|
|
39567
40307
|
|
|
39568
40308
|
"""
|
|
@@ -39674,6 +40414,10 @@ type RepoConfigDisableSockpuppetDisallowedAuditEntry implements AuditEntry & Nod
|
|
|
39674
40414
|
The time the action was initiated
|
|
39675
40415
|
"""
|
|
39676
40416
|
createdAt: PreciseDateTime!
|
|
40417
|
+
|
|
40418
|
+
"""
|
|
40419
|
+
The Node ID of this object
|
|
40420
|
+
"""
|
|
39677
40421
|
id: ID!
|
|
39678
40422
|
|
|
39679
40423
|
"""
|
|
@@ -39785,6 +40529,10 @@ type RepoConfigEnableAnonymousGitAccessAuditEntry implements AuditEntry & Node &
|
|
|
39785
40529
|
The time the action was initiated
|
|
39786
40530
|
"""
|
|
39787
40531
|
createdAt: PreciseDateTime!
|
|
40532
|
+
|
|
40533
|
+
"""
|
|
40534
|
+
The Node ID of this object
|
|
40535
|
+
"""
|
|
39788
40536
|
id: ID!
|
|
39789
40537
|
|
|
39790
40538
|
"""
|
|
@@ -39896,6 +40644,10 @@ type RepoConfigEnableCollaboratorsOnlyAuditEntry implements AuditEntry & Node &
|
|
|
39896
40644
|
The time the action was initiated
|
|
39897
40645
|
"""
|
|
39898
40646
|
createdAt: PreciseDateTime!
|
|
40647
|
+
|
|
40648
|
+
"""
|
|
40649
|
+
The Node ID of this object
|
|
40650
|
+
"""
|
|
39899
40651
|
id: ID!
|
|
39900
40652
|
|
|
39901
40653
|
"""
|
|
@@ -40007,6 +40759,10 @@ type RepoConfigEnableContributorsOnlyAuditEntry implements AuditEntry & Node & O
|
|
|
40007
40759
|
The time the action was initiated
|
|
40008
40760
|
"""
|
|
40009
40761
|
createdAt: PreciseDateTime!
|
|
40762
|
+
|
|
40763
|
+
"""
|
|
40764
|
+
The Node ID of this object
|
|
40765
|
+
"""
|
|
40010
40766
|
id: ID!
|
|
40011
40767
|
|
|
40012
40768
|
"""
|
|
@@ -40118,6 +40874,10 @@ type RepoConfigEnableSockpuppetDisallowedAuditEntry implements AuditEntry & Node
|
|
|
40118
40874
|
The time the action was initiated
|
|
40119
40875
|
"""
|
|
40120
40876
|
createdAt: PreciseDateTime!
|
|
40877
|
+
|
|
40878
|
+
"""
|
|
40879
|
+
The Node ID of this object
|
|
40880
|
+
"""
|
|
40121
40881
|
id: ID!
|
|
40122
40882
|
|
|
40123
40883
|
"""
|
|
@@ -40229,6 +40989,10 @@ type RepoConfigLockAnonymousGitAccessAuditEntry implements AuditEntry & Node & O
|
|
|
40229
40989
|
The time the action was initiated
|
|
40230
40990
|
"""
|
|
40231
40991
|
createdAt: PreciseDateTime!
|
|
40992
|
+
|
|
40993
|
+
"""
|
|
40994
|
+
The Node ID of this object
|
|
40995
|
+
"""
|
|
40232
40996
|
id: ID!
|
|
40233
40997
|
|
|
40234
40998
|
"""
|
|
@@ -40340,6 +41104,10 @@ type RepoConfigUnlockAnonymousGitAccessAuditEntry implements AuditEntry & Node &
|
|
|
40340
41104
|
The time the action was initiated
|
|
40341
41105
|
"""
|
|
40342
41106
|
createdAt: PreciseDateTime!
|
|
41107
|
+
|
|
41108
|
+
"""
|
|
41109
|
+
The Node ID of this object
|
|
41110
|
+
"""
|
|
40343
41111
|
id: ID!
|
|
40344
41112
|
|
|
40345
41113
|
"""
|
|
@@ -40461,6 +41229,10 @@ type RepoCreateAuditEntry implements AuditEntry & Node & OrganizationAuditEntryD
|
|
|
40461
41229
|
The name of the root repository for this network.
|
|
40462
41230
|
"""
|
|
40463
41231
|
forkSourceName: String
|
|
41232
|
+
|
|
41233
|
+
"""
|
|
41234
|
+
The Node ID of this object
|
|
41235
|
+
"""
|
|
40464
41236
|
id: ID!
|
|
40465
41237
|
|
|
40466
41238
|
"""
|
|
@@ -40597,6 +41369,10 @@ type RepoDestroyAuditEntry implements AuditEntry & Node & OrganizationAuditEntry
|
|
|
40597
41369
|
The time the action was initiated
|
|
40598
41370
|
"""
|
|
40599
41371
|
createdAt: PreciseDateTime!
|
|
41372
|
+
|
|
41373
|
+
"""
|
|
41374
|
+
The Node ID of this object
|
|
41375
|
+
"""
|
|
40600
41376
|
id: ID!
|
|
40601
41377
|
|
|
40602
41378
|
"""
|
|
@@ -40733,6 +41509,10 @@ type RepoRemoveMemberAuditEntry implements AuditEntry & Node & OrganizationAudit
|
|
|
40733
41509
|
The time the action was initiated
|
|
40734
41510
|
"""
|
|
40735
41511
|
createdAt: PreciseDateTime!
|
|
41512
|
+
|
|
41513
|
+
"""
|
|
41514
|
+
The Node ID of this object
|
|
41515
|
+
"""
|
|
40736
41516
|
id: ID!
|
|
40737
41517
|
|
|
40738
41518
|
"""
|
|
@@ -40869,6 +41649,10 @@ type RepoRemoveTopicAuditEntry implements AuditEntry & Node & OrganizationAuditE
|
|
|
40869
41649
|
The time the action was initiated
|
|
40870
41650
|
"""
|
|
40871
41651
|
createdAt: PreciseDateTime!
|
|
41652
|
+
|
|
41653
|
+
"""
|
|
41654
|
+
The Node ID of this object
|
|
41655
|
+
"""
|
|
40872
41656
|
id: ID!
|
|
40873
41657
|
|
|
40874
41658
|
"""
|
|
@@ -41480,6 +42264,10 @@ type Repository implements Node & PackageOwner & ProjectOwner & ProjectV2Recent
|
|
|
41480
42264
|
The repository's URL.
|
|
41481
42265
|
"""
|
|
41482
42266
|
homepageUrl: URI
|
|
42267
|
+
|
|
42268
|
+
"""
|
|
42269
|
+
The Node ID of this object
|
|
42270
|
+
"""
|
|
41483
42271
|
id: ID!
|
|
41484
42272
|
|
|
41485
42273
|
"""
|
|
@@ -43207,6 +43995,10 @@ type RepositoryInvitation implements Node {
|
|
|
43207
43995
|
The email address that received the invitation.
|
|
43208
43996
|
"""
|
|
43209
43997
|
email: String
|
|
43998
|
+
|
|
43999
|
+
"""
|
|
44000
|
+
The Node ID of this object
|
|
44001
|
+
"""
|
|
43210
44002
|
id: ID!
|
|
43211
44003
|
|
|
43212
44004
|
"""
|
|
@@ -43358,6 +44150,10 @@ type RepositoryMigration implements Migration & Node {
|
|
|
43358
44150
|
The reason the migration failed.
|
|
43359
44151
|
"""
|
|
43360
44152
|
failureReason: String
|
|
44153
|
+
|
|
44154
|
+
"""
|
|
44155
|
+
The Node ID of this object
|
|
44156
|
+
"""
|
|
43361
44157
|
id: ID!
|
|
43362
44158
|
|
|
43363
44159
|
"""
|
|
@@ -43582,6 +44378,10 @@ interface RepositoryOwner {
|
|
|
43582
44378
|
"""
|
|
43583
44379
|
size: Int
|
|
43584
44380
|
): URI!
|
|
44381
|
+
|
|
44382
|
+
"""
|
|
44383
|
+
The Node ID of the RepositoryOwner object
|
|
44384
|
+
"""
|
|
43585
44385
|
id: ID!
|
|
43586
44386
|
|
|
43587
44387
|
"""
|
|
@@ -43734,6 +44534,9 @@ enum RepositoryPrivacy {
|
|
|
43734
44534
|
A repository rule.
|
|
43735
44535
|
"""
|
|
43736
44536
|
type RepositoryRule implements Node {
|
|
44537
|
+
"""
|
|
44538
|
+
The Node ID of this object
|
|
44539
|
+
"""
|
|
43737
44540
|
id: ID!
|
|
43738
44541
|
|
|
43739
44542
|
"""
|
|
@@ -44038,6 +44841,10 @@ type RepositoryRuleset implements Node {
|
|
|
44038
44841
|
The enforcement level of this ruleset
|
|
44039
44842
|
"""
|
|
44040
44843
|
enforcement: RuleEnforcement!
|
|
44844
|
+
|
|
44845
|
+
"""
|
|
44846
|
+
The Node ID of this object
|
|
44847
|
+
"""
|
|
44041
44848
|
id: ID!
|
|
44042
44849
|
|
|
44043
44850
|
"""
|
|
@@ -44104,6 +44911,10 @@ type RepositoryRulesetBypassActor implements Node {
|
|
|
44104
44911
|
The mode for the bypass actor
|
|
44105
44912
|
"""
|
|
44106
44913
|
bypassMode: RepositoryRulesetBypassActorBypassMode
|
|
44914
|
+
|
|
44915
|
+
"""
|
|
44916
|
+
The Node ID of this object
|
|
44917
|
+
"""
|
|
44107
44918
|
id: ID!
|
|
44108
44919
|
|
|
44109
44920
|
"""
|
|
@@ -44267,6 +45078,9 @@ enum RepositoryRulesetTarget {
|
|
|
44267
45078
|
A repository-topic connects a repository to a topic.
|
|
44268
45079
|
"""
|
|
44269
45080
|
type RepositoryTopic implements Node & UniformResourceLocatable {
|
|
45081
|
+
"""
|
|
45082
|
+
The Node ID of this object
|
|
45083
|
+
"""
|
|
44270
45084
|
id: ID!
|
|
44271
45085
|
|
|
44272
45086
|
"""
|
|
@@ -44403,6 +45217,10 @@ type RepositoryVisibilityChangeDisableAuditEntry implements AuditEntry & Enterpr
|
|
|
44403
45217
|
The HTTP URL for this enterprise.
|
|
44404
45218
|
"""
|
|
44405
45219
|
enterpriseUrl: URI
|
|
45220
|
+
|
|
45221
|
+
"""
|
|
45222
|
+
The Node ID of this object
|
|
45223
|
+
"""
|
|
44406
45224
|
id: ID!
|
|
44407
45225
|
|
|
44408
45226
|
"""
|
|
@@ -44509,6 +45327,10 @@ type RepositoryVisibilityChangeEnableAuditEntry implements AuditEntry & Enterpri
|
|
|
44509
45327
|
The HTTP URL for this enterprise.
|
|
44510
45328
|
"""
|
|
44511
45329
|
enterpriseUrl: URI
|
|
45330
|
+
|
|
45331
|
+
"""
|
|
45332
|
+
The Node ID of this object
|
|
45333
|
+
"""
|
|
44512
45334
|
id: ID!
|
|
44513
45335
|
|
|
44514
45336
|
"""
|
|
@@ -44605,6 +45427,10 @@ type RepositoryVulnerabilityAlert implements Node & RepositoryNode {
|
|
|
44605
45427
|
When was the alert fixed?
|
|
44606
45428
|
"""
|
|
44607
45429
|
fixedAt: DateTime
|
|
45430
|
+
|
|
45431
|
+
"""
|
|
45432
|
+
The Node ID of this object
|
|
45433
|
+
"""
|
|
44608
45434
|
id: ID!
|
|
44609
45435
|
|
|
44610
45436
|
"""
|
|
@@ -45156,6 +45982,10 @@ type ReviewDismissalAllowance implements Node {
|
|
|
45156
45982
|
Identifies the branch protection rule associated with the allowed user, team, or app.
|
|
45157
45983
|
"""
|
|
45158
45984
|
branchProtectionRule: BranchProtectionRule
|
|
45985
|
+
|
|
45986
|
+
"""
|
|
45987
|
+
The Node ID of this object
|
|
45988
|
+
"""
|
|
45159
45989
|
id: ID!
|
|
45160
45990
|
}
|
|
45161
45991
|
|
|
@@ -45232,6 +46062,10 @@ type ReviewDismissedEvent implements Node & UniformResourceLocatable {
|
|
|
45232
46062
|
Identifies the optional message associated with the event, rendered to HTML.
|
|
45233
46063
|
"""
|
|
45234
46064
|
dismissalMessageHTML: String
|
|
46065
|
+
|
|
46066
|
+
"""
|
|
46067
|
+
The Node ID of this object
|
|
46068
|
+
"""
|
|
45235
46069
|
id: ID!
|
|
45236
46070
|
|
|
45237
46071
|
"""
|
|
@@ -45278,6 +46112,10 @@ type ReviewRequest implements Node {
|
|
|
45278
46112
|
Identifies the primary key from the database.
|
|
45279
46113
|
"""
|
|
45280
46114
|
databaseId: Int
|
|
46115
|
+
|
|
46116
|
+
"""
|
|
46117
|
+
The Node ID of this object
|
|
46118
|
+
"""
|
|
45281
46119
|
id: ID!
|
|
45282
46120
|
|
|
45283
46121
|
"""
|
|
@@ -45344,6 +46182,10 @@ type ReviewRequestRemovedEvent implements Node {
|
|
|
45344
46182
|
Identifies the date and time when the object was created.
|
|
45345
46183
|
"""
|
|
45346
46184
|
createdAt: DateTime!
|
|
46185
|
+
|
|
46186
|
+
"""
|
|
46187
|
+
The Node ID of this object
|
|
46188
|
+
"""
|
|
45347
46189
|
id: ID!
|
|
45348
46190
|
|
|
45349
46191
|
"""
|
|
@@ -45370,6 +46212,10 @@ type ReviewRequestedEvent implements Node {
|
|
|
45370
46212
|
Identifies the date and time when the object was created.
|
|
45371
46213
|
"""
|
|
45372
46214
|
createdAt: DateTime!
|
|
46215
|
+
|
|
46216
|
+
"""
|
|
46217
|
+
The Node ID of this object
|
|
46218
|
+
"""
|
|
45373
46219
|
id: ID!
|
|
45374
46220
|
|
|
45375
46221
|
"""
|
|
@@ -45673,6 +46519,10 @@ type SavedReply implements Node {
|
|
|
45673
46519
|
Identifies the primary key from the database.
|
|
45674
46520
|
"""
|
|
45675
46521
|
databaseId: Int
|
|
46522
|
+
|
|
46523
|
+
"""
|
|
46524
|
+
The Node ID of this object
|
|
46525
|
+
"""
|
|
45676
46526
|
id: ID!
|
|
45677
46527
|
|
|
45678
46528
|
"""
|
|
@@ -45916,6 +46766,10 @@ type SecurityAdvisory implements Node {
|
|
|
45916
46766
|
The GitHub Security Advisory ID
|
|
45917
46767
|
"""
|
|
45918
46768
|
ghsaId: String!
|
|
46769
|
+
|
|
46770
|
+
"""
|
|
46771
|
+
The Node ID of this object
|
|
46772
|
+
"""
|
|
45919
46773
|
id: ID!
|
|
45920
46774
|
|
|
45921
46775
|
"""
|
|
@@ -47213,6 +48067,10 @@ type SponsorsActivity implements Node {
|
|
|
47213
48067
|
The sponsor's current privacy level.
|
|
47214
48068
|
"""
|
|
47215
48069
|
currentPrivacyLevel: SponsorshipPrivacy
|
|
48070
|
+
|
|
48071
|
+
"""
|
|
48072
|
+
The Node ID of this object
|
|
48073
|
+
"""
|
|
47216
48074
|
id: ID!
|
|
47217
48075
|
|
|
47218
48076
|
"""
|
|
@@ -48727,6 +49585,10 @@ type SponsorsListing implements Node {
|
|
|
48727
49585
|
The full description of the listing rendered to HTML.
|
|
48728
49586
|
"""
|
|
48729
49587
|
fullDescriptionHTML: HTML!
|
|
49588
|
+
|
|
49589
|
+
"""
|
|
49590
|
+
The Node ID of this object
|
|
49591
|
+
"""
|
|
48730
49592
|
id: ID!
|
|
48731
49593
|
|
|
48732
49594
|
"""
|
|
@@ -48841,6 +49703,10 @@ type SponsorsListingFeaturedItem implements Node {
|
|
|
48841
49703
|
The record that is featured on the GitHub Sponsors profile.
|
|
48842
49704
|
"""
|
|
48843
49705
|
featureable: SponsorsListingFeatureableItem!
|
|
49706
|
+
|
|
49707
|
+
"""
|
|
49708
|
+
The Node ID of this object
|
|
49709
|
+
"""
|
|
48844
49710
|
id: ID!
|
|
48845
49711
|
|
|
48846
49712
|
"""
|
|
@@ -48905,6 +49771,10 @@ type SponsorsTier implements Node {
|
|
|
48905
49771
|
The tier description rendered to HTML
|
|
48906
49772
|
"""
|
|
48907
49773
|
descriptionHTML: HTML!
|
|
49774
|
+
|
|
49775
|
+
"""
|
|
49776
|
+
The Node ID of this object
|
|
49777
|
+
"""
|
|
48908
49778
|
id: ID!
|
|
48909
49779
|
|
|
48910
49780
|
"""
|
|
@@ -49089,6 +49959,10 @@ type Sponsorship implements Node {
|
|
|
49089
49959
|
Identifies the date and time when the object was created.
|
|
49090
49960
|
"""
|
|
49091
49961
|
createdAt: DateTime!
|
|
49962
|
+
|
|
49963
|
+
"""
|
|
49964
|
+
The Node ID of this object
|
|
49965
|
+
"""
|
|
49092
49966
|
id: ID!
|
|
49093
49967
|
|
|
49094
49968
|
"""
|
|
@@ -49219,6 +50093,10 @@ type SponsorshipNewsletter implements Node {
|
|
|
49219
50093
|
Identifies the date and time when the object was created.
|
|
49220
50094
|
"""
|
|
49221
50095
|
createdAt: DateTime!
|
|
50096
|
+
|
|
50097
|
+
"""
|
|
50098
|
+
The Node ID of this object
|
|
50099
|
+
"""
|
|
49222
50100
|
id: ID!
|
|
49223
50101
|
|
|
49224
50102
|
"""
|
|
@@ -49513,6 +50391,9 @@ type StargazerEdge {
|
|
|
49513
50391
|
Things that can be starred.
|
|
49514
50392
|
"""
|
|
49515
50393
|
interface Starrable {
|
|
50394
|
+
"""
|
|
50395
|
+
The Node ID of the Starrable object
|
|
50396
|
+
"""
|
|
49516
50397
|
id: ID!
|
|
49517
50398
|
|
|
49518
50399
|
"""
|
|
@@ -49780,6 +50661,10 @@ type Status implements Node {
|
|
|
49780
50661
|
The individual status contexts for this commit.
|
|
49781
50662
|
"""
|
|
49782
50663
|
contexts: [StatusContext!]!
|
|
50664
|
+
|
|
50665
|
+
"""
|
|
50666
|
+
The Node ID of this object
|
|
50667
|
+
"""
|
|
49783
50668
|
id: ID!
|
|
49784
50669
|
|
|
49785
50670
|
"""
|
|
@@ -49851,6 +50736,10 @@ type StatusCheckRollup implements Node {
|
|
|
49851
50736
|
"""
|
|
49852
50737
|
last: Int
|
|
49853
50738
|
): StatusCheckRollupContextConnection!
|
|
50739
|
+
|
|
50740
|
+
"""
|
|
50741
|
+
The Node ID of this object
|
|
50742
|
+
"""
|
|
49854
50743
|
id: ID!
|
|
49855
50744
|
|
|
49856
50745
|
"""
|
|
@@ -49962,6 +50851,10 @@ type StatusContext implements Node & RequirableByPullRequest {
|
|
|
49962
50851
|
The description for this status context.
|
|
49963
50852
|
"""
|
|
49964
50853
|
description: String
|
|
50854
|
+
|
|
50855
|
+
"""
|
|
50856
|
+
The Node ID of this object
|
|
50857
|
+
"""
|
|
49965
50858
|
id: ID!
|
|
49966
50859
|
|
|
49967
50860
|
"""
|
|
@@ -50204,6 +51097,9 @@ type SubmoduleEdge {
|
|
|
50204
51097
|
Entities that can be subscribed to for web and email notifications.
|
|
50205
51098
|
"""
|
|
50206
51099
|
interface Subscribable {
|
|
51100
|
+
"""
|
|
51101
|
+
The Node ID of the Subscribable object
|
|
51102
|
+
"""
|
|
50207
51103
|
id: ID!
|
|
50208
51104
|
|
|
50209
51105
|
"""
|
|
@@ -50221,6 +51117,9 @@ interface Subscribable {
|
|
|
50221
51117
|
Entities that can be subscribed to for web and email notifications.
|
|
50222
51118
|
"""
|
|
50223
51119
|
interface SubscribableThread {
|
|
51120
|
+
"""
|
|
51121
|
+
The Node ID of the SubscribableThread object
|
|
51122
|
+
"""
|
|
50224
51123
|
id: ID!
|
|
50225
51124
|
|
|
50226
51125
|
"""
|
|
@@ -50247,6 +51146,10 @@ type SubscribedEvent implements Node {
|
|
|
50247
51146
|
Identifies the date and time when the object was created.
|
|
50248
51147
|
"""
|
|
50249
51148
|
createdAt: DateTime!
|
|
51149
|
+
|
|
51150
|
+
"""
|
|
51151
|
+
The Node ID of this object
|
|
51152
|
+
"""
|
|
50250
51153
|
id: ID!
|
|
50251
51154
|
|
|
50252
51155
|
"""
|
|
@@ -50313,6 +51216,10 @@ type Tag implements GitObject & Node {
|
|
|
50313
51216
|
The HTTP URL for this Git object
|
|
50314
51217
|
"""
|
|
50315
51218
|
commitUrl: URI!
|
|
51219
|
+
|
|
51220
|
+
"""
|
|
51221
|
+
The Node ID of this object
|
|
51222
|
+
"""
|
|
50316
51223
|
id: ID!
|
|
50317
51224
|
|
|
50318
51225
|
"""
|
|
@@ -50559,6 +51466,10 @@ type Team implements MemberStatusable & Node & Subscribable {
|
|
|
50559
51466
|
The HTTP URL for editing this team
|
|
50560
51467
|
"""
|
|
50561
51468
|
editTeamUrl: URI!
|
|
51469
|
+
|
|
51470
|
+
"""
|
|
51471
|
+
The Node ID of this object
|
|
51472
|
+
"""
|
|
50562
51473
|
id: ID!
|
|
50563
51474
|
|
|
50564
51475
|
"""
|
|
@@ -50890,6 +51801,10 @@ type TeamAddMemberAuditEntry implements AuditEntry & Node & OrganizationAuditEnt
|
|
|
50890
51801
|
The time the action was initiated
|
|
50891
51802
|
"""
|
|
50892
51803
|
createdAt: PreciseDateTime!
|
|
51804
|
+
|
|
51805
|
+
"""
|
|
51806
|
+
The Node ID of this object
|
|
51807
|
+
"""
|
|
50893
51808
|
id: ID!
|
|
50894
51809
|
|
|
50895
51810
|
"""
|
|
@@ -51006,6 +51921,10 @@ type TeamAddRepositoryAuditEntry implements AuditEntry & Node & OrganizationAudi
|
|
|
51006
51921
|
The time the action was initiated
|
|
51007
51922
|
"""
|
|
51008
51923
|
createdAt: PreciseDateTime!
|
|
51924
|
+
|
|
51925
|
+
"""
|
|
51926
|
+
The Node ID of this object
|
|
51927
|
+
"""
|
|
51009
51928
|
id: ID!
|
|
51010
51929
|
|
|
51011
51930
|
"""
|
|
@@ -51167,6 +52086,10 @@ type TeamChangeParentTeamAuditEntry implements AuditEntry & Node & OrganizationA
|
|
|
51167
52086
|
The time the action was initiated
|
|
51168
52087
|
"""
|
|
51169
52088
|
createdAt: PreciseDateTime!
|
|
52089
|
+
|
|
52090
|
+
"""
|
|
52091
|
+
The Node ID of this object
|
|
52092
|
+
"""
|
|
51170
52093
|
id: ID!
|
|
51171
52094
|
|
|
51172
52095
|
"""
|
|
@@ -51403,6 +52326,10 @@ type TeamDiscussion implements Comment & Deletable & Node & Reactable & Subscrib
|
|
|
51403
52326
|
The actor who edited the comment.
|
|
51404
52327
|
"""
|
|
51405
52328
|
editor: Actor
|
|
52329
|
+
|
|
52330
|
+
"""
|
|
52331
|
+
The Node ID of this object
|
|
52332
|
+
"""
|
|
51406
52333
|
id: ID!
|
|
51407
52334
|
|
|
51408
52335
|
"""
|
|
@@ -51624,6 +52551,10 @@ type TeamDiscussionComment implements Comment & Deletable & Node & Reactable & U
|
|
|
51624
52551
|
The actor who edited the comment.
|
|
51625
52552
|
"""
|
|
51626
52553
|
editor: Actor
|
|
52554
|
+
|
|
52555
|
+
"""
|
|
52556
|
+
The Node ID of this object
|
|
52557
|
+
"""
|
|
51627
52558
|
id: ID!
|
|
51628
52559
|
|
|
51629
52560
|
"""
|
|
@@ -52111,6 +53042,10 @@ type TeamRemoveMemberAuditEntry implements AuditEntry & Node & OrganizationAudit
|
|
|
52111
53042
|
The time the action was initiated
|
|
52112
53043
|
"""
|
|
52113
53044
|
createdAt: PreciseDateTime!
|
|
53045
|
+
|
|
53046
|
+
"""
|
|
53047
|
+
The Node ID of this object
|
|
53048
|
+
"""
|
|
52114
53049
|
id: ID!
|
|
52115
53050
|
|
|
52116
53051
|
"""
|
|
@@ -52227,6 +53162,10 @@ type TeamRemoveRepositoryAuditEntry implements AuditEntry & Node & OrganizationA
|
|
|
52227
53162
|
The time the action was initiated
|
|
52228
53163
|
"""
|
|
52229
53164
|
createdAt: PreciseDateTime!
|
|
53165
|
+
|
|
53166
|
+
"""
|
|
53167
|
+
The Node ID of this object
|
|
53168
|
+
"""
|
|
52230
53169
|
id: ID!
|
|
52231
53170
|
|
|
52232
53171
|
"""
|
|
@@ -52540,6 +53479,9 @@ enum ThreadSubscriptionState {
|
|
|
52540
53479
|
A topic aggregates entities that are related to a subject.
|
|
52541
53480
|
"""
|
|
52542
53481
|
type Topic implements Node & Starrable {
|
|
53482
|
+
"""
|
|
53483
|
+
The Node ID of this object
|
|
53484
|
+
"""
|
|
52543
53485
|
id: ID!
|
|
52544
53486
|
|
|
52545
53487
|
"""
|
|
@@ -52811,6 +53753,10 @@ type TransferredEvent implements Node {
|
|
|
52811
53753
|
The repository this came from
|
|
52812
53754
|
"""
|
|
52813
53755
|
fromRepository: Repository
|
|
53756
|
+
|
|
53757
|
+
"""
|
|
53758
|
+
The Node ID of this object
|
|
53759
|
+
"""
|
|
52814
53760
|
id: ID!
|
|
52815
53761
|
|
|
52816
53762
|
"""
|
|
@@ -52842,6 +53788,10 @@ type Tree implements GitObject & Node {
|
|
|
52842
53788
|
A list of tree entries.
|
|
52843
53789
|
"""
|
|
52844
53790
|
entries: [TreeEntry!]
|
|
53791
|
+
|
|
53792
|
+
"""
|
|
53793
|
+
The Node ID of this object
|
|
53794
|
+
"""
|
|
52845
53795
|
id: ID!
|
|
52846
53796
|
|
|
52847
53797
|
"""
|
|
@@ -53028,6 +53978,10 @@ type UnassignedEvent implements Node {
|
|
|
53028
53978
|
Identifies the date and time when the object was created.
|
|
53029
53979
|
"""
|
|
53030
53980
|
createdAt: DateTime!
|
|
53981
|
+
|
|
53982
|
+
"""
|
|
53983
|
+
The Node ID of this object
|
|
53984
|
+
"""
|
|
53031
53985
|
id: ID!
|
|
53032
53986
|
|
|
53033
53987
|
"""
|
|
@@ -53165,6 +54119,10 @@ type UnlabeledEvent implements Node {
|
|
|
53165
54119
|
Identifies the date and time when the object was created.
|
|
53166
54120
|
"""
|
|
53167
54121
|
createdAt: DateTime!
|
|
54122
|
+
|
|
54123
|
+
"""
|
|
54124
|
+
The Node ID of this object
|
|
54125
|
+
"""
|
|
53168
54126
|
id: ID!
|
|
53169
54127
|
|
|
53170
54128
|
"""
|
|
@@ -53336,6 +54294,10 @@ type UnlockedEvent implements Node {
|
|
|
53336
54294
|
Identifies the date and time when the object was created.
|
|
53337
54295
|
"""
|
|
53338
54296
|
createdAt: DateTime!
|
|
54297
|
+
|
|
54298
|
+
"""
|
|
54299
|
+
The Node ID of this object
|
|
54300
|
+
"""
|
|
53339
54301
|
id: ID!
|
|
53340
54302
|
|
|
53341
54303
|
"""
|
|
@@ -53497,6 +54459,10 @@ type UnmarkedAsDuplicateEvent implements Node {
|
|
|
53497
54459
|
The issue or pull request which has been marked as a duplicate of another.
|
|
53498
54460
|
"""
|
|
53499
54461
|
duplicate: IssueOrPullRequest
|
|
54462
|
+
|
|
54463
|
+
"""
|
|
54464
|
+
The Node ID of this object
|
|
54465
|
+
"""
|
|
53500
54466
|
id: ID!
|
|
53501
54467
|
|
|
53502
54468
|
"""
|
|
@@ -53578,6 +54544,10 @@ type UnpinnedEvent implements Node {
|
|
|
53578
54544
|
Identifies the date and time when the object was created.
|
|
53579
54545
|
"""
|
|
53580
54546
|
createdAt: DateTime!
|
|
54547
|
+
|
|
54548
|
+
"""
|
|
54549
|
+
The Node ID of this object
|
|
54550
|
+
"""
|
|
53581
54551
|
id: ID!
|
|
53582
54552
|
|
|
53583
54553
|
"""
|
|
@@ -53616,6 +54586,36 @@ type UnresolveReviewThreadPayload {
|
|
|
53616
54586
|
thread: PullRequestReviewThread
|
|
53617
54587
|
}
|
|
53618
54588
|
|
|
54589
|
+
"""
|
|
54590
|
+
Autogenerated input type of UnsubscribeFromNotifications
|
|
54591
|
+
"""
|
|
54592
|
+
input UnsubscribeFromNotificationsInput {
|
|
54593
|
+
"""
|
|
54594
|
+
A unique identifier for the client performing the mutation.
|
|
54595
|
+
"""
|
|
54596
|
+
clientMutationId: String
|
|
54597
|
+
|
|
54598
|
+
"""
|
|
54599
|
+
The NotificationThread IDs of the objects to unsubscribe from.
|
|
54600
|
+
"""
|
|
54601
|
+
ids: [ID!]!
|
|
54602
|
+
}
|
|
54603
|
+
|
|
54604
|
+
"""
|
|
54605
|
+
Autogenerated return type of UnsubscribeFromNotifications
|
|
54606
|
+
"""
|
|
54607
|
+
type UnsubscribeFromNotificationsPayload {
|
|
54608
|
+
"""
|
|
54609
|
+
A unique identifier for the client performing the mutation.
|
|
54610
|
+
"""
|
|
54611
|
+
clientMutationId: String
|
|
54612
|
+
|
|
54613
|
+
"""
|
|
54614
|
+
Did the operation succeed?
|
|
54615
|
+
"""
|
|
54616
|
+
success: Boolean
|
|
54617
|
+
}
|
|
54618
|
+
|
|
53619
54619
|
"""
|
|
53620
54620
|
Represents an 'unsubscribed' event on a given `Subscribable`.
|
|
53621
54621
|
"""
|
|
@@ -53629,6 +54629,10 @@ type UnsubscribedEvent implements Node {
|
|
|
53629
54629
|
Identifies the date and time when the object was created.
|
|
53630
54630
|
"""
|
|
53631
54631
|
createdAt: DateTime!
|
|
54632
|
+
|
|
54633
|
+
"""
|
|
54634
|
+
The Node ID of this object
|
|
54635
|
+
"""
|
|
53632
54636
|
id: ID!
|
|
53633
54637
|
|
|
53634
54638
|
"""
|
|
@@ -56517,6 +57521,10 @@ type User implements Actor & Node & PackageOwner & ProfileOwner & ProjectOwner &
|
|
|
56517
57521
|
"""
|
|
56518
57522
|
primarySubjectId: ID
|
|
56519
57523
|
): Hovercard!
|
|
57524
|
+
|
|
57525
|
+
"""
|
|
57526
|
+
The Node ID of this object
|
|
57527
|
+
"""
|
|
56520
57528
|
id: ID!
|
|
56521
57529
|
|
|
56522
57530
|
"""
|
|
@@ -57863,6 +58871,10 @@ type UserBlockedEvent implements Node {
|
|
|
57863
58871
|
Identifies the date and time when the object was created.
|
|
57864
58872
|
"""
|
|
57865
58873
|
createdAt: DateTime!
|
|
58874
|
+
|
|
58875
|
+
"""
|
|
58876
|
+
The Node ID of this object
|
|
58877
|
+
"""
|
|
57866
58878
|
id: ID!
|
|
57867
58879
|
|
|
57868
58880
|
"""
|
|
@@ -57929,6 +58941,10 @@ type UserContentEdit implements Node {
|
|
|
57929
58941
|
The actor who edited this content
|
|
57930
58942
|
"""
|
|
57931
58943
|
editor: Actor
|
|
58944
|
+
|
|
58945
|
+
"""
|
|
58946
|
+
The Node ID of this object
|
|
58947
|
+
"""
|
|
57932
58948
|
id: ID!
|
|
57933
58949
|
|
|
57934
58950
|
"""
|
|
@@ -58035,6 +59051,10 @@ type UserStatus implements Node {
|
|
|
58035
59051
|
If set, the status will not be shown after this date.
|
|
58036
59052
|
"""
|
|
58037
59053
|
expiresAt: DateTime
|
|
59054
|
+
|
|
59055
|
+
"""
|
|
59056
|
+
The Node ID of this object
|
|
59057
|
+
"""
|
|
58038
59058
|
id: ID!
|
|
58039
59059
|
|
|
58040
59060
|
"""
|
|
@@ -58161,6 +59181,10 @@ type VerifiableDomain implements Node {
|
|
|
58161
59181
|
Whether a TXT record for verification with the expected verification token was found.
|
|
58162
59182
|
"""
|
|
58163
59183
|
hasFoundVerificationToken: Boolean!
|
|
59184
|
+
|
|
59185
|
+
"""
|
|
59186
|
+
The Node ID of this object
|
|
59187
|
+
"""
|
|
58164
59188
|
id: ID!
|
|
58165
59189
|
|
|
58166
59190
|
"""
|
|
@@ -58362,6 +59386,10 @@ type Workflow implements Node & UniformResourceLocatable {
|
|
|
58362
59386
|
Identifies the primary key from the database.
|
|
58363
59387
|
"""
|
|
58364
59388
|
databaseId: Int
|
|
59389
|
+
|
|
59390
|
+
"""
|
|
59391
|
+
The Node ID of this object
|
|
59392
|
+
"""
|
|
58365
59393
|
id: ID!
|
|
58366
59394
|
|
|
58367
59395
|
"""
|
|
@@ -58523,6 +59551,10 @@ type WorkflowRun implements Node & UniformResourceLocatable {
|
|
|
58523
59551
|
The workflow file
|
|
58524
59552
|
"""
|
|
58525
59553
|
file: WorkflowRunFile
|
|
59554
|
+
|
|
59555
|
+
"""
|
|
59556
|
+
The Node ID of this object
|
|
59557
|
+
"""
|
|
58526
59558
|
id: ID!
|
|
58527
59559
|
|
|
58528
59560
|
"""
|
|
@@ -58620,6 +59652,9 @@ type WorkflowRunEdge {
|
|
|
58620
59652
|
An executed workflow file for a workflow run.
|
|
58621
59653
|
"""
|
|
58622
59654
|
type WorkflowRunFile implements Node & UniformResourceLocatable {
|
|
59655
|
+
"""
|
|
59656
|
+
The Node ID of this object
|
|
59657
|
+
"""
|
|
58623
59658
|
id: ID!
|
|
58624
59659
|
|
|
58625
59660
|
"""
|