github-schema 1.2.4 → 1.3.1
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/README.md +12 -2
- package/dist/github-schema.d.cts +460 -12
- package/dist/github-schema.d.ts +460 -12
- package/dist/index.d.cts +1 -1
- package/dist/index.d.ts +1 -1
- package/github-schema.graphql +1544 -139
- package/package.json +12 -9
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,10 +2193,14 @@ 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
|
"""
|
|
2139
|
-
Can admins
|
|
2203
|
+
Can admins override branch protection.
|
|
2140
2204
|
"""
|
|
2141
2205
|
isAdminEnforced: Boolean!
|
|
2142
2206
|
|
|
@@ -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
|
|
|
@@ -6544,7 +6676,7 @@ input CreateBranchProtectionRuleInput {
|
|
|
6544
6676
|
dismissesStaleReviews: Boolean
|
|
6545
6677
|
|
|
6546
6678
|
"""
|
|
6547
|
-
Can admins
|
|
6679
|
+
Can admins override branch protection.
|
|
6548
6680
|
"""
|
|
6549
6681
|
isAdminEnforced: Boolean
|
|
6550
6682
|
|
|
@@ -7963,6 +8095,51 @@ type CreateTeamDiscussionPayload {
|
|
|
7963
8095
|
teamDiscussion: TeamDiscussion @deprecated(reason: "The Team Discussions feature is deprecated in favor of Organization Discussions. Follow the guide at https://github.blog/changelog/2023-02-08-sunset-notice-team-discussions/ to find a suitable replacement. Removal on 2024-07-01 UTC.")
|
|
7964
8096
|
}
|
|
7965
8097
|
|
|
8098
|
+
"""
|
|
8099
|
+
Autogenerated input type of CreateUserList
|
|
8100
|
+
"""
|
|
8101
|
+
input CreateUserListInput {
|
|
8102
|
+
"""
|
|
8103
|
+
A unique identifier for the client performing the mutation.
|
|
8104
|
+
"""
|
|
8105
|
+
clientMutationId: String
|
|
8106
|
+
|
|
8107
|
+
"""
|
|
8108
|
+
A description of the list
|
|
8109
|
+
"""
|
|
8110
|
+
description: String
|
|
8111
|
+
|
|
8112
|
+
"""
|
|
8113
|
+
Whether or not the list is private
|
|
8114
|
+
"""
|
|
8115
|
+
isPrivate: Boolean = false
|
|
8116
|
+
|
|
8117
|
+
"""
|
|
8118
|
+
The name of the new list
|
|
8119
|
+
"""
|
|
8120
|
+
name: String!
|
|
8121
|
+
}
|
|
8122
|
+
|
|
8123
|
+
"""
|
|
8124
|
+
Autogenerated return type of CreateUserList
|
|
8125
|
+
"""
|
|
8126
|
+
type CreateUserListPayload {
|
|
8127
|
+
"""
|
|
8128
|
+
A unique identifier for the client performing the mutation.
|
|
8129
|
+
"""
|
|
8130
|
+
clientMutationId: String
|
|
8131
|
+
|
|
8132
|
+
"""
|
|
8133
|
+
The list that was just created
|
|
8134
|
+
"""
|
|
8135
|
+
list: UserList
|
|
8136
|
+
|
|
8137
|
+
"""
|
|
8138
|
+
The user who created the list
|
|
8139
|
+
"""
|
|
8140
|
+
viewer: User
|
|
8141
|
+
}
|
|
8142
|
+
|
|
7966
8143
|
"""
|
|
7967
8144
|
Represents the contribution a user made by committing to a repository.
|
|
7968
8145
|
"""
|
|
@@ -8391,6 +8568,10 @@ type CrossReferencedEvent implements Node & UniformResourceLocatable {
|
|
|
8391
8568
|
Identifies the date and time when the object was created.
|
|
8392
8569
|
"""
|
|
8393
8570
|
createdAt: DateTime!
|
|
8571
|
+
|
|
8572
|
+
"""
|
|
8573
|
+
The Node ID of this object
|
|
8574
|
+
"""
|
|
8394
8575
|
id: ID!
|
|
8395
8576
|
|
|
8396
8577
|
"""
|
|
@@ -9159,6 +9340,36 @@ type DeleteTeamDiscussionPayload {
|
|
|
9159
9340
|
clientMutationId: String
|
|
9160
9341
|
}
|
|
9161
9342
|
|
|
9343
|
+
"""
|
|
9344
|
+
Autogenerated input type of DeleteUserList
|
|
9345
|
+
"""
|
|
9346
|
+
input DeleteUserListInput {
|
|
9347
|
+
"""
|
|
9348
|
+
A unique identifier for the client performing the mutation.
|
|
9349
|
+
"""
|
|
9350
|
+
clientMutationId: String
|
|
9351
|
+
|
|
9352
|
+
"""
|
|
9353
|
+
The ID of the list to delete.
|
|
9354
|
+
"""
|
|
9355
|
+
listId: ID!
|
|
9356
|
+
}
|
|
9357
|
+
|
|
9358
|
+
"""
|
|
9359
|
+
Autogenerated return type of DeleteUserList
|
|
9360
|
+
"""
|
|
9361
|
+
type DeleteUserListPayload {
|
|
9362
|
+
"""
|
|
9363
|
+
A unique identifier for the client performing the mutation.
|
|
9364
|
+
"""
|
|
9365
|
+
clientMutationId: String
|
|
9366
|
+
|
|
9367
|
+
"""
|
|
9368
|
+
The owner of the list that will be deleted
|
|
9369
|
+
"""
|
|
9370
|
+
user: User
|
|
9371
|
+
}
|
|
9372
|
+
|
|
9162
9373
|
"""
|
|
9163
9374
|
Autogenerated input type of DeleteVerifiableDomain
|
|
9164
9375
|
"""
|
|
@@ -9202,6 +9413,10 @@ type DemilestonedEvent implements Node {
|
|
|
9202
9413
|
Identifies the date and time when the object was created.
|
|
9203
9414
|
"""
|
|
9204
9415
|
createdAt: DateTime!
|
|
9416
|
+
|
|
9417
|
+
"""
|
|
9418
|
+
The Node ID of this object
|
|
9419
|
+
"""
|
|
9205
9420
|
id: ID!
|
|
9206
9421
|
|
|
9207
9422
|
"""
|
|
@@ -9323,6 +9538,10 @@ type DeployKey implements Node {
|
|
|
9323
9538
|
Identifies the date and time when the object was created.
|
|
9324
9539
|
"""
|
|
9325
9540
|
createdAt: DateTime!
|
|
9541
|
+
|
|
9542
|
+
"""
|
|
9543
|
+
The Node ID of the DeployKey object
|
|
9544
|
+
"""
|
|
9326
9545
|
id: ID!
|
|
9327
9546
|
|
|
9328
9547
|
"""
|
|
@@ -9409,6 +9628,10 @@ type DeployedEvent implements Node {
|
|
|
9409
9628
|
The deployment associated with the 'deployed' event.
|
|
9410
9629
|
"""
|
|
9411
9630
|
deployment: Deployment!
|
|
9631
|
+
|
|
9632
|
+
"""
|
|
9633
|
+
The Node ID of this object
|
|
9634
|
+
"""
|
|
9412
9635
|
id: ID!
|
|
9413
9636
|
|
|
9414
9637
|
"""
|
|
@@ -9460,6 +9683,10 @@ type Deployment implements Node {
|
|
|
9460
9683
|
The latest environment to which this deployment was made.
|
|
9461
9684
|
"""
|
|
9462
9685
|
environment: String
|
|
9686
|
+
|
|
9687
|
+
"""
|
|
9688
|
+
The Node ID of this object
|
|
9689
|
+
"""
|
|
9463
9690
|
id: ID!
|
|
9464
9691
|
|
|
9465
9692
|
"""
|
|
@@ -9591,6 +9818,10 @@ type DeploymentEnvironmentChangedEvent implements Node {
|
|
|
9591
9818
|
The deployment status that updated the deployment environment.
|
|
9592
9819
|
"""
|
|
9593
9820
|
deploymentStatus: DeploymentStatus!
|
|
9821
|
+
|
|
9822
|
+
"""
|
|
9823
|
+
The Node ID of this object
|
|
9824
|
+
"""
|
|
9594
9825
|
id: ID!
|
|
9595
9826
|
|
|
9596
9827
|
"""
|
|
@@ -9857,6 +10088,10 @@ type DeploymentReview implements Node {
|
|
|
9857
10088
|
"""
|
|
9858
10089
|
last: Int
|
|
9859
10090
|
): EnvironmentConnection!
|
|
10091
|
+
|
|
10092
|
+
"""
|
|
10093
|
+
The Node ID of this object
|
|
10094
|
+
"""
|
|
9860
10095
|
id: ID!
|
|
9861
10096
|
|
|
9862
10097
|
"""
|
|
@@ -10058,6 +10293,10 @@ type DeploymentStatus implements Node {
|
|
|
10058
10293
|
Identifies the environment URL of the deployment.
|
|
10059
10294
|
"""
|
|
10060
10295
|
environmentUrl: URI
|
|
10296
|
+
|
|
10297
|
+
"""
|
|
10298
|
+
The Node ID of this object
|
|
10299
|
+
"""
|
|
10061
10300
|
id: ID!
|
|
10062
10301
|
|
|
10063
10302
|
"""
|
|
@@ -10254,6 +10493,10 @@ type DisconnectedEvent implements Node {
|
|
|
10254
10493
|
Identifies the date and time when the object was created.
|
|
10255
10494
|
"""
|
|
10256
10495
|
createdAt: DateTime!
|
|
10496
|
+
|
|
10497
|
+
"""
|
|
10498
|
+
The Node ID of this object
|
|
10499
|
+
"""
|
|
10257
10500
|
id: ID!
|
|
10258
10501
|
|
|
10259
10502
|
"""
|
|
@@ -10380,6 +10623,10 @@ type Discussion implements Closable & Comment & Deletable & Labelable & Lockable
|
|
|
10380
10623
|
The actor who edited the comment.
|
|
10381
10624
|
"""
|
|
10382
10625
|
editor: Actor
|
|
10626
|
+
|
|
10627
|
+
"""
|
|
10628
|
+
The Node ID of this object
|
|
10629
|
+
"""
|
|
10383
10630
|
id: ID!
|
|
10384
10631
|
|
|
10385
10632
|
"""
|
|
@@ -10621,6 +10868,10 @@ type DiscussionCategory implements Node & RepositoryNode {
|
|
|
10621
10868
|
This category's emoji rendered as HTML.
|
|
10622
10869
|
"""
|
|
10623
10870
|
emojiHTML: HTML!
|
|
10871
|
+
|
|
10872
|
+
"""
|
|
10873
|
+
The Node ID of this object
|
|
10874
|
+
"""
|
|
10624
10875
|
id: ID!
|
|
10625
10876
|
|
|
10626
10877
|
"""
|
|
@@ -10767,6 +11018,10 @@ type DiscussionComment implements Comment & Deletable & Minimizable & Node & Rea
|
|
|
10767
11018
|
The actor who edited the comment.
|
|
10768
11019
|
"""
|
|
10769
11020
|
editor: Actor
|
|
11021
|
+
|
|
11022
|
+
"""
|
|
11023
|
+
The Node ID of this object
|
|
11024
|
+
"""
|
|
10770
11025
|
id: ID!
|
|
10771
11026
|
|
|
10772
11027
|
"""
|
|
@@ -11085,6 +11340,10 @@ type DiscussionPoll implements Node {
|
|
|
11085
11340
|
The discussion that this poll belongs to.
|
|
11086
11341
|
"""
|
|
11087
11342
|
discussion: Discussion
|
|
11343
|
+
|
|
11344
|
+
"""
|
|
11345
|
+
The Node ID of this object
|
|
11346
|
+
"""
|
|
11088
11347
|
id: ID!
|
|
11089
11348
|
|
|
11090
11349
|
"""
|
|
@@ -11142,6 +11401,9 @@ type DiscussionPoll implements Node {
|
|
|
11142
11401
|
An option for a discussion poll.
|
|
11143
11402
|
"""
|
|
11144
11403
|
type DiscussionPollOption implements Node {
|
|
11404
|
+
"""
|
|
11405
|
+
The Node ID of this object
|
|
11406
|
+
"""
|
|
11145
11407
|
id: ID!
|
|
11146
11408
|
|
|
11147
11409
|
"""
|
|
@@ -11428,6 +11690,10 @@ type DraftIssue implements Node {
|
|
|
11428
11690
|
The actor who created this draft issue.
|
|
11429
11691
|
"""
|
|
11430
11692
|
creator: Actor
|
|
11693
|
+
|
|
11694
|
+
"""
|
|
11695
|
+
The Node ID of this object
|
|
11696
|
+
"""
|
|
11431
11697
|
id: ID!
|
|
11432
11698
|
|
|
11433
11699
|
"""
|
|
@@ -11704,6 +11970,10 @@ type Enterprise implements AnnouncementBanner & Node {
|
|
|
11704
11970
|
The description of the enterprise as HTML.
|
|
11705
11971
|
"""
|
|
11706
11972
|
descriptionHTML: HTML!
|
|
11973
|
+
|
|
11974
|
+
"""
|
|
11975
|
+
The Node ID of this object
|
|
11976
|
+
"""
|
|
11707
11977
|
id: ID!
|
|
11708
11978
|
|
|
11709
11979
|
"""
|
|
@@ -11907,6 +12177,10 @@ type EnterpriseAdministratorInvitation implements Node {
|
|
|
11907
12177
|
The enterprise the invitation is for.
|
|
11908
12178
|
"""
|
|
11909
12179
|
enterprise: Enterprise!
|
|
12180
|
+
|
|
12181
|
+
"""
|
|
12182
|
+
The Node ID of this object
|
|
12183
|
+
"""
|
|
11910
12184
|
id: ID!
|
|
11911
12185
|
|
|
11912
12186
|
"""
|
|
@@ -12320,6 +12594,10 @@ type EnterpriseIdentityProvider implements Node {
|
|
|
12320
12594
|
"""
|
|
12321
12595
|
userName: String
|
|
12322
12596
|
): ExternalIdentityConnection!
|
|
12597
|
+
|
|
12598
|
+
"""
|
|
12599
|
+
The Node ID of this object
|
|
12600
|
+
"""
|
|
12323
12601
|
id: ID!
|
|
12324
12602
|
|
|
12325
12603
|
"""
|
|
@@ -13722,6 +14000,9 @@ type EnterprisePendingMemberInvitationEdge {
|
|
|
13722
14000
|
A subset of repository information queryable from an enterprise.
|
|
13723
14001
|
"""
|
|
13724
14002
|
type EnterpriseRepositoryInfo implements Node {
|
|
14003
|
+
"""
|
|
14004
|
+
The Node ID of this object
|
|
14005
|
+
"""
|
|
13725
14006
|
id: ID!
|
|
13726
14007
|
|
|
13727
14008
|
"""
|
|
@@ -13798,6 +14079,10 @@ type EnterpriseServerInstallation implements Node {
|
|
|
13798
14079
|
The host name of the Enterprise Server installation.
|
|
13799
14080
|
"""
|
|
13800
14081
|
hostName: String!
|
|
14082
|
+
|
|
14083
|
+
"""
|
|
14084
|
+
The Node ID of this object
|
|
14085
|
+
"""
|
|
13801
14086
|
id: ID!
|
|
13802
14087
|
|
|
13803
14088
|
"""
|
|
@@ -14034,6 +14319,10 @@ type EnterpriseServerUserAccount implements Node {
|
|
|
14034
14319
|
The Enterprise Server installation on which this user account exists.
|
|
14035
14320
|
"""
|
|
14036
14321
|
enterpriseServerInstallation: EnterpriseServerInstallation!
|
|
14322
|
+
|
|
14323
|
+
"""
|
|
14324
|
+
The Node ID of this object
|
|
14325
|
+
"""
|
|
14037
14326
|
id: ID!
|
|
14038
14327
|
|
|
14039
14328
|
"""
|
|
@@ -14120,6 +14409,10 @@ type EnterpriseServerUserAccountEmail implements Node {
|
|
|
14120
14409
|
The email address.
|
|
14121
14410
|
"""
|
|
14122
14411
|
email: String!
|
|
14412
|
+
|
|
14413
|
+
"""
|
|
14414
|
+
The Node ID of this object
|
|
14415
|
+
"""
|
|
14123
14416
|
id: ID!
|
|
14124
14417
|
|
|
14125
14418
|
"""
|
|
@@ -14251,6 +14544,10 @@ type EnterpriseServerUserAccountsUpload implements Node {
|
|
|
14251
14544
|
The Enterprise Server installation for which this upload was generated.
|
|
14252
14545
|
"""
|
|
14253
14546
|
enterpriseServerInstallation: EnterpriseServerInstallation!
|
|
14547
|
+
|
|
14548
|
+
"""
|
|
14549
|
+
The Node ID of this object
|
|
14550
|
+
"""
|
|
14254
14551
|
id: ID!
|
|
14255
14552
|
|
|
14256
14553
|
"""
|
|
@@ -14417,6 +14714,10 @@ type EnterpriseUserAccount implements Actor & Node {
|
|
|
14417
14714
|
"""
|
|
14418
14715
|
role: EnterpriseUserAccountMembershipRole
|
|
14419
14716
|
): EnterpriseServerInstallationMembershipConnection!
|
|
14717
|
+
|
|
14718
|
+
"""
|
|
14719
|
+
The Node ID of this object
|
|
14720
|
+
"""
|
|
14420
14721
|
id: ID!
|
|
14421
14722
|
|
|
14422
14723
|
"""
|
|
@@ -14534,6 +14835,10 @@ type Environment implements Node {
|
|
|
14534
14835
|
Identifies the primary key from the database.
|
|
14535
14836
|
"""
|
|
14536
14837
|
databaseId: Int
|
|
14838
|
+
|
|
14839
|
+
"""
|
|
14840
|
+
The Node ID of this object
|
|
14841
|
+
"""
|
|
14537
14842
|
id: ID!
|
|
14538
14843
|
|
|
14539
14844
|
"""
|
|
@@ -14646,6 +14951,10 @@ type ExternalIdentity implements Node {
|
|
|
14646
14951
|
The GUID for this identity
|
|
14647
14952
|
"""
|
|
14648
14953
|
guid: String!
|
|
14954
|
+
|
|
14955
|
+
"""
|
|
14956
|
+
The Node ID of this object
|
|
14957
|
+
"""
|
|
14649
14958
|
id: ID!
|
|
14650
14959
|
|
|
14651
14960
|
"""
|
|
@@ -15255,6 +15564,10 @@ type Gist implements Node & Starrable & UniformResourceLocatable {
|
|
|
15255
15564
|
"""
|
|
15256
15565
|
orderBy: GistOrder
|
|
15257
15566
|
): GistConnection!
|
|
15567
|
+
|
|
15568
|
+
"""
|
|
15569
|
+
The Node ID of this object
|
|
15570
|
+
"""
|
|
15258
15571
|
id: ID!
|
|
15259
15572
|
|
|
15260
15573
|
"""
|
|
@@ -15391,6 +15704,10 @@ type GistComment implements Comment & Deletable & Minimizable & Node & Updatable
|
|
|
15391
15704
|
The associated gist.
|
|
15392
15705
|
"""
|
|
15393
15706
|
gist: Gist!
|
|
15707
|
+
|
|
15708
|
+
"""
|
|
15709
|
+
The Node ID of this object
|
|
15710
|
+
"""
|
|
15394
15711
|
id: ID!
|
|
15395
15712
|
|
|
15396
15713
|
"""
|
|
@@ -15799,6 +16116,10 @@ interface GitObject {
|
|
|
15799
16116
|
The HTTP URL for this Git object
|
|
15800
16117
|
"""
|
|
15801
16118
|
commitUrl: URI!
|
|
16119
|
+
|
|
16120
|
+
"""
|
|
16121
|
+
The Node ID of the GitObject object
|
|
16122
|
+
"""
|
|
15802
16123
|
id: ID!
|
|
15803
16124
|
|
|
15804
16125
|
"""
|
|
@@ -16127,6 +16448,10 @@ type HeadRefDeletedEvent implements Node {
|
|
|
16127
16448
|
Identifies the name of the Ref associated with the `head_ref_deleted` event.
|
|
16128
16449
|
"""
|
|
16129
16450
|
headRefName: String!
|
|
16451
|
+
|
|
16452
|
+
"""
|
|
16453
|
+
The Node ID of this object
|
|
16454
|
+
"""
|
|
16130
16455
|
id: ID!
|
|
16131
16456
|
|
|
16132
16457
|
"""
|
|
@@ -16158,6 +16483,10 @@ type HeadRefForcePushedEvent implements Node {
|
|
|
16158
16483
|
Identifies the date and time when the object was created.
|
|
16159
16484
|
"""
|
|
16160
16485
|
createdAt: DateTime!
|
|
16486
|
+
|
|
16487
|
+
"""
|
|
16488
|
+
The Node ID of this object
|
|
16489
|
+
"""
|
|
16161
16490
|
id: ID!
|
|
16162
16491
|
|
|
16163
16492
|
"""
|
|
@@ -16184,6 +16513,10 @@ type HeadRefRestoredEvent implements Node {
|
|
|
16184
16513
|
Identifies the date and time when the object was created.
|
|
16185
16514
|
"""
|
|
16186
16515
|
createdAt: DateTime!
|
|
16516
|
+
|
|
16517
|
+
"""
|
|
16518
|
+
The Node ID of this object
|
|
16519
|
+
"""
|
|
16187
16520
|
id: ID!
|
|
16188
16521
|
|
|
16189
16522
|
"""
|
|
@@ -16310,6 +16643,10 @@ type IpAllowListEntry implements Node {
|
|
|
16310
16643
|
Identifies the date and time when the object was created.
|
|
16311
16644
|
"""
|
|
16312
16645
|
createdAt: DateTime!
|
|
16646
|
+
|
|
16647
|
+
"""
|
|
16648
|
+
The Node ID of this object
|
|
16649
|
+
"""
|
|
16313
16650
|
id: ID!
|
|
16314
16651
|
|
|
16315
16652
|
"""
|
|
@@ -16566,6 +16903,10 @@ type Issue implements Assignable & Closable & Comment & Deletable & Labelable &
|
|
|
16566
16903
|
"""
|
|
16567
16904
|
includeNotificationContexts: Boolean = true
|
|
16568
16905
|
): Hovercard!
|
|
16906
|
+
|
|
16907
|
+
"""
|
|
16908
|
+
The Node ID of this object
|
|
16909
|
+
"""
|
|
16569
16910
|
id: ID!
|
|
16570
16911
|
|
|
16571
16912
|
"""
|
|
@@ -17152,6 +17493,10 @@ type IssueComment implements Comment & Deletable & Minimizable & Node & Reactabl
|
|
|
17152
17493
|
Identifies the primary key from the database as a BigInt.
|
|
17153
17494
|
"""
|
|
17154
17495
|
fullDatabaseId: BigInt
|
|
17496
|
+
|
|
17497
|
+
"""
|
|
17498
|
+
The Node ID of this object
|
|
17499
|
+
"""
|
|
17155
17500
|
id: ID!
|
|
17156
17501
|
|
|
17157
17502
|
"""
|
|
@@ -17983,6 +18328,10 @@ type Label implements Node {
|
|
|
17983
18328
|
A brief description of this label.
|
|
17984
18329
|
"""
|
|
17985
18330
|
description: String
|
|
18331
|
+
|
|
18332
|
+
"""
|
|
18333
|
+
The Node ID of this object
|
|
18334
|
+
"""
|
|
17986
18335
|
id: ID!
|
|
17987
18336
|
|
|
17988
18337
|
"""
|
|
@@ -18229,6 +18578,10 @@ type LabeledEvent implements Node {
|
|
|
18229
18578
|
Identifies the date and time when the object was created.
|
|
18230
18579
|
"""
|
|
18231
18580
|
createdAt: DateTime!
|
|
18581
|
+
|
|
18582
|
+
"""
|
|
18583
|
+
The Node ID of this object
|
|
18584
|
+
"""
|
|
18232
18585
|
id: ID!
|
|
18233
18586
|
|
|
18234
18587
|
"""
|
|
@@ -18250,6 +18603,10 @@ type Language implements Node {
|
|
|
18250
18603
|
The color defined for the current language.
|
|
18251
18604
|
"""
|
|
18252
18605
|
color: String
|
|
18606
|
+
|
|
18607
|
+
"""
|
|
18608
|
+
The Node ID of this object
|
|
18609
|
+
"""
|
|
18253
18610
|
id: ID!
|
|
18254
18611
|
|
|
18255
18612
|
"""
|
|
@@ -18354,6 +18711,10 @@ type License implements Node {
|
|
|
18354
18711
|
Whether the license should be displayed in license pickers
|
|
18355
18712
|
"""
|
|
18356
18713
|
hidden: Boolean!
|
|
18714
|
+
|
|
18715
|
+
"""
|
|
18716
|
+
The Node ID of this object
|
|
18717
|
+
"""
|
|
18357
18718
|
id: ID!
|
|
18358
18719
|
|
|
18359
18720
|
"""
|
|
@@ -18536,6 +18897,9 @@ type LinkRepositoryToProjectPayload {
|
|
|
18536
18897
|
A branch linked to an issue.
|
|
18537
18898
|
"""
|
|
18538
18899
|
type LinkedBranch implements Node {
|
|
18900
|
+
"""
|
|
18901
|
+
The Node ID of this object
|
|
18902
|
+
"""
|
|
18539
18903
|
id: ID!
|
|
18540
18904
|
|
|
18541
18905
|
"""
|
|
@@ -18677,6 +19041,10 @@ type LockedEvent implements Node {
|
|
|
18677
19041
|
Identifies the date and time when the object was created.
|
|
18678
19042
|
"""
|
|
18679
19043
|
createdAt: DateTime!
|
|
19044
|
+
|
|
19045
|
+
"""
|
|
19046
|
+
The Node ID of this object
|
|
19047
|
+
"""
|
|
18680
19048
|
id: ID!
|
|
18681
19049
|
|
|
18682
19050
|
"""
|
|
@@ -18723,6 +19091,10 @@ type Mannequin implements Actor & Node & UniformResourceLocatable {
|
|
|
18723
19091
|
The mannequin's email on the source instance.
|
|
18724
19092
|
"""
|
|
18725
19093
|
email: String
|
|
19094
|
+
|
|
19095
|
+
"""
|
|
19096
|
+
The Node ID of this object
|
|
19097
|
+
"""
|
|
18726
19098
|
id: ID!
|
|
18727
19099
|
|
|
18728
19100
|
"""
|
|
@@ -18964,6 +19336,10 @@ type MarkedAsDuplicateEvent implements Node {
|
|
|
18964
19336
|
The issue or pull request which has been marked as a duplicate of another.
|
|
18965
19337
|
"""
|
|
18966
19338
|
duplicate: IssueOrPullRequest
|
|
19339
|
+
|
|
19340
|
+
"""
|
|
19341
|
+
The Node ID of this object
|
|
19342
|
+
"""
|
|
18967
19343
|
id: ID!
|
|
18968
19344
|
|
|
18969
19345
|
"""
|
|
@@ -18985,6 +19361,10 @@ type MarketplaceCategory implements Node {
|
|
|
18985
19361
|
The technical description of how apps listed in this category work with GitHub.
|
|
18986
19362
|
"""
|
|
18987
19363
|
howItWorks: String
|
|
19364
|
+
|
|
19365
|
+
"""
|
|
19366
|
+
The Node ID of this object
|
|
19367
|
+
"""
|
|
18988
19368
|
id: ID!
|
|
18989
19369
|
|
|
18990
19370
|
"""
|
|
@@ -19091,6 +19471,10 @@ type MarketplaceListing implements Node {
|
|
|
19091
19471
|
The listing's technical description rendered to HTML.
|
|
19092
19472
|
"""
|
|
19093
19473
|
howItWorksHTML: HTML!
|
|
19474
|
+
|
|
19475
|
+
"""
|
|
19476
|
+
The Node ID of this object
|
|
19477
|
+
"""
|
|
19094
19478
|
id: ID!
|
|
19095
19479
|
|
|
19096
19480
|
"""
|
|
@@ -19359,6 +19743,10 @@ type MemberFeatureRequestNotification implements Node {
|
|
|
19359
19743
|
Represents member feature request body containing organization name and the number of feature requests
|
|
19360
19744
|
"""
|
|
19361
19745
|
body: String!
|
|
19746
|
+
|
|
19747
|
+
"""
|
|
19748
|
+
The Node ID of this object
|
|
19749
|
+
"""
|
|
19362
19750
|
id: ID!
|
|
19363
19751
|
|
|
19364
19752
|
"""
|
|
@@ -19465,6 +19853,10 @@ type MembersCanDeleteReposClearAuditEntry implements AuditEntry & EnterpriseAudi
|
|
|
19465
19853
|
The HTTP URL for this enterprise.
|
|
19466
19854
|
"""
|
|
19467
19855
|
enterpriseUrl: URI
|
|
19856
|
+
|
|
19857
|
+
"""
|
|
19858
|
+
The Node ID of this object
|
|
19859
|
+
"""
|
|
19468
19860
|
id: ID!
|
|
19469
19861
|
|
|
19470
19862
|
"""
|
|
@@ -19571,6 +19963,10 @@ type MembersCanDeleteReposDisableAuditEntry implements AuditEntry & EnterpriseAu
|
|
|
19571
19963
|
The HTTP URL for this enterprise.
|
|
19572
19964
|
"""
|
|
19573
19965
|
enterpriseUrl: URI
|
|
19966
|
+
|
|
19967
|
+
"""
|
|
19968
|
+
The Node ID of this object
|
|
19969
|
+
"""
|
|
19574
19970
|
id: ID!
|
|
19575
19971
|
|
|
19576
19972
|
"""
|
|
@@ -19677,6 +20073,10 @@ type MembersCanDeleteReposEnableAuditEntry implements AuditEntry & EnterpriseAud
|
|
|
19677
20073
|
The HTTP URL for this enterprise.
|
|
19678
20074
|
"""
|
|
19679
20075
|
enterpriseUrl: URI
|
|
20076
|
+
|
|
20077
|
+
"""
|
|
20078
|
+
The Node ID of this object
|
|
20079
|
+
"""
|
|
19680
20080
|
id: ID!
|
|
19681
20081
|
|
|
19682
20082
|
"""
|
|
@@ -19743,6 +20143,10 @@ type MentionedEvent implements Node {
|
|
|
19743
20143
|
Identifies the primary key from the database.
|
|
19744
20144
|
"""
|
|
19745
20145
|
databaseId: Int
|
|
20146
|
+
|
|
20147
|
+
"""
|
|
20148
|
+
The Node ID of this object
|
|
20149
|
+
"""
|
|
19746
20150
|
id: ID!
|
|
19747
20151
|
}
|
|
19748
20152
|
|
|
@@ -19924,6 +20328,10 @@ type MergeQueue implements Node {
|
|
|
19924
20328
|
"""
|
|
19925
20329
|
last: Int
|
|
19926
20330
|
): MergeQueueEntryConnection
|
|
20331
|
+
|
|
20332
|
+
"""
|
|
20333
|
+
The Node ID of this object
|
|
20334
|
+
"""
|
|
19927
20335
|
id: ID!
|
|
19928
20336
|
|
|
19929
20337
|
"""
|
|
@@ -20016,6 +20424,10 @@ type MergeQueueEntry implements Node {
|
|
|
20016
20424
|
The head commit for this entry
|
|
20017
20425
|
"""
|
|
20018
20426
|
headCommit: Commit
|
|
20427
|
+
|
|
20428
|
+
"""
|
|
20429
|
+
The Node ID of this object
|
|
20430
|
+
"""
|
|
20019
20431
|
id: ID!
|
|
20020
20432
|
|
|
20021
20433
|
"""
|
|
@@ -20172,6 +20584,10 @@ type MergedEvent implements Node & UniformResourceLocatable {
|
|
|
20172
20584
|
Identifies the date and time when the object was created.
|
|
20173
20585
|
"""
|
|
20174
20586
|
createdAt: DateTime!
|
|
20587
|
+
|
|
20588
|
+
"""
|
|
20589
|
+
The Node ID of this object
|
|
20590
|
+
"""
|
|
20175
20591
|
id: ID!
|
|
20176
20592
|
|
|
20177
20593
|
"""
|
|
@@ -20223,6 +20639,10 @@ interface Migration {
|
|
|
20223
20639
|
The reason the migration failed.
|
|
20224
20640
|
"""
|
|
20225
20641
|
failureReason: String
|
|
20642
|
+
|
|
20643
|
+
"""
|
|
20644
|
+
The Node ID of the Migration object
|
|
20645
|
+
"""
|
|
20226
20646
|
id: ID!
|
|
20227
20647
|
|
|
20228
20648
|
"""
|
|
@@ -20261,6 +20681,9 @@ interface Migration {
|
|
|
20261
20681
|
A GitHub Enterprise Importer (GEI) migration source.
|
|
20262
20682
|
"""
|
|
20263
20683
|
type MigrationSource implements Node {
|
|
20684
|
+
"""
|
|
20685
|
+
The Node ID of this object
|
|
20686
|
+
"""
|
|
20264
20687
|
id: ID!
|
|
20265
20688
|
|
|
20266
20689
|
"""
|
|
@@ -20372,6 +20795,10 @@ type Milestone implements Closable & Node & UniformResourceLocatable {
|
|
|
20372
20795
|
Identifies the due date of the milestone.
|
|
20373
20796
|
"""
|
|
20374
20797
|
dueOn: DateTime
|
|
20798
|
+
|
|
20799
|
+
"""
|
|
20800
|
+
The Node ID of this object
|
|
20801
|
+
"""
|
|
20375
20802
|
id: ID!
|
|
20376
20803
|
|
|
20377
20804
|
"""
|
|
@@ -20633,6 +21060,10 @@ type MilestonedEvent implements Node {
|
|
|
20633
21060
|
Identifies the date and time when the object was created.
|
|
20634
21061
|
"""
|
|
20635
21062
|
createdAt: DateTime!
|
|
21063
|
+
|
|
21064
|
+
"""
|
|
21065
|
+
The Node ID of this object
|
|
21066
|
+
"""
|
|
20636
21067
|
id: ID!
|
|
20637
21068
|
|
|
20638
21069
|
"""
|
|
@@ -20796,6 +21227,10 @@ type MovedColumnsInProjectEvent implements Node {
|
|
|
20796
21227
|
Identifies the primary key from the database.
|
|
20797
21228
|
"""
|
|
20798
21229
|
databaseId: Int
|
|
21230
|
+
|
|
21231
|
+
"""
|
|
21232
|
+
The Node ID of this object
|
|
21233
|
+
"""
|
|
20799
21234
|
id: ID!
|
|
20800
21235
|
}
|
|
20801
21236
|
|
|
@@ -21503,6 +21938,16 @@ type Mutation {
|
|
|
21503
21938
|
input: CreateTeamDiscussionCommentInput!
|
|
21504
21939
|
): CreateTeamDiscussionCommentPayload
|
|
21505
21940
|
|
|
21941
|
+
"""
|
|
21942
|
+
Creates a new user list.
|
|
21943
|
+
"""
|
|
21944
|
+
createUserList(
|
|
21945
|
+
"""
|
|
21946
|
+
Parameters for CreateUserList
|
|
21947
|
+
"""
|
|
21948
|
+
input: CreateUserListInput!
|
|
21949
|
+
): CreateUserListPayload
|
|
21950
|
+
|
|
21506
21951
|
"""
|
|
21507
21952
|
Rejects a suggested topic for the repository.
|
|
21508
21953
|
"""
|
|
@@ -21733,6 +22178,16 @@ type Mutation {
|
|
|
21733
22178
|
input: DeleteTeamDiscussionCommentInput!
|
|
21734
22179
|
): DeleteTeamDiscussionCommentPayload
|
|
21735
22180
|
|
|
22181
|
+
"""
|
|
22182
|
+
Deletes a user list.
|
|
22183
|
+
"""
|
|
22184
|
+
deleteUserList(
|
|
22185
|
+
"""
|
|
22186
|
+
Parameters for DeleteUserList
|
|
22187
|
+
"""
|
|
22188
|
+
input: DeleteUserListInput!
|
|
22189
|
+
): DeleteUserListPayload
|
|
22190
|
+
|
|
21736
22191
|
"""
|
|
21737
22192
|
Deletes a verifiable domain.
|
|
21738
22193
|
"""
|
|
@@ -22847,7 +23302,7 @@ type Mutation {
|
|
|
22847
23302
|
): UpdateProjectColumnPayload
|
|
22848
23303
|
|
|
22849
23304
|
"""
|
|
22850
|
-
Updates an existing project
|
|
23305
|
+
Updates an existing project.
|
|
22851
23306
|
"""
|
|
22852
23307
|
updateProjectV2(
|
|
22853
23308
|
"""
|
|
@@ -23037,6 +23492,26 @@ type Mutation {
|
|
|
23037
23492
|
input: UpdateTopicsInput!
|
|
23038
23493
|
): UpdateTopicsPayload
|
|
23039
23494
|
|
|
23495
|
+
"""
|
|
23496
|
+
Updates an existing user list.
|
|
23497
|
+
"""
|
|
23498
|
+
updateUserList(
|
|
23499
|
+
"""
|
|
23500
|
+
Parameters for UpdateUserList
|
|
23501
|
+
"""
|
|
23502
|
+
input: UpdateUserListInput!
|
|
23503
|
+
): UpdateUserListPayload
|
|
23504
|
+
|
|
23505
|
+
"""
|
|
23506
|
+
Updates which of the viewer's lists an item belongs to
|
|
23507
|
+
"""
|
|
23508
|
+
updateUserListsForItem(
|
|
23509
|
+
"""
|
|
23510
|
+
Parameters for UpdateUserListsForItem
|
|
23511
|
+
"""
|
|
23512
|
+
input: UpdateUserListsForItemInput!
|
|
23513
|
+
): UpdateUserListsForItemPayload
|
|
23514
|
+
|
|
23040
23515
|
"""
|
|
23041
23516
|
Verify that a verifiable domain has the expected DNS record.
|
|
23042
23517
|
"""
|
|
@@ -23123,6 +23598,10 @@ type OIDCProvider implements Node {
|
|
|
23123
23598
|
"""
|
|
23124
23599
|
userName: String
|
|
23125
23600
|
): ExternalIdentityConnection!
|
|
23601
|
+
|
|
23602
|
+
"""
|
|
23603
|
+
The Node ID of this object
|
|
23604
|
+
"""
|
|
23126
23605
|
id: ID!
|
|
23127
23606
|
|
|
23128
23607
|
"""
|
|
@@ -23219,6 +23698,10 @@ type OauthApplicationCreateAuditEntry implements AuditEntry & Node & OauthApplic
|
|
|
23219
23698
|
The time the action was initiated
|
|
23220
23699
|
"""
|
|
23221
23700
|
createdAt: PreciseDateTime!
|
|
23701
|
+
|
|
23702
|
+
"""
|
|
23703
|
+
The Node ID of this object
|
|
23704
|
+
"""
|
|
23222
23705
|
id: ID!
|
|
23223
23706
|
|
|
23224
23707
|
"""
|
|
@@ -23410,6 +23893,10 @@ type OrgAddBillingManagerAuditEntry implements AuditEntry & Node & OrganizationA
|
|
|
23410
23893
|
The time the action was initiated
|
|
23411
23894
|
"""
|
|
23412
23895
|
createdAt: PreciseDateTime!
|
|
23896
|
+
|
|
23897
|
+
"""
|
|
23898
|
+
The Node ID of this object
|
|
23899
|
+
"""
|
|
23413
23900
|
id: ID!
|
|
23414
23901
|
|
|
23415
23902
|
"""
|
|
@@ -23506,6 +23993,10 @@ type OrgAddMemberAuditEntry implements AuditEntry & Node & OrganizationAuditEntr
|
|
|
23506
23993
|
The time the action was initiated
|
|
23507
23994
|
"""
|
|
23508
23995
|
createdAt: PreciseDateTime!
|
|
23996
|
+
|
|
23997
|
+
"""
|
|
23998
|
+
The Node ID of this object
|
|
23999
|
+
"""
|
|
23509
24000
|
id: ID!
|
|
23510
24001
|
|
|
23511
24002
|
"""
|
|
@@ -23637,6 +24128,10 @@ type OrgBlockUserAuditEntry implements AuditEntry & Node & OrganizationAuditEntr
|
|
|
23637
24128
|
The time the action was initiated
|
|
23638
24129
|
"""
|
|
23639
24130
|
createdAt: PreciseDateTime!
|
|
24131
|
+
|
|
24132
|
+
"""
|
|
24133
|
+
The Node ID of this object
|
|
24134
|
+
"""
|
|
23640
24135
|
id: ID!
|
|
23641
24136
|
|
|
23642
24137
|
"""
|
|
@@ -23728,6 +24223,10 @@ type OrgConfigDisableCollaboratorsOnlyAuditEntry implements AuditEntry & Node &
|
|
|
23728
24223
|
The time the action was initiated
|
|
23729
24224
|
"""
|
|
23730
24225
|
createdAt: PreciseDateTime!
|
|
24226
|
+
|
|
24227
|
+
"""
|
|
24228
|
+
The Node ID of this object
|
|
24229
|
+
"""
|
|
23731
24230
|
id: ID!
|
|
23732
24231
|
|
|
23733
24232
|
"""
|
|
@@ -23819,6 +24318,10 @@ type OrgConfigEnableCollaboratorsOnlyAuditEntry implements AuditEntry & Node & O
|
|
|
23819
24318
|
The time the action was initiated
|
|
23820
24319
|
"""
|
|
23821
24320
|
createdAt: PreciseDateTime!
|
|
24321
|
+
|
|
24322
|
+
"""
|
|
24323
|
+
The Node ID of this object
|
|
24324
|
+
"""
|
|
23822
24325
|
id: ID!
|
|
23823
24326
|
|
|
23824
24327
|
"""
|
|
@@ -23915,6 +24418,10 @@ type OrgCreateAuditEntry implements AuditEntry & Node & OrganizationAuditEntryDa
|
|
|
23915
24418
|
The time the action was initiated
|
|
23916
24419
|
"""
|
|
23917
24420
|
createdAt: PreciseDateTime!
|
|
24421
|
+
|
|
24422
|
+
"""
|
|
24423
|
+
The Node ID of this object
|
|
24424
|
+
"""
|
|
23918
24425
|
id: ID!
|
|
23919
24426
|
|
|
23920
24427
|
"""
|
|
@@ -24036,6 +24543,10 @@ type OrgDisableOauthAppRestrictionsAuditEntry implements AuditEntry & Node & Org
|
|
|
24036
24543
|
The time the action was initiated
|
|
24037
24544
|
"""
|
|
24038
24545
|
createdAt: PreciseDateTime!
|
|
24546
|
+
|
|
24547
|
+
"""
|
|
24548
|
+
The Node ID of this object
|
|
24549
|
+
"""
|
|
24039
24550
|
id: ID!
|
|
24040
24551
|
|
|
24041
24552
|
"""
|
|
@@ -24132,6 +24643,10 @@ type OrgDisableSamlAuditEntry implements AuditEntry & Node & OrganizationAuditEn
|
|
|
24132
24643
|
The SAML provider's digest algorithm URL.
|
|
24133
24644
|
"""
|
|
24134
24645
|
digestMethodUrl: URI
|
|
24646
|
+
|
|
24647
|
+
"""
|
|
24648
|
+
The Node ID of this object
|
|
24649
|
+
"""
|
|
24135
24650
|
id: ID!
|
|
24136
24651
|
|
|
24137
24652
|
"""
|
|
@@ -24238,6 +24753,10 @@ type OrgDisableTwoFactorRequirementAuditEntry implements AuditEntry & Node & Org
|
|
|
24238
24753
|
The time the action was initiated
|
|
24239
24754
|
"""
|
|
24240
24755
|
createdAt: PreciseDateTime!
|
|
24756
|
+
|
|
24757
|
+
"""
|
|
24758
|
+
The Node ID of this object
|
|
24759
|
+
"""
|
|
24241
24760
|
id: ID!
|
|
24242
24761
|
|
|
24243
24762
|
"""
|
|
@@ -24329,6 +24848,10 @@ type OrgEnableOauthAppRestrictionsAuditEntry implements AuditEntry & Node & Orga
|
|
|
24329
24848
|
The time the action was initiated
|
|
24330
24849
|
"""
|
|
24331
24850
|
createdAt: PreciseDateTime!
|
|
24851
|
+
|
|
24852
|
+
"""
|
|
24853
|
+
The Node ID of this object
|
|
24854
|
+
"""
|
|
24332
24855
|
id: ID!
|
|
24333
24856
|
|
|
24334
24857
|
"""
|
|
@@ -24425,6 +24948,10 @@ type OrgEnableSamlAuditEntry implements AuditEntry & Node & OrganizationAuditEnt
|
|
|
24425
24948
|
The SAML provider's digest algorithm URL.
|
|
24426
24949
|
"""
|
|
24427
24950
|
digestMethodUrl: URI
|
|
24951
|
+
|
|
24952
|
+
"""
|
|
24953
|
+
The Node ID of this object
|
|
24954
|
+
"""
|
|
24428
24955
|
id: ID!
|
|
24429
24956
|
|
|
24430
24957
|
"""
|
|
@@ -24531,6 +25058,10 @@ type OrgEnableTwoFactorRequirementAuditEntry implements AuditEntry & Node & Orga
|
|
|
24531
25058
|
The time the action was initiated
|
|
24532
25059
|
"""
|
|
24533
25060
|
createdAt: PreciseDateTime!
|
|
25061
|
+
|
|
25062
|
+
"""
|
|
25063
|
+
The Node ID of this object
|
|
25064
|
+
"""
|
|
24534
25065
|
id: ID!
|
|
24535
25066
|
|
|
24536
25067
|
"""
|
|
@@ -24652,6 +25183,10 @@ type OrgInviteMemberAuditEntry implements AuditEntry & Node & OrganizationAuditE
|
|
|
24652
25183
|
The email address of the organization invitation.
|
|
24653
25184
|
"""
|
|
24654
25185
|
email: String
|
|
25186
|
+
|
|
25187
|
+
"""
|
|
25188
|
+
The Node ID of this object
|
|
25189
|
+
"""
|
|
24655
25190
|
id: ID!
|
|
24656
25191
|
|
|
24657
25192
|
"""
|
|
@@ -24763,6 +25298,10 @@ type OrgInviteToBusinessAuditEntry implements AuditEntry & EnterpriseAuditEntryD
|
|
|
24763
25298
|
The HTTP URL for this enterprise.
|
|
24764
25299
|
"""
|
|
24765
25300
|
enterpriseUrl: URI
|
|
25301
|
+
|
|
25302
|
+
"""
|
|
25303
|
+
The Node ID of this object
|
|
25304
|
+
"""
|
|
24766
25305
|
id: ID!
|
|
24767
25306
|
|
|
24768
25307
|
"""
|
|
@@ -24854,6 +25393,10 @@ type OrgOauthAppAccessApprovedAuditEntry implements AuditEntry & Node & OauthApp
|
|
|
24854
25393
|
The time the action was initiated
|
|
24855
25394
|
"""
|
|
24856
25395
|
createdAt: PreciseDateTime!
|
|
25396
|
+
|
|
25397
|
+
"""
|
|
25398
|
+
The Node ID of this object
|
|
25399
|
+
"""
|
|
24857
25400
|
id: ID!
|
|
24858
25401
|
|
|
24859
25402
|
"""
|
|
@@ -24960,6 +25503,10 @@ type OrgOauthAppAccessBlockedAuditEntry implements AuditEntry & Node & OauthAppl
|
|
|
24960
25503
|
The time the action was initiated
|
|
24961
25504
|
"""
|
|
24962
25505
|
createdAt: PreciseDateTime!
|
|
25506
|
+
|
|
25507
|
+
"""
|
|
25508
|
+
The Node ID of this object
|
|
25509
|
+
"""
|
|
24963
25510
|
id: ID!
|
|
24964
25511
|
|
|
24965
25512
|
"""
|
|
@@ -25066,6 +25613,10 @@ type OrgOauthAppAccessDeniedAuditEntry implements AuditEntry & Node & OauthAppli
|
|
|
25066
25613
|
The time the action was initiated
|
|
25067
25614
|
"""
|
|
25068
25615
|
createdAt: PreciseDateTime!
|
|
25616
|
+
|
|
25617
|
+
"""
|
|
25618
|
+
The Node ID of this object
|
|
25619
|
+
"""
|
|
25069
25620
|
id: ID!
|
|
25070
25621
|
|
|
25071
25622
|
"""
|
|
@@ -25172,6 +25723,10 @@ type OrgOauthAppAccessRequestedAuditEntry implements AuditEntry & Node & OauthAp
|
|
|
25172
25723
|
The time the action was initiated
|
|
25173
25724
|
"""
|
|
25174
25725
|
createdAt: PreciseDateTime!
|
|
25726
|
+
|
|
25727
|
+
"""
|
|
25728
|
+
The Node ID of this object
|
|
25729
|
+
"""
|
|
25175
25730
|
id: ID!
|
|
25176
25731
|
|
|
25177
25732
|
"""
|
|
@@ -25278,6 +25833,10 @@ type OrgOauthAppAccessUnblockedAuditEntry implements AuditEntry & Node & OauthAp
|
|
|
25278
25833
|
The time the action was initiated
|
|
25279
25834
|
"""
|
|
25280
25835
|
createdAt: PreciseDateTime!
|
|
25836
|
+
|
|
25837
|
+
"""
|
|
25838
|
+
The Node ID of this object
|
|
25839
|
+
"""
|
|
25281
25840
|
id: ID!
|
|
25282
25841
|
|
|
25283
25842
|
"""
|
|
@@ -25384,6 +25943,10 @@ type OrgRemoveBillingManagerAuditEntry implements AuditEntry & Node & Organizati
|
|
|
25384
25943
|
The time the action was initiated
|
|
25385
25944
|
"""
|
|
25386
25945
|
createdAt: PreciseDateTime!
|
|
25946
|
+
|
|
25947
|
+
"""
|
|
25948
|
+
The Node ID of this object
|
|
25949
|
+
"""
|
|
25387
25950
|
id: ID!
|
|
25388
25951
|
|
|
25389
25952
|
"""
|
|
@@ -25500,6 +26063,10 @@ type OrgRemoveMemberAuditEntry implements AuditEntry & Node & OrganizationAuditE
|
|
|
25500
26063
|
The time the action was initiated
|
|
25501
26064
|
"""
|
|
25502
26065
|
createdAt: PreciseDateTime!
|
|
26066
|
+
|
|
26067
|
+
"""
|
|
26068
|
+
The Node ID of this object
|
|
26069
|
+
"""
|
|
25503
26070
|
id: ID!
|
|
25504
26071
|
|
|
25505
26072
|
"""
|
|
@@ -25672,6 +26239,10 @@ type OrgRemoveOutsideCollaboratorAuditEntry implements AuditEntry & Node & Organ
|
|
|
25672
26239
|
The time the action was initiated
|
|
25673
26240
|
"""
|
|
25674
26241
|
createdAt: PreciseDateTime!
|
|
26242
|
+
|
|
26243
|
+
"""
|
|
26244
|
+
The Node ID of this object
|
|
26245
|
+
"""
|
|
25675
26246
|
id: ID!
|
|
25676
26247
|
|
|
25677
26248
|
"""
|
|
@@ -25811,6 +26382,10 @@ type OrgRestoreMemberAuditEntry implements AuditEntry & Node & OrganizationAudit
|
|
|
25811
26382
|
The time the action was initiated
|
|
25812
26383
|
"""
|
|
25813
26384
|
createdAt: PreciseDateTime!
|
|
26385
|
+
|
|
26386
|
+
"""
|
|
26387
|
+
The Node ID of this object
|
|
26388
|
+
"""
|
|
25814
26389
|
id: ID!
|
|
25815
26390
|
|
|
25816
26391
|
"""
|
|
@@ -26037,6 +26612,10 @@ type OrgUnblockUserAuditEntry implements AuditEntry & Node & OrganizationAuditEn
|
|
|
26037
26612
|
The time the action was initiated
|
|
26038
26613
|
"""
|
|
26039
26614
|
createdAt: PreciseDateTime!
|
|
26615
|
+
|
|
26616
|
+
"""
|
|
26617
|
+
The Node ID of this object
|
|
26618
|
+
"""
|
|
26040
26619
|
id: ID!
|
|
26041
26620
|
|
|
26042
26621
|
"""
|
|
@@ -26128,6 +26707,10 @@ type OrgUpdateDefaultRepositoryPermissionAuditEntry implements AuditEntry & Node
|
|
|
26128
26707
|
The time the action was initiated
|
|
26129
26708
|
"""
|
|
26130
26709
|
createdAt: PreciseDateTime!
|
|
26710
|
+
|
|
26711
|
+
"""
|
|
26712
|
+
The Node ID of this object
|
|
26713
|
+
"""
|
|
26131
26714
|
id: ID!
|
|
26132
26715
|
|
|
26133
26716
|
"""
|
|
@@ -26254,6 +26837,10 @@ type OrgUpdateMemberAuditEntry implements AuditEntry & Node & OrganizationAuditE
|
|
|
26254
26837
|
The time the action was initiated
|
|
26255
26838
|
"""
|
|
26256
26839
|
createdAt: PreciseDateTime!
|
|
26840
|
+
|
|
26841
|
+
"""
|
|
26842
|
+
The Node ID of this object
|
|
26843
|
+
"""
|
|
26257
26844
|
id: ID!
|
|
26258
26845
|
|
|
26259
26846
|
"""
|
|
@@ -26375,6 +26962,10 @@ type OrgUpdateMemberRepositoryCreationPermissionAuditEntry implements AuditEntry
|
|
|
26375
26962
|
The time the action was initiated
|
|
26376
26963
|
"""
|
|
26377
26964
|
createdAt: PreciseDateTime!
|
|
26965
|
+
|
|
26966
|
+
"""
|
|
26967
|
+
The Node ID of this object
|
|
26968
|
+
"""
|
|
26378
26969
|
id: ID!
|
|
26379
26970
|
|
|
26380
26971
|
"""
|
|
@@ -26521,6 +27112,10 @@ type OrgUpdateMemberRepositoryInvitationPermissionAuditEntry implements AuditEnt
|
|
|
26521
27112
|
The time the action was initiated
|
|
26522
27113
|
"""
|
|
26523
27114
|
createdAt: PreciseDateTime!
|
|
27115
|
+
|
|
27116
|
+
"""
|
|
27117
|
+
The Node ID of this object
|
|
27118
|
+
"""
|
|
26524
27119
|
id: ID!
|
|
26525
27120
|
|
|
26526
27121
|
"""
|
|
@@ -26762,6 +27357,10 @@ type Organization implements Actor & AnnouncementBanner & MemberStatusable & Nod
|
|
|
26762
27357
|
True if this user/organization has a GitHub Sponsors listing.
|
|
26763
27358
|
"""
|
|
26764
27359
|
hasSponsorsListing: Boolean!
|
|
27360
|
+
|
|
27361
|
+
"""
|
|
27362
|
+
The Node ID of this object
|
|
27363
|
+
"""
|
|
26765
27364
|
id: ID!
|
|
26766
27365
|
|
|
26767
27366
|
"""
|
|
@@ -28155,6 +28754,10 @@ type OrganizationIdentityProvider implements Node {
|
|
|
28155
28754
|
"""
|
|
28156
28755
|
userName: String
|
|
28157
28756
|
): ExternalIdentityConnection!
|
|
28757
|
+
|
|
28758
|
+
"""
|
|
28759
|
+
The Node ID of this object
|
|
28760
|
+
"""
|
|
28158
28761
|
id: ID!
|
|
28159
28762
|
|
|
28160
28763
|
"""
|
|
@@ -28196,6 +28799,10 @@ type OrganizationInvitation implements Node {
|
|
|
28196
28799
|
The email address of the user invited to the organization.
|
|
28197
28800
|
"""
|
|
28198
28801
|
email: String
|
|
28802
|
+
|
|
28803
|
+
"""
|
|
28804
|
+
The Node ID of this object
|
|
28805
|
+
"""
|
|
28199
28806
|
id: ID!
|
|
28200
28807
|
|
|
28201
28808
|
"""
|
|
@@ -28437,6 +29044,10 @@ type OrganizationMigration implements Node {
|
|
|
28437
29044
|
The reason the organization migration failed.
|
|
28438
29045
|
"""
|
|
28439
29046
|
failureReason: String
|
|
29047
|
+
|
|
29048
|
+
"""
|
|
29049
|
+
The Node ID of this object
|
|
29050
|
+
"""
|
|
28440
29051
|
id: ID!
|
|
28441
29052
|
|
|
28442
29053
|
"""
|
|
@@ -28669,6 +29280,9 @@ type OrganizationsHovercardContext implements HovercardContext {
|
|
|
28669
29280
|
Information for an uploaded package.
|
|
28670
29281
|
"""
|
|
28671
29282
|
type Package implements Node {
|
|
29283
|
+
"""
|
|
29284
|
+
The Node ID of this object
|
|
29285
|
+
"""
|
|
28672
29286
|
id: ID!
|
|
28673
29287
|
|
|
28674
29288
|
"""
|
|
@@ -28781,6 +29395,9 @@ type PackageEdge {
|
|
|
28781
29395
|
A file in a package version.
|
|
28782
29396
|
"""
|
|
28783
29397
|
type PackageFile implements Node {
|
|
29398
|
+
"""
|
|
29399
|
+
The Node ID of this object
|
|
29400
|
+
"""
|
|
28784
29401
|
id: ID!
|
|
28785
29402
|
|
|
28786
29403
|
"""
|
|
@@ -28918,6 +29535,9 @@ enum PackageOrderField {
|
|
|
28918
29535
|
Represents an owner of a package.
|
|
28919
29536
|
"""
|
|
28920
29537
|
interface PackageOwner {
|
|
29538
|
+
"""
|
|
29539
|
+
The Node ID of the PackageOwner object
|
|
29540
|
+
"""
|
|
28921
29541
|
id: ID!
|
|
28922
29542
|
|
|
28923
29543
|
"""
|
|
@@ -28980,6 +29600,9 @@ type PackageStatistics {
|
|
|
28980
29600
|
A version tag contains the mapping between a tag name and a version.
|
|
28981
29601
|
"""
|
|
28982
29602
|
type PackageTag implements Node {
|
|
29603
|
+
"""
|
|
29604
|
+
The Node ID of this object
|
|
29605
|
+
"""
|
|
28983
29606
|
id: ID!
|
|
28984
29607
|
|
|
28985
29608
|
"""
|
|
@@ -29066,6 +29689,10 @@ type PackageVersion implements Node {
|
|
|
29066
29689
|
"""
|
|
29067
29690
|
orderBy: PackageFileOrder = {field: CREATED_AT, direction: ASC}
|
|
29068
29691
|
): PackageFileConnection!
|
|
29692
|
+
|
|
29693
|
+
"""
|
|
29694
|
+
The Node ID of this object
|
|
29695
|
+
"""
|
|
29069
29696
|
id: ID!
|
|
29070
29697
|
|
|
29071
29698
|
"""
|
|
@@ -29417,6 +30044,10 @@ type PinnedDiscussion implements Node & RepositoryNode {
|
|
|
29417
30044
|
Color stops of the chosen gradient
|
|
29418
30045
|
"""
|
|
29419
30046
|
gradientStopColors: [String!]!
|
|
30047
|
+
|
|
30048
|
+
"""
|
|
30049
|
+
The Node ID of this object
|
|
30050
|
+
"""
|
|
29420
30051
|
id: ID!
|
|
29421
30052
|
|
|
29422
30053
|
"""
|
|
@@ -29563,6 +30194,10 @@ type PinnedEvent implements Node {
|
|
|
29563
30194
|
Identifies the date and time when the object was created.
|
|
29564
30195
|
"""
|
|
29565
30196
|
createdAt: DateTime!
|
|
30197
|
+
|
|
30198
|
+
"""
|
|
30199
|
+
The Node ID of this object
|
|
30200
|
+
"""
|
|
29566
30201
|
id: ID!
|
|
29567
30202
|
|
|
29568
30203
|
"""
|
|
@@ -29584,6 +30219,10 @@ type PinnedIssue implements Node {
|
|
|
29584
30219
|
Identifies the primary key from the database as a BigInt.
|
|
29585
30220
|
"""
|
|
29586
30221
|
fullDatabaseId: BigInt
|
|
30222
|
+
|
|
30223
|
+
"""
|
|
30224
|
+
The Node ID of this object
|
|
30225
|
+
"""
|
|
29587
30226
|
id: ID!
|
|
29588
30227
|
|
|
29589
30228
|
"""
|
|
@@ -29705,6 +30344,10 @@ type PrivateRepositoryForkingDisableAuditEntry implements AuditEntry & Enterpris
|
|
|
29705
30344
|
The HTTP URL for this enterprise.
|
|
29706
30345
|
"""
|
|
29707
30346
|
enterpriseUrl: URI
|
|
30347
|
+
|
|
30348
|
+
"""
|
|
30349
|
+
The Node ID of this object
|
|
30350
|
+
"""
|
|
29708
30351
|
id: ID!
|
|
29709
30352
|
|
|
29710
30353
|
"""
|
|
@@ -29831,6 +30474,10 @@ type PrivateRepositoryForkingEnableAuditEntry implements AuditEntry & Enterprise
|
|
|
29831
30474
|
The HTTP URL for this enterprise.
|
|
29832
30475
|
"""
|
|
29833
30476
|
enterpriseUrl: URI
|
|
30477
|
+
|
|
30478
|
+
"""
|
|
30479
|
+
The Node ID of this object
|
|
30480
|
+
"""
|
|
29834
30481
|
id: ID!
|
|
29835
30482
|
|
|
29836
30483
|
"""
|
|
@@ -29955,6 +30602,10 @@ interface ProfileOwner {
|
|
|
29955
30602
|
The public profile email.
|
|
29956
30603
|
"""
|
|
29957
30604
|
email: String
|
|
30605
|
+
|
|
30606
|
+
"""
|
|
30607
|
+
The Node ID of the ProfileOwner object
|
|
30608
|
+
"""
|
|
29958
30609
|
id: ID!
|
|
29959
30610
|
|
|
29960
30611
|
"""
|
|
@@ -30117,6 +30768,10 @@ type Project implements Closable & Node & Updatable {
|
|
|
30117
30768
|
Identifies the primary key from the database.
|
|
30118
30769
|
"""
|
|
30119
30770
|
databaseId: Int
|
|
30771
|
+
|
|
30772
|
+
"""
|
|
30773
|
+
The Node ID of this object
|
|
30774
|
+
"""
|
|
30120
30775
|
id: ID!
|
|
30121
30776
|
|
|
30122
30777
|
"""
|
|
@@ -30236,6 +30891,10 @@ type ProjectCard implements Node {
|
|
|
30236
30891
|
Identifies the primary key from the database.
|
|
30237
30892
|
"""
|
|
30238
30893
|
databaseId: Int
|
|
30894
|
+
|
|
30895
|
+
"""
|
|
30896
|
+
The Node ID of this object
|
|
30897
|
+
"""
|
|
30239
30898
|
id: ID!
|
|
30240
30899
|
|
|
30241
30900
|
"""
|
|
@@ -30397,6 +31056,10 @@ type ProjectColumn implements Node {
|
|
|
30397
31056
|
Identifies the primary key from the database.
|
|
30398
31057
|
"""
|
|
30399
31058
|
databaseId: Int
|
|
31059
|
+
|
|
31060
|
+
"""
|
|
31061
|
+
The Node ID of this object
|
|
31062
|
+
"""
|
|
30400
31063
|
id: ID!
|
|
30401
31064
|
|
|
30402
31065
|
"""
|
|
@@ -30569,6 +31232,9 @@ enum ProjectOrderField {
|
|
|
30569
31232
|
Represents an owner of a Project.
|
|
30570
31233
|
"""
|
|
30571
31234
|
interface ProjectOwner {
|
|
31235
|
+
"""
|
|
31236
|
+
The Node ID of the ProjectOwner object
|
|
31237
|
+
"""
|
|
30572
31238
|
id: ID!
|
|
30573
31239
|
|
|
30574
31240
|
"""
|
|
@@ -30785,6 +31451,10 @@ type ProjectV2 implements Closable & Node & Updatable {
|
|
|
30785
31451
|
"""
|
|
30786
31452
|
orderBy: ProjectV2FieldOrder = {field: POSITION, direction: ASC}
|
|
30787
31453
|
): ProjectV2FieldConfigurationConnection!
|
|
31454
|
+
|
|
31455
|
+
"""
|
|
31456
|
+
The Node ID of this object
|
|
31457
|
+
"""
|
|
30788
31458
|
id: ID!
|
|
30789
31459
|
|
|
30790
31460
|
"""
|
|
@@ -31171,6 +31841,10 @@ type ProjectV2Field implements Node & ProjectV2FieldCommon {
|
|
|
31171
31841
|
Identifies the primary key from the database.
|
|
31172
31842
|
"""
|
|
31173
31843
|
databaseId: Int
|
|
31844
|
+
|
|
31845
|
+
"""
|
|
31846
|
+
The Node ID of this object
|
|
31847
|
+
"""
|
|
31174
31848
|
id: ID!
|
|
31175
31849
|
|
|
31176
31850
|
"""
|
|
@@ -31207,6 +31881,10 @@ interface ProjectV2FieldCommon {
|
|
|
31207
31881
|
Identifies the primary key from the database.
|
|
31208
31882
|
"""
|
|
31209
31883
|
databaseId: Int
|
|
31884
|
+
|
|
31885
|
+
"""
|
|
31886
|
+
The Node ID of the ProjectV2FieldCommon object
|
|
31887
|
+
"""
|
|
31210
31888
|
id: ID!
|
|
31211
31889
|
|
|
31212
31890
|
"""
|
|
@@ -31523,6 +32201,10 @@ type ProjectV2Item implements Node {
|
|
|
31523
32201
|
"""
|
|
31524
32202
|
orderBy: ProjectV2ItemFieldValueOrder = {field: POSITION, direction: ASC}
|
|
31525
32203
|
): ProjectV2ItemFieldValueConnection!
|
|
32204
|
+
|
|
32205
|
+
"""
|
|
32206
|
+
The Node ID of this object
|
|
32207
|
+
"""
|
|
31526
32208
|
id: ID!
|
|
31527
32209
|
|
|
31528
32210
|
"""
|
|
@@ -31619,6 +32301,10 @@ type ProjectV2ItemFieldDateValue implements Node & ProjectV2ItemFieldValueCommon
|
|
|
31619
32301
|
The project field that contains this value.
|
|
31620
32302
|
"""
|
|
31621
32303
|
field: ProjectV2FieldConfiguration!
|
|
32304
|
+
|
|
32305
|
+
"""
|
|
32306
|
+
The Node ID of this object
|
|
32307
|
+
"""
|
|
31622
32308
|
id: ID!
|
|
31623
32309
|
|
|
31624
32310
|
"""
|
|
@@ -31660,6 +32346,10 @@ type ProjectV2ItemFieldIterationValue implements Node & ProjectV2ItemFieldValueC
|
|
|
31660
32346
|
The project field that contains this value.
|
|
31661
32347
|
"""
|
|
31662
32348
|
field: ProjectV2FieldConfiguration!
|
|
32349
|
+
|
|
32350
|
+
"""
|
|
32351
|
+
The Node ID of this object
|
|
32352
|
+
"""
|
|
31663
32353
|
id: ID!
|
|
31664
32354
|
|
|
31665
32355
|
"""
|
|
@@ -31766,6 +32456,10 @@ type ProjectV2ItemFieldNumberValue implements Node & ProjectV2ItemFieldValueComm
|
|
|
31766
32456
|
The project field that contains this value.
|
|
31767
32457
|
"""
|
|
31768
32458
|
field: ProjectV2FieldConfiguration!
|
|
32459
|
+
|
|
32460
|
+
"""
|
|
32461
|
+
The Node ID of this object
|
|
32462
|
+
"""
|
|
31769
32463
|
id: ID!
|
|
31770
32464
|
|
|
31771
32465
|
"""
|
|
@@ -31912,6 +32606,10 @@ type ProjectV2ItemFieldSingleSelectValue implements Node & ProjectV2ItemFieldVal
|
|
|
31912
32606
|
The project field that contains this value.
|
|
31913
32607
|
"""
|
|
31914
32608
|
field: ProjectV2FieldConfiguration!
|
|
32609
|
+
|
|
32610
|
+
"""
|
|
32611
|
+
The Node ID of this object
|
|
32612
|
+
"""
|
|
31915
32613
|
id: ID!
|
|
31916
32614
|
|
|
31917
32615
|
"""
|
|
@@ -31963,6 +32661,10 @@ type ProjectV2ItemFieldTextValue implements Node & ProjectV2ItemFieldValueCommon
|
|
|
31963
32661
|
The project field that contains this value.
|
|
31964
32662
|
"""
|
|
31965
32663
|
field: ProjectV2FieldConfiguration!
|
|
32664
|
+
|
|
32665
|
+
"""
|
|
32666
|
+
The Node ID of this object
|
|
32667
|
+
"""
|
|
31966
32668
|
id: ID!
|
|
31967
32669
|
|
|
31968
32670
|
"""
|
|
@@ -32044,6 +32746,10 @@ interface ProjectV2ItemFieldValueCommon {
|
|
|
32044
32746
|
The project field that contains this value.
|
|
32045
32747
|
"""
|
|
32046
32748
|
field: ProjectV2FieldConfiguration!
|
|
32749
|
+
|
|
32750
|
+
"""
|
|
32751
|
+
The Node ID of the ProjectV2ItemFieldValueCommon object
|
|
32752
|
+
"""
|
|
32047
32753
|
id: ID!
|
|
32048
32754
|
|
|
32049
32755
|
"""
|
|
@@ -32195,6 +32901,10 @@ type ProjectV2IterationField implements Node & ProjectV2FieldCommon {
|
|
|
32195
32901
|
Identifies the primary key from the database.
|
|
32196
32902
|
"""
|
|
32197
32903
|
databaseId: Int
|
|
32904
|
+
|
|
32905
|
+
"""
|
|
32906
|
+
The Node ID of this object
|
|
32907
|
+
"""
|
|
32198
32908
|
id: ID!
|
|
32199
32909
|
|
|
32200
32910
|
"""
|
|
@@ -32309,9 +33019,12 @@ enum ProjectV2OrderField {
|
|
|
32309
33019
|
}
|
|
32310
33020
|
|
|
32311
33021
|
"""
|
|
32312
|
-
Represents an owner of a project
|
|
33022
|
+
Represents an owner of a project.
|
|
32313
33023
|
"""
|
|
32314
33024
|
interface ProjectV2Owner {
|
|
33025
|
+
"""
|
|
33026
|
+
The Node ID of the ProjectV2Owner object
|
|
33027
|
+
"""
|
|
32315
33028
|
id: ID!
|
|
32316
33029
|
|
|
32317
33030
|
"""
|
|
@@ -32433,6 +33146,10 @@ type ProjectV2SingleSelectField implements Node & ProjectV2FieldCommon {
|
|
|
32433
33146
|
Identifies the primary key from the database.
|
|
32434
33147
|
"""
|
|
32435
33148
|
databaseId: Int
|
|
33149
|
+
|
|
33150
|
+
"""
|
|
33151
|
+
The Node ID of this object
|
|
33152
|
+
"""
|
|
32436
33153
|
id: ID!
|
|
32437
33154
|
|
|
32438
33155
|
"""
|
|
@@ -32794,6 +33511,10 @@ type ProjectV2View implements Node {
|
|
|
32794
33511
|
"""
|
|
32795
33512
|
orderBy: ProjectV2FieldOrder = {field: POSITION, direction: ASC}
|
|
32796
33513
|
): ProjectV2FieldConfigurationConnection
|
|
33514
|
+
|
|
33515
|
+
"""
|
|
33516
|
+
The Node ID of this object
|
|
33517
|
+
"""
|
|
32797
33518
|
id: ID!
|
|
32798
33519
|
|
|
32799
33520
|
"""
|
|
@@ -33075,6 +33796,10 @@ type ProjectV2Workflow implements Node {
|
|
|
33075
33796
|
Whether the workflow is enabled.
|
|
33076
33797
|
"""
|
|
33077
33798
|
enabled: Boolean!
|
|
33799
|
+
|
|
33800
|
+
"""
|
|
33801
|
+
The Node ID of this object
|
|
33802
|
+
"""
|
|
33078
33803
|
id: ID!
|
|
33079
33804
|
|
|
33080
33805
|
"""
|
|
@@ -33197,6 +33922,10 @@ type PublicKey implements Node {
|
|
|
33197
33922
|
The fingerprint for this PublicKey.
|
|
33198
33923
|
"""
|
|
33199
33924
|
fingerprint: String!
|
|
33925
|
+
|
|
33926
|
+
"""
|
|
33927
|
+
The Node ID of this object
|
|
33928
|
+
"""
|
|
33200
33929
|
id: ID!
|
|
33201
33930
|
|
|
33202
33931
|
"""
|
|
@@ -33575,6 +34304,10 @@ type PullRequest implements Assignable & Closable & Comment & Labelable & Lockab
|
|
|
33575
34304
|
"""
|
|
33576
34305
|
includeNotificationContexts: Boolean = true
|
|
33577
34306
|
): Hovercard!
|
|
34307
|
+
|
|
34308
|
+
"""
|
|
34309
|
+
The Node ID of this object
|
|
34310
|
+
"""
|
|
33578
34311
|
id: ID!
|
|
33579
34312
|
|
|
33580
34313
|
"""
|
|
@@ -34365,6 +35098,10 @@ type PullRequestCommit implements Node & UniformResourceLocatable {
|
|
|
34365
35098
|
The Git commit object
|
|
34366
35099
|
"""
|
|
34367
35100
|
commit: Commit!
|
|
35101
|
+
|
|
35102
|
+
"""
|
|
35103
|
+
The Node ID of this object
|
|
35104
|
+
"""
|
|
34368
35105
|
id: ID!
|
|
34369
35106
|
|
|
34370
35107
|
"""
|
|
@@ -34416,6 +35153,10 @@ type PullRequestCommitCommentThread implements Node & RepositoryNode {
|
|
|
34416
35153
|
The commit the comments were made on.
|
|
34417
35154
|
"""
|
|
34418
35155
|
commit: Commit!
|
|
35156
|
+
|
|
35157
|
+
"""
|
|
35158
|
+
The Node ID of this object
|
|
35159
|
+
"""
|
|
34419
35160
|
id: ID!
|
|
34420
35161
|
|
|
34421
35162
|
"""
|
|
@@ -34752,6 +35493,10 @@ type PullRequestReview implements Comment & Deletable & Minimizable & Node & Rea
|
|
|
34752
35493
|
The actor who edited the comment.
|
|
34753
35494
|
"""
|
|
34754
35495
|
editor: Actor
|
|
35496
|
+
|
|
35497
|
+
"""
|
|
35498
|
+
The Node ID of this object
|
|
35499
|
+
"""
|
|
34755
35500
|
id: ID!
|
|
34756
35501
|
|
|
34757
35502
|
"""
|
|
@@ -35000,6 +35745,10 @@ type PullRequestReviewComment implements Comment & Deletable & Minimizable & Nod
|
|
|
35000
35745
|
The actor who edited the comment.
|
|
35001
35746
|
"""
|
|
35002
35747
|
editor: Actor
|
|
35748
|
+
|
|
35749
|
+
"""
|
|
35750
|
+
The Node ID of this object
|
|
35751
|
+
"""
|
|
35003
35752
|
id: ID!
|
|
35004
35753
|
|
|
35005
35754
|
"""
|
|
@@ -35463,6 +36212,10 @@ type PullRequestReviewThread implements Node {
|
|
|
35463
36212
|
The side of the diff on which this thread was placed.
|
|
35464
36213
|
"""
|
|
35465
36214
|
diffSide: DiffSide!
|
|
36215
|
+
|
|
36216
|
+
"""
|
|
36217
|
+
The Node ID of this object
|
|
36218
|
+
"""
|
|
35466
36219
|
id: ID!
|
|
35467
36220
|
|
|
35468
36221
|
"""
|
|
@@ -35699,6 +36452,10 @@ type PullRequestThread implements Node {
|
|
|
35699
36452
|
The side of the diff on which this thread was placed.
|
|
35700
36453
|
"""
|
|
35701
36454
|
diffSide: DiffSide!
|
|
36455
|
+
|
|
36456
|
+
"""
|
|
36457
|
+
The Node ID of this object
|
|
36458
|
+
"""
|
|
35702
36459
|
id: ID!
|
|
35703
36460
|
|
|
35704
36461
|
"""
|
|
@@ -36191,6 +36948,9 @@ enum PullRequestUpdateState {
|
|
|
36191
36948
|
A Git push.
|
|
36192
36949
|
"""
|
|
36193
36950
|
type Push implements Node {
|
|
36951
|
+
"""
|
|
36952
|
+
The Node ID of this object
|
|
36953
|
+
"""
|
|
36194
36954
|
id: ID!
|
|
36195
36955
|
|
|
36196
36956
|
"""
|
|
@@ -36232,6 +36992,10 @@ type PushAllowance implements Node {
|
|
|
36232
36992
|
Identifies the branch protection rule associated with the allowed user, team, or app.
|
|
36233
36993
|
"""
|
|
36234
36994
|
branchProtectionRule: BranchProtectionRule
|
|
36995
|
+
|
|
36996
|
+
"""
|
|
36997
|
+
The Node ID of this object
|
|
36998
|
+
"""
|
|
36235
36999
|
id: ID!
|
|
36236
37000
|
}
|
|
36237
37001
|
|
|
@@ -36845,6 +37609,10 @@ interface Reactable {
|
|
|
36845
37609
|
Identifies the primary key from the database.
|
|
36846
37610
|
"""
|
|
36847
37611
|
databaseId: Int
|
|
37612
|
+
|
|
37613
|
+
"""
|
|
37614
|
+
The Node ID of the Reactable object
|
|
37615
|
+
"""
|
|
36848
37616
|
id: ID!
|
|
36849
37617
|
|
|
36850
37618
|
"""
|
|
@@ -36952,6 +37720,10 @@ type Reaction implements Node {
|
|
|
36952
37720
|
Identifies the primary key from the database.
|
|
36953
37721
|
"""
|
|
36954
37722
|
databaseId: Int
|
|
37723
|
+
|
|
37724
|
+
"""
|
|
37725
|
+
The Node ID of this object
|
|
37726
|
+
"""
|
|
36955
37727
|
id: ID!
|
|
36956
37728
|
|
|
36957
37729
|
"""
|
|
@@ -37218,6 +37990,10 @@ type ReadyForReviewEvent implements Node & UniformResourceLocatable {
|
|
|
37218
37990
|
Identifies the date and time when the object was created.
|
|
37219
37991
|
"""
|
|
37220
37992
|
createdAt: DateTime!
|
|
37993
|
+
|
|
37994
|
+
"""
|
|
37995
|
+
The Node ID of this object
|
|
37996
|
+
"""
|
|
37221
37997
|
id: ID!
|
|
37222
37998
|
|
|
37223
37999
|
"""
|
|
@@ -37304,6 +38080,10 @@ type Ref implements Node {
|
|
|
37304
38080
|
"""
|
|
37305
38081
|
headRef: String!
|
|
37306
38082
|
): Comparison
|
|
38083
|
+
|
|
38084
|
+
"""
|
|
38085
|
+
The Node ID of this object
|
|
38086
|
+
"""
|
|
37307
38087
|
id: ID!
|
|
37308
38088
|
|
|
37309
38089
|
"""
|
|
@@ -37437,7 +38217,7 @@ enum RefOrderField {
|
|
|
37437
38217
|
}
|
|
37438
38218
|
|
|
37439
38219
|
"""
|
|
37440
|
-
|
|
38220
|
+
Branch protection rules that are enforced on the viewer.
|
|
37441
38221
|
"""
|
|
37442
38222
|
type RefUpdateRule {
|
|
37443
38223
|
"""
|
|
@@ -37524,6 +38304,10 @@ type ReferencedEvent implements Node {
|
|
|
37524
38304
|
Identifies the date and time when the object was created.
|
|
37525
38305
|
"""
|
|
37526
38306
|
createdAt: DateTime!
|
|
38307
|
+
|
|
38308
|
+
"""
|
|
38309
|
+
The Node ID of this object
|
|
38310
|
+
"""
|
|
37527
38311
|
id: ID!
|
|
37528
38312
|
|
|
37529
38313
|
"""
|
|
@@ -37675,6 +38459,10 @@ type Release implements Node & Reactable & UniformResourceLocatable {
|
|
|
37675
38459
|
The description of this release rendered to HTML.
|
|
37676
38460
|
"""
|
|
37677
38461
|
descriptionHTML: HTML
|
|
38462
|
+
|
|
38463
|
+
"""
|
|
38464
|
+
The Node ID of this object
|
|
38465
|
+
"""
|
|
37678
38466
|
id: ID!
|
|
37679
38467
|
|
|
37680
38468
|
"""
|
|
@@ -37871,6 +38659,10 @@ type ReleaseAsset implements Node {
|
|
|
37871
38659
|
Identifies the URL where you can download the release asset via the browser.
|
|
37872
38660
|
"""
|
|
37873
38661
|
downloadUrl: URI!
|
|
38662
|
+
|
|
38663
|
+
"""
|
|
38664
|
+
The Node ID of this object
|
|
38665
|
+
"""
|
|
37874
38666
|
id: ID!
|
|
37875
38667
|
|
|
37876
38668
|
"""
|
|
@@ -38452,6 +39244,10 @@ type RemovedFromMergeQueueEvent implements Node {
|
|
|
38452
39244
|
The user who removed this Pull Request from the merge queue
|
|
38453
39245
|
"""
|
|
38454
39246
|
enqueuer: User
|
|
39247
|
+
|
|
39248
|
+
"""
|
|
39249
|
+
The Node ID of this object
|
|
39250
|
+
"""
|
|
38455
39251
|
id: ID!
|
|
38456
39252
|
|
|
38457
39253
|
"""
|
|
@@ -38488,6 +39284,10 @@ type RemovedFromProjectEvent implements Node {
|
|
|
38488
39284
|
Identifies the primary key from the database.
|
|
38489
39285
|
"""
|
|
38490
39286
|
databaseId: Int
|
|
39287
|
+
|
|
39288
|
+
"""
|
|
39289
|
+
The Node ID of this object
|
|
39290
|
+
"""
|
|
38491
39291
|
id: ID!
|
|
38492
39292
|
}
|
|
38493
39293
|
|
|
@@ -38509,6 +39309,10 @@ type RenamedTitleEvent implements Node {
|
|
|
38509
39309
|
Identifies the current title of the issue or pull request.
|
|
38510
39310
|
"""
|
|
38511
39311
|
currentTitle: String!
|
|
39312
|
+
|
|
39313
|
+
"""
|
|
39314
|
+
The Node ID of this object
|
|
39315
|
+
"""
|
|
38512
39316
|
id: ID!
|
|
38513
39317
|
|
|
38514
39318
|
"""
|
|
@@ -38635,6 +39439,10 @@ type ReopenedEvent implements Node {
|
|
|
38635
39439
|
Identifies the date and time when the object was created.
|
|
38636
39440
|
"""
|
|
38637
39441
|
createdAt: DateTime!
|
|
39442
|
+
|
|
39443
|
+
"""
|
|
39444
|
+
The Node ID of this object
|
|
39445
|
+
"""
|
|
38638
39446
|
id: ID!
|
|
38639
39447
|
|
|
38640
39448
|
"""
|
|
@@ -38686,6 +39494,10 @@ type RepoAccessAuditEntry implements AuditEntry & Node & OrganizationAuditEntryD
|
|
|
38686
39494
|
The time the action was initiated
|
|
38687
39495
|
"""
|
|
38688
39496
|
createdAt: PreciseDateTime!
|
|
39497
|
+
|
|
39498
|
+
"""
|
|
39499
|
+
The Node ID of this object
|
|
39500
|
+
"""
|
|
38689
39501
|
id: ID!
|
|
38690
39502
|
|
|
38691
39503
|
"""
|
|
@@ -38822,6 +39634,10 @@ type RepoAddMemberAuditEntry implements AuditEntry & Node & OrganizationAuditEnt
|
|
|
38822
39634
|
The time the action was initiated
|
|
38823
39635
|
"""
|
|
38824
39636
|
createdAt: PreciseDateTime!
|
|
39637
|
+
|
|
39638
|
+
"""
|
|
39639
|
+
The Node ID of this object
|
|
39640
|
+
"""
|
|
38825
39641
|
id: ID!
|
|
38826
39642
|
|
|
38827
39643
|
"""
|
|
@@ -38958,6 +39774,10 @@ type RepoAddTopicAuditEntry implements AuditEntry & Node & OrganizationAuditEntr
|
|
|
38958
39774
|
The time the action was initiated
|
|
38959
39775
|
"""
|
|
38960
39776
|
createdAt: PreciseDateTime!
|
|
39777
|
+
|
|
39778
|
+
"""
|
|
39779
|
+
The Node ID of this object
|
|
39780
|
+
"""
|
|
38961
39781
|
id: ID!
|
|
38962
39782
|
|
|
38963
39783
|
"""
|
|
@@ -39079,6 +39899,10 @@ type RepoArchivedAuditEntry implements AuditEntry & Node & OrganizationAuditEntr
|
|
|
39079
39899
|
The time the action was initiated
|
|
39080
39900
|
"""
|
|
39081
39901
|
createdAt: PreciseDateTime!
|
|
39902
|
+
|
|
39903
|
+
"""
|
|
39904
|
+
The Node ID of this object
|
|
39905
|
+
"""
|
|
39082
39906
|
id: ID!
|
|
39083
39907
|
|
|
39084
39908
|
"""
|
|
@@ -39215,6 +40039,10 @@ type RepoChangeMergeSettingAuditEntry implements AuditEntry & Node & Organizatio
|
|
|
39215
40039
|
The time the action was initiated
|
|
39216
40040
|
"""
|
|
39217
40041
|
createdAt: PreciseDateTime!
|
|
40042
|
+
|
|
40043
|
+
"""
|
|
40044
|
+
The Node ID of this object
|
|
40045
|
+
"""
|
|
39218
40046
|
id: ID!
|
|
39219
40047
|
|
|
39220
40048
|
"""
|
|
@@ -39356,6 +40184,10 @@ type RepoConfigDisableAnonymousGitAccessAuditEntry implements AuditEntry & Node
|
|
|
39356
40184
|
The time the action was initiated
|
|
39357
40185
|
"""
|
|
39358
40186
|
createdAt: PreciseDateTime!
|
|
40187
|
+
|
|
40188
|
+
"""
|
|
40189
|
+
The Node ID of this object
|
|
40190
|
+
"""
|
|
39359
40191
|
id: ID!
|
|
39360
40192
|
|
|
39361
40193
|
"""
|
|
@@ -39467,6 +40299,10 @@ type RepoConfigDisableCollaboratorsOnlyAuditEntry implements AuditEntry & Node &
|
|
|
39467
40299
|
The time the action was initiated
|
|
39468
40300
|
"""
|
|
39469
40301
|
createdAt: PreciseDateTime!
|
|
40302
|
+
|
|
40303
|
+
"""
|
|
40304
|
+
The Node ID of this object
|
|
40305
|
+
"""
|
|
39470
40306
|
id: ID!
|
|
39471
40307
|
|
|
39472
40308
|
"""
|
|
@@ -39578,6 +40414,10 @@ type RepoConfigDisableContributorsOnlyAuditEntry implements AuditEntry & Node &
|
|
|
39578
40414
|
The time the action was initiated
|
|
39579
40415
|
"""
|
|
39580
40416
|
createdAt: PreciseDateTime!
|
|
40417
|
+
|
|
40418
|
+
"""
|
|
40419
|
+
The Node ID of this object
|
|
40420
|
+
"""
|
|
39581
40421
|
id: ID!
|
|
39582
40422
|
|
|
39583
40423
|
"""
|
|
@@ -39689,6 +40529,10 @@ type RepoConfigDisableSockpuppetDisallowedAuditEntry implements AuditEntry & Nod
|
|
|
39689
40529
|
The time the action was initiated
|
|
39690
40530
|
"""
|
|
39691
40531
|
createdAt: PreciseDateTime!
|
|
40532
|
+
|
|
40533
|
+
"""
|
|
40534
|
+
The Node ID of this object
|
|
40535
|
+
"""
|
|
39692
40536
|
id: ID!
|
|
39693
40537
|
|
|
39694
40538
|
"""
|
|
@@ -39800,6 +40644,10 @@ type RepoConfigEnableAnonymousGitAccessAuditEntry implements AuditEntry & Node &
|
|
|
39800
40644
|
The time the action was initiated
|
|
39801
40645
|
"""
|
|
39802
40646
|
createdAt: PreciseDateTime!
|
|
40647
|
+
|
|
40648
|
+
"""
|
|
40649
|
+
The Node ID of this object
|
|
40650
|
+
"""
|
|
39803
40651
|
id: ID!
|
|
39804
40652
|
|
|
39805
40653
|
"""
|
|
@@ -39911,6 +40759,10 @@ type RepoConfigEnableCollaboratorsOnlyAuditEntry implements AuditEntry & Node &
|
|
|
39911
40759
|
The time the action was initiated
|
|
39912
40760
|
"""
|
|
39913
40761
|
createdAt: PreciseDateTime!
|
|
40762
|
+
|
|
40763
|
+
"""
|
|
40764
|
+
The Node ID of this object
|
|
40765
|
+
"""
|
|
39914
40766
|
id: ID!
|
|
39915
40767
|
|
|
39916
40768
|
"""
|
|
@@ -40022,6 +40874,10 @@ type RepoConfigEnableContributorsOnlyAuditEntry implements AuditEntry & Node & O
|
|
|
40022
40874
|
The time the action was initiated
|
|
40023
40875
|
"""
|
|
40024
40876
|
createdAt: PreciseDateTime!
|
|
40877
|
+
|
|
40878
|
+
"""
|
|
40879
|
+
The Node ID of this object
|
|
40880
|
+
"""
|
|
40025
40881
|
id: ID!
|
|
40026
40882
|
|
|
40027
40883
|
"""
|
|
@@ -40133,6 +40989,10 @@ type RepoConfigEnableSockpuppetDisallowedAuditEntry implements AuditEntry & Node
|
|
|
40133
40989
|
The time the action was initiated
|
|
40134
40990
|
"""
|
|
40135
40991
|
createdAt: PreciseDateTime!
|
|
40992
|
+
|
|
40993
|
+
"""
|
|
40994
|
+
The Node ID of this object
|
|
40995
|
+
"""
|
|
40136
40996
|
id: ID!
|
|
40137
40997
|
|
|
40138
40998
|
"""
|
|
@@ -40244,6 +41104,10 @@ type RepoConfigLockAnonymousGitAccessAuditEntry implements AuditEntry & Node & O
|
|
|
40244
41104
|
The time the action was initiated
|
|
40245
41105
|
"""
|
|
40246
41106
|
createdAt: PreciseDateTime!
|
|
41107
|
+
|
|
41108
|
+
"""
|
|
41109
|
+
The Node ID of this object
|
|
41110
|
+
"""
|
|
40247
41111
|
id: ID!
|
|
40248
41112
|
|
|
40249
41113
|
"""
|
|
@@ -40355,6 +41219,10 @@ type RepoConfigUnlockAnonymousGitAccessAuditEntry implements AuditEntry & Node &
|
|
|
40355
41219
|
The time the action was initiated
|
|
40356
41220
|
"""
|
|
40357
41221
|
createdAt: PreciseDateTime!
|
|
41222
|
+
|
|
41223
|
+
"""
|
|
41224
|
+
The Node ID of this object
|
|
41225
|
+
"""
|
|
40358
41226
|
id: ID!
|
|
40359
41227
|
|
|
40360
41228
|
"""
|
|
@@ -40476,142 +41344,150 @@ type RepoCreateAuditEntry implements AuditEntry & Node & OrganizationAuditEntryD
|
|
|
40476
41344
|
The name of the root repository for this network.
|
|
40477
41345
|
"""
|
|
40478
41346
|
forkSourceName: String
|
|
40479
|
-
id: ID!
|
|
40480
41347
|
|
|
40481
41348
|
"""
|
|
40482
|
-
The
|
|
40483
|
-
"""
|
|
40484
|
-
|
|
40485
|
-
|
|
41349
|
+
The Node ID of this object
|
|
41350
|
+
"""
|
|
41351
|
+
id: ID!
|
|
41352
|
+
|
|
41353
|
+
"""
|
|
41354
|
+
The corresponding operation type for the action
|
|
41355
|
+
"""
|
|
41356
|
+
operationType: OperationType
|
|
41357
|
+
|
|
41358
|
+
"""
|
|
41359
|
+
The Organization associated with the Audit Entry.
|
|
41360
|
+
"""
|
|
41361
|
+
organization: Organization
|
|
41362
|
+
|
|
41363
|
+
"""
|
|
41364
|
+
The name of the Organization.
|
|
41365
|
+
"""
|
|
41366
|
+
organizationName: String
|
|
41367
|
+
|
|
41368
|
+
"""
|
|
41369
|
+
The HTTP path for the organization
|
|
41370
|
+
"""
|
|
41371
|
+
organizationResourcePath: URI
|
|
41372
|
+
|
|
41373
|
+
"""
|
|
41374
|
+
The HTTP URL for the organization
|
|
41375
|
+
"""
|
|
41376
|
+
organizationUrl: URI
|
|
41377
|
+
|
|
41378
|
+
"""
|
|
41379
|
+
The repository associated with the action
|
|
41380
|
+
"""
|
|
41381
|
+
repository: Repository
|
|
41382
|
+
|
|
41383
|
+
"""
|
|
41384
|
+
The name of the repository
|
|
41385
|
+
"""
|
|
41386
|
+
repositoryName: String
|
|
41387
|
+
|
|
41388
|
+
"""
|
|
41389
|
+
The HTTP path for the repository
|
|
41390
|
+
"""
|
|
41391
|
+
repositoryResourcePath: URI
|
|
41392
|
+
|
|
41393
|
+
"""
|
|
41394
|
+
The HTTP URL for the repository
|
|
41395
|
+
"""
|
|
41396
|
+
repositoryUrl: URI
|
|
41397
|
+
|
|
41398
|
+
"""
|
|
41399
|
+
The user affected by the action
|
|
41400
|
+
"""
|
|
41401
|
+
user: User
|
|
41402
|
+
|
|
41403
|
+
"""
|
|
41404
|
+
For actions involving two users, the actor is the initiator and the user is the affected user.
|
|
41405
|
+
"""
|
|
41406
|
+
userLogin: String
|
|
41407
|
+
|
|
41408
|
+
"""
|
|
41409
|
+
The HTTP path for the user.
|
|
41410
|
+
"""
|
|
41411
|
+
userResourcePath: URI
|
|
41412
|
+
|
|
41413
|
+
"""
|
|
41414
|
+
The HTTP URL for the user.
|
|
41415
|
+
"""
|
|
41416
|
+
userUrl: URI
|
|
41417
|
+
|
|
41418
|
+
"""
|
|
41419
|
+
The visibility of the repository
|
|
41420
|
+
"""
|
|
41421
|
+
visibility: RepoCreateAuditEntryVisibility
|
|
41422
|
+
}
|
|
41423
|
+
|
|
41424
|
+
"""
|
|
41425
|
+
The privacy of a repository
|
|
41426
|
+
"""
|
|
41427
|
+
enum RepoCreateAuditEntryVisibility {
|
|
41428
|
+
"""
|
|
41429
|
+
The repository is visible only to users in the same business.
|
|
41430
|
+
"""
|
|
41431
|
+
INTERNAL
|
|
41432
|
+
|
|
41433
|
+
"""
|
|
41434
|
+
The repository is visible only to those with explicit access.
|
|
41435
|
+
"""
|
|
41436
|
+
PRIVATE
|
|
41437
|
+
|
|
41438
|
+
"""
|
|
41439
|
+
The repository is visible to everyone.
|
|
41440
|
+
"""
|
|
41441
|
+
PUBLIC
|
|
41442
|
+
}
|
|
41443
|
+
|
|
41444
|
+
"""
|
|
41445
|
+
Audit log entry for a repo.destroy event.
|
|
41446
|
+
"""
|
|
41447
|
+
type RepoDestroyAuditEntry implements AuditEntry & Node & OrganizationAuditEntryData & RepositoryAuditEntryData {
|
|
41448
|
+
"""
|
|
41449
|
+
The action name
|
|
41450
|
+
"""
|
|
41451
|
+
action: String!
|
|
41452
|
+
|
|
41453
|
+
"""
|
|
41454
|
+
The user who initiated the action
|
|
41455
|
+
"""
|
|
41456
|
+
actor: AuditEntryActor
|
|
41457
|
+
|
|
41458
|
+
"""
|
|
41459
|
+
The IP address of the actor
|
|
41460
|
+
"""
|
|
41461
|
+
actorIp: String
|
|
41462
|
+
|
|
41463
|
+
"""
|
|
41464
|
+
A readable representation of the actor's location
|
|
41465
|
+
"""
|
|
41466
|
+
actorLocation: ActorLocation
|
|
41467
|
+
|
|
41468
|
+
"""
|
|
41469
|
+
The username of the user who initiated the action
|
|
41470
|
+
"""
|
|
41471
|
+
actorLogin: String
|
|
41472
|
+
|
|
41473
|
+
"""
|
|
41474
|
+
The HTTP path for the actor.
|
|
41475
|
+
"""
|
|
41476
|
+
actorResourcePath: URI
|
|
41477
|
+
|
|
41478
|
+
"""
|
|
41479
|
+
The HTTP URL for the actor.
|
|
41480
|
+
"""
|
|
41481
|
+
actorUrl: URI
|
|
41482
|
+
|
|
41483
|
+
"""
|
|
41484
|
+
The time the action was initiated
|
|
41485
|
+
"""
|
|
41486
|
+
createdAt: PreciseDateTime!
|
|
41487
|
+
|
|
41488
|
+
"""
|
|
41489
|
+
The Node ID of this object
|
|
40486
41490
|
"""
|
|
40487
|
-
The Organization associated with the Audit Entry.
|
|
40488
|
-
"""
|
|
40489
|
-
organization: Organization
|
|
40490
|
-
|
|
40491
|
-
"""
|
|
40492
|
-
The name of the Organization.
|
|
40493
|
-
"""
|
|
40494
|
-
organizationName: String
|
|
40495
|
-
|
|
40496
|
-
"""
|
|
40497
|
-
The HTTP path for the organization
|
|
40498
|
-
"""
|
|
40499
|
-
organizationResourcePath: URI
|
|
40500
|
-
|
|
40501
|
-
"""
|
|
40502
|
-
The HTTP URL for the organization
|
|
40503
|
-
"""
|
|
40504
|
-
organizationUrl: URI
|
|
40505
|
-
|
|
40506
|
-
"""
|
|
40507
|
-
The repository associated with the action
|
|
40508
|
-
"""
|
|
40509
|
-
repository: Repository
|
|
40510
|
-
|
|
40511
|
-
"""
|
|
40512
|
-
The name of the repository
|
|
40513
|
-
"""
|
|
40514
|
-
repositoryName: String
|
|
40515
|
-
|
|
40516
|
-
"""
|
|
40517
|
-
The HTTP path for the repository
|
|
40518
|
-
"""
|
|
40519
|
-
repositoryResourcePath: URI
|
|
40520
|
-
|
|
40521
|
-
"""
|
|
40522
|
-
The HTTP URL for the repository
|
|
40523
|
-
"""
|
|
40524
|
-
repositoryUrl: URI
|
|
40525
|
-
|
|
40526
|
-
"""
|
|
40527
|
-
The user affected by the action
|
|
40528
|
-
"""
|
|
40529
|
-
user: User
|
|
40530
|
-
|
|
40531
|
-
"""
|
|
40532
|
-
For actions involving two users, the actor is the initiator and the user is the affected user.
|
|
40533
|
-
"""
|
|
40534
|
-
userLogin: String
|
|
40535
|
-
|
|
40536
|
-
"""
|
|
40537
|
-
The HTTP path for the user.
|
|
40538
|
-
"""
|
|
40539
|
-
userResourcePath: URI
|
|
40540
|
-
|
|
40541
|
-
"""
|
|
40542
|
-
The HTTP URL for the user.
|
|
40543
|
-
"""
|
|
40544
|
-
userUrl: URI
|
|
40545
|
-
|
|
40546
|
-
"""
|
|
40547
|
-
The visibility of the repository
|
|
40548
|
-
"""
|
|
40549
|
-
visibility: RepoCreateAuditEntryVisibility
|
|
40550
|
-
}
|
|
40551
|
-
|
|
40552
|
-
"""
|
|
40553
|
-
The privacy of a repository
|
|
40554
|
-
"""
|
|
40555
|
-
enum RepoCreateAuditEntryVisibility {
|
|
40556
|
-
"""
|
|
40557
|
-
The repository is visible only to users in the same business.
|
|
40558
|
-
"""
|
|
40559
|
-
INTERNAL
|
|
40560
|
-
|
|
40561
|
-
"""
|
|
40562
|
-
The repository is visible only to those with explicit access.
|
|
40563
|
-
"""
|
|
40564
|
-
PRIVATE
|
|
40565
|
-
|
|
40566
|
-
"""
|
|
40567
|
-
The repository is visible to everyone.
|
|
40568
|
-
"""
|
|
40569
|
-
PUBLIC
|
|
40570
|
-
}
|
|
40571
|
-
|
|
40572
|
-
"""
|
|
40573
|
-
Audit log entry for a repo.destroy event.
|
|
40574
|
-
"""
|
|
40575
|
-
type RepoDestroyAuditEntry implements AuditEntry & Node & OrganizationAuditEntryData & RepositoryAuditEntryData {
|
|
40576
|
-
"""
|
|
40577
|
-
The action name
|
|
40578
|
-
"""
|
|
40579
|
-
action: String!
|
|
40580
|
-
|
|
40581
|
-
"""
|
|
40582
|
-
The user who initiated the action
|
|
40583
|
-
"""
|
|
40584
|
-
actor: AuditEntryActor
|
|
40585
|
-
|
|
40586
|
-
"""
|
|
40587
|
-
The IP address of the actor
|
|
40588
|
-
"""
|
|
40589
|
-
actorIp: String
|
|
40590
|
-
|
|
40591
|
-
"""
|
|
40592
|
-
A readable representation of the actor's location
|
|
40593
|
-
"""
|
|
40594
|
-
actorLocation: ActorLocation
|
|
40595
|
-
|
|
40596
|
-
"""
|
|
40597
|
-
The username of the user who initiated the action
|
|
40598
|
-
"""
|
|
40599
|
-
actorLogin: String
|
|
40600
|
-
|
|
40601
|
-
"""
|
|
40602
|
-
The HTTP path for the actor.
|
|
40603
|
-
"""
|
|
40604
|
-
actorResourcePath: URI
|
|
40605
|
-
|
|
40606
|
-
"""
|
|
40607
|
-
The HTTP URL for the actor.
|
|
40608
|
-
"""
|
|
40609
|
-
actorUrl: URI
|
|
40610
|
-
|
|
40611
|
-
"""
|
|
40612
|
-
The time the action was initiated
|
|
40613
|
-
"""
|
|
40614
|
-
createdAt: PreciseDateTime!
|
|
40615
41491
|
id: ID!
|
|
40616
41492
|
|
|
40617
41493
|
"""
|
|
@@ -40748,6 +41624,10 @@ type RepoRemoveMemberAuditEntry implements AuditEntry & Node & OrganizationAudit
|
|
|
40748
41624
|
The time the action was initiated
|
|
40749
41625
|
"""
|
|
40750
41626
|
createdAt: PreciseDateTime!
|
|
41627
|
+
|
|
41628
|
+
"""
|
|
41629
|
+
The Node ID of this object
|
|
41630
|
+
"""
|
|
40751
41631
|
id: ID!
|
|
40752
41632
|
|
|
40753
41633
|
"""
|
|
@@ -40884,6 +41764,10 @@ type RepoRemoveTopicAuditEntry implements AuditEntry & Node & OrganizationAuditE
|
|
|
40884
41764
|
The time the action was initiated
|
|
40885
41765
|
"""
|
|
40886
41766
|
createdAt: PreciseDateTime!
|
|
41767
|
+
|
|
41768
|
+
"""
|
|
41769
|
+
The Node ID of this object
|
|
41770
|
+
"""
|
|
40887
41771
|
id: ID!
|
|
40888
41772
|
|
|
40889
41773
|
"""
|
|
@@ -41495,6 +42379,10 @@ type Repository implements Node & PackageOwner & ProjectOwner & ProjectV2Recent
|
|
|
41495
42379
|
The repository's URL.
|
|
41496
42380
|
"""
|
|
41497
42381
|
homepageUrl: URI
|
|
42382
|
+
|
|
42383
|
+
"""
|
|
42384
|
+
The Node ID of this object
|
|
42385
|
+
"""
|
|
41498
42386
|
id: ID!
|
|
41499
42387
|
|
|
41500
42388
|
"""
|
|
@@ -43222,6 +44110,10 @@ type RepositoryInvitation implements Node {
|
|
|
43222
44110
|
The email address that received the invitation.
|
|
43223
44111
|
"""
|
|
43224
44112
|
email: String
|
|
44113
|
+
|
|
44114
|
+
"""
|
|
44115
|
+
The Node ID of this object
|
|
44116
|
+
"""
|
|
43225
44117
|
id: ID!
|
|
43226
44118
|
|
|
43227
44119
|
"""
|
|
@@ -43373,6 +44265,10 @@ type RepositoryMigration implements Migration & Node {
|
|
|
43373
44265
|
The reason the migration failed.
|
|
43374
44266
|
"""
|
|
43375
44267
|
failureReason: String
|
|
44268
|
+
|
|
44269
|
+
"""
|
|
44270
|
+
The Node ID of this object
|
|
44271
|
+
"""
|
|
43376
44272
|
id: ID!
|
|
43377
44273
|
|
|
43378
44274
|
"""
|
|
@@ -43597,6 +44493,10 @@ interface RepositoryOwner {
|
|
|
43597
44493
|
"""
|
|
43598
44494
|
size: Int
|
|
43599
44495
|
): URI!
|
|
44496
|
+
|
|
44497
|
+
"""
|
|
44498
|
+
The Node ID of the RepositoryOwner object
|
|
44499
|
+
"""
|
|
43600
44500
|
id: ID!
|
|
43601
44501
|
|
|
43602
44502
|
"""
|
|
@@ -43749,6 +44649,9 @@ enum RepositoryPrivacy {
|
|
|
43749
44649
|
A repository rule.
|
|
43750
44650
|
"""
|
|
43751
44651
|
type RepositoryRule implements Node {
|
|
44652
|
+
"""
|
|
44653
|
+
The Node ID of this object
|
|
44654
|
+
"""
|
|
43752
44655
|
id: ID!
|
|
43753
44656
|
|
|
43754
44657
|
"""
|
|
@@ -44053,6 +44956,10 @@ type RepositoryRuleset implements Node {
|
|
|
44053
44956
|
The enforcement level of this ruleset
|
|
44054
44957
|
"""
|
|
44055
44958
|
enforcement: RuleEnforcement!
|
|
44959
|
+
|
|
44960
|
+
"""
|
|
44961
|
+
The Node ID of this object
|
|
44962
|
+
"""
|
|
44056
44963
|
id: ID!
|
|
44057
44964
|
|
|
44058
44965
|
"""
|
|
@@ -44119,6 +45026,10 @@ type RepositoryRulesetBypassActor implements Node {
|
|
|
44119
45026
|
The mode for the bypass actor
|
|
44120
45027
|
"""
|
|
44121
45028
|
bypassMode: RepositoryRulesetBypassActorBypassMode
|
|
45029
|
+
|
|
45030
|
+
"""
|
|
45031
|
+
The Node ID of this object
|
|
45032
|
+
"""
|
|
44122
45033
|
id: ID!
|
|
44123
45034
|
|
|
44124
45035
|
"""
|
|
@@ -44282,6 +45193,9 @@ enum RepositoryRulesetTarget {
|
|
|
44282
45193
|
A repository-topic connects a repository to a topic.
|
|
44283
45194
|
"""
|
|
44284
45195
|
type RepositoryTopic implements Node & UniformResourceLocatable {
|
|
45196
|
+
"""
|
|
45197
|
+
The Node ID of this object
|
|
45198
|
+
"""
|
|
44285
45199
|
id: ID!
|
|
44286
45200
|
|
|
44287
45201
|
"""
|
|
@@ -44418,6 +45332,10 @@ type RepositoryVisibilityChangeDisableAuditEntry implements AuditEntry & Enterpr
|
|
|
44418
45332
|
The HTTP URL for this enterprise.
|
|
44419
45333
|
"""
|
|
44420
45334
|
enterpriseUrl: URI
|
|
45335
|
+
|
|
45336
|
+
"""
|
|
45337
|
+
The Node ID of this object
|
|
45338
|
+
"""
|
|
44421
45339
|
id: ID!
|
|
44422
45340
|
|
|
44423
45341
|
"""
|
|
@@ -44524,6 +45442,10 @@ type RepositoryVisibilityChangeEnableAuditEntry implements AuditEntry & Enterpri
|
|
|
44524
45442
|
The HTTP URL for this enterprise.
|
|
44525
45443
|
"""
|
|
44526
45444
|
enterpriseUrl: URI
|
|
45445
|
+
|
|
45446
|
+
"""
|
|
45447
|
+
The Node ID of this object
|
|
45448
|
+
"""
|
|
44527
45449
|
id: ID!
|
|
44528
45450
|
|
|
44529
45451
|
"""
|
|
@@ -44620,6 +45542,10 @@ type RepositoryVulnerabilityAlert implements Node & RepositoryNode {
|
|
|
44620
45542
|
When was the alert fixed?
|
|
44621
45543
|
"""
|
|
44622
45544
|
fixedAt: DateTime
|
|
45545
|
+
|
|
45546
|
+
"""
|
|
45547
|
+
The Node ID of this object
|
|
45548
|
+
"""
|
|
44623
45549
|
id: ID!
|
|
44624
45550
|
|
|
44625
45551
|
"""
|
|
@@ -45171,6 +46097,10 @@ type ReviewDismissalAllowance implements Node {
|
|
|
45171
46097
|
Identifies the branch protection rule associated with the allowed user, team, or app.
|
|
45172
46098
|
"""
|
|
45173
46099
|
branchProtectionRule: BranchProtectionRule
|
|
46100
|
+
|
|
46101
|
+
"""
|
|
46102
|
+
The Node ID of this object
|
|
46103
|
+
"""
|
|
45174
46104
|
id: ID!
|
|
45175
46105
|
}
|
|
45176
46106
|
|
|
@@ -45247,6 +46177,10 @@ type ReviewDismissedEvent implements Node & UniformResourceLocatable {
|
|
|
45247
46177
|
Identifies the optional message associated with the event, rendered to HTML.
|
|
45248
46178
|
"""
|
|
45249
46179
|
dismissalMessageHTML: String
|
|
46180
|
+
|
|
46181
|
+
"""
|
|
46182
|
+
The Node ID of this object
|
|
46183
|
+
"""
|
|
45250
46184
|
id: ID!
|
|
45251
46185
|
|
|
45252
46186
|
"""
|
|
@@ -45293,6 +46227,10 @@ type ReviewRequest implements Node {
|
|
|
45293
46227
|
Identifies the primary key from the database.
|
|
45294
46228
|
"""
|
|
45295
46229
|
databaseId: Int
|
|
46230
|
+
|
|
46231
|
+
"""
|
|
46232
|
+
The Node ID of this object
|
|
46233
|
+
"""
|
|
45296
46234
|
id: ID!
|
|
45297
46235
|
|
|
45298
46236
|
"""
|
|
@@ -45359,6 +46297,10 @@ type ReviewRequestRemovedEvent implements Node {
|
|
|
45359
46297
|
Identifies the date and time when the object was created.
|
|
45360
46298
|
"""
|
|
45361
46299
|
createdAt: DateTime!
|
|
46300
|
+
|
|
46301
|
+
"""
|
|
46302
|
+
The Node ID of this object
|
|
46303
|
+
"""
|
|
45362
46304
|
id: ID!
|
|
45363
46305
|
|
|
45364
46306
|
"""
|
|
@@ -45385,6 +46327,10 @@ type ReviewRequestedEvent implements Node {
|
|
|
45385
46327
|
Identifies the date and time when the object was created.
|
|
45386
46328
|
"""
|
|
45387
46329
|
createdAt: DateTime!
|
|
46330
|
+
|
|
46331
|
+
"""
|
|
46332
|
+
The Node ID of this object
|
|
46333
|
+
"""
|
|
45388
46334
|
id: ID!
|
|
45389
46335
|
|
|
45390
46336
|
"""
|
|
@@ -45688,6 +46634,10 @@ type SavedReply implements Node {
|
|
|
45688
46634
|
Identifies the primary key from the database.
|
|
45689
46635
|
"""
|
|
45690
46636
|
databaseId: Int
|
|
46637
|
+
|
|
46638
|
+
"""
|
|
46639
|
+
The Node ID of this object
|
|
46640
|
+
"""
|
|
45691
46641
|
id: ID!
|
|
45692
46642
|
|
|
45693
46643
|
"""
|
|
@@ -45931,6 +46881,10 @@ type SecurityAdvisory implements Node {
|
|
|
45931
46881
|
The GitHub Security Advisory ID
|
|
45932
46882
|
"""
|
|
45933
46883
|
ghsaId: String!
|
|
46884
|
+
|
|
46885
|
+
"""
|
|
46886
|
+
The Node ID of this object
|
|
46887
|
+
"""
|
|
45934
46888
|
id: ID!
|
|
45935
46889
|
|
|
45936
46890
|
"""
|
|
@@ -47228,6 +48182,10 @@ type SponsorsActivity implements Node {
|
|
|
47228
48182
|
The sponsor's current privacy level.
|
|
47229
48183
|
"""
|
|
47230
48184
|
currentPrivacyLevel: SponsorshipPrivacy
|
|
48185
|
+
|
|
48186
|
+
"""
|
|
48187
|
+
The Node ID of this object
|
|
48188
|
+
"""
|
|
47231
48189
|
id: ID!
|
|
47232
48190
|
|
|
47233
48191
|
"""
|
|
@@ -48742,6 +49700,10 @@ type SponsorsListing implements Node {
|
|
|
48742
49700
|
The full description of the listing rendered to HTML.
|
|
48743
49701
|
"""
|
|
48744
49702
|
fullDescriptionHTML: HTML!
|
|
49703
|
+
|
|
49704
|
+
"""
|
|
49705
|
+
The Node ID of this object
|
|
49706
|
+
"""
|
|
48745
49707
|
id: ID!
|
|
48746
49708
|
|
|
48747
49709
|
"""
|
|
@@ -48856,6 +49818,10 @@ type SponsorsListingFeaturedItem implements Node {
|
|
|
48856
49818
|
The record that is featured on the GitHub Sponsors profile.
|
|
48857
49819
|
"""
|
|
48858
49820
|
featureable: SponsorsListingFeatureableItem!
|
|
49821
|
+
|
|
49822
|
+
"""
|
|
49823
|
+
The Node ID of this object
|
|
49824
|
+
"""
|
|
48859
49825
|
id: ID!
|
|
48860
49826
|
|
|
48861
49827
|
"""
|
|
@@ -48920,6 +49886,10 @@ type SponsorsTier implements Node {
|
|
|
48920
49886
|
The tier description rendered to HTML
|
|
48921
49887
|
"""
|
|
48922
49888
|
descriptionHTML: HTML!
|
|
49889
|
+
|
|
49890
|
+
"""
|
|
49891
|
+
The Node ID of this object
|
|
49892
|
+
"""
|
|
48923
49893
|
id: ID!
|
|
48924
49894
|
|
|
48925
49895
|
"""
|
|
@@ -49104,6 +50074,10 @@ type Sponsorship implements Node {
|
|
|
49104
50074
|
Identifies the date and time when the object was created.
|
|
49105
50075
|
"""
|
|
49106
50076
|
createdAt: DateTime!
|
|
50077
|
+
|
|
50078
|
+
"""
|
|
50079
|
+
The Node ID of this object
|
|
50080
|
+
"""
|
|
49107
50081
|
id: ID!
|
|
49108
50082
|
|
|
49109
50083
|
"""
|
|
@@ -49234,6 +50208,10 @@ type SponsorshipNewsletter implements Node {
|
|
|
49234
50208
|
Identifies the date and time when the object was created.
|
|
49235
50209
|
"""
|
|
49236
50210
|
createdAt: DateTime!
|
|
50211
|
+
|
|
50212
|
+
"""
|
|
50213
|
+
The Node ID of this object
|
|
50214
|
+
"""
|
|
49237
50215
|
id: ID!
|
|
49238
50216
|
|
|
49239
50217
|
"""
|
|
@@ -49528,6 +50506,9 @@ type StargazerEdge {
|
|
|
49528
50506
|
Things that can be starred.
|
|
49529
50507
|
"""
|
|
49530
50508
|
interface Starrable {
|
|
50509
|
+
"""
|
|
50510
|
+
The Node ID of the Starrable object
|
|
50511
|
+
"""
|
|
49531
50512
|
id: ID!
|
|
49532
50513
|
|
|
49533
50514
|
"""
|
|
@@ -49795,6 +50776,10 @@ type Status implements Node {
|
|
|
49795
50776
|
The individual status contexts for this commit.
|
|
49796
50777
|
"""
|
|
49797
50778
|
contexts: [StatusContext!]!
|
|
50779
|
+
|
|
50780
|
+
"""
|
|
50781
|
+
The Node ID of this object
|
|
50782
|
+
"""
|
|
49798
50783
|
id: ID!
|
|
49799
50784
|
|
|
49800
50785
|
"""
|
|
@@ -49866,6 +50851,10 @@ type StatusCheckRollup implements Node {
|
|
|
49866
50851
|
"""
|
|
49867
50852
|
last: Int
|
|
49868
50853
|
): StatusCheckRollupContextConnection!
|
|
50854
|
+
|
|
50855
|
+
"""
|
|
50856
|
+
The Node ID of this object
|
|
50857
|
+
"""
|
|
49869
50858
|
id: ID!
|
|
49870
50859
|
|
|
49871
50860
|
"""
|
|
@@ -49977,6 +50966,10 @@ type StatusContext implements Node & RequirableByPullRequest {
|
|
|
49977
50966
|
The description for this status context.
|
|
49978
50967
|
"""
|
|
49979
50968
|
description: String
|
|
50969
|
+
|
|
50970
|
+
"""
|
|
50971
|
+
The Node ID of this object
|
|
50972
|
+
"""
|
|
49980
50973
|
id: ID!
|
|
49981
50974
|
|
|
49982
50975
|
"""
|
|
@@ -50219,6 +51212,9 @@ type SubmoduleEdge {
|
|
|
50219
51212
|
Entities that can be subscribed to for web and email notifications.
|
|
50220
51213
|
"""
|
|
50221
51214
|
interface Subscribable {
|
|
51215
|
+
"""
|
|
51216
|
+
The Node ID of the Subscribable object
|
|
51217
|
+
"""
|
|
50222
51218
|
id: ID!
|
|
50223
51219
|
|
|
50224
51220
|
"""
|
|
@@ -50236,6 +51232,9 @@ interface Subscribable {
|
|
|
50236
51232
|
Entities that can be subscribed to for web and email notifications.
|
|
50237
51233
|
"""
|
|
50238
51234
|
interface SubscribableThread {
|
|
51235
|
+
"""
|
|
51236
|
+
The Node ID of the SubscribableThread object
|
|
51237
|
+
"""
|
|
50239
51238
|
id: ID!
|
|
50240
51239
|
|
|
50241
51240
|
"""
|
|
@@ -50262,6 +51261,10 @@ type SubscribedEvent implements Node {
|
|
|
50262
51261
|
Identifies the date and time when the object was created.
|
|
50263
51262
|
"""
|
|
50264
51263
|
createdAt: DateTime!
|
|
51264
|
+
|
|
51265
|
+
"""
|
|
51266
|
+
The Node ID of this object
|
|
51267
|
+
"""
|
|
50265
51268
|
id: ID!
|
|
50266
51269
|
|
|
50267
51270
|
"""
|
|
@@ -50328,6 +51331,10 @@ type Tag implements GitObject & Node {
|
|
|
50328
51331
|
The HTTP URL for this Git object
|
|
50329
51332
|
"""
|
|
50330
51333
|
commitUrl: URI!
|
|
51334
|
+
|
|
51335
|
+
"""
|
|
51336
|
+
The Node ID of this object
|
|
51337
|
+
"""
|
|
50331
51338
|
id: ID!
|
|
50332
51339
|
|
|
50333
51340
|
"""
|
|
@@ -50574,6 +51581,10 @@ type Team implements MemberStatusable & Node & Subscribable {
|
|
|
50574
51581
|
The HTTP URL for editing this team
|
|
50575
51582
|
"""
|
|
50576
51583
|
editTeamUrl: URI!
|
|
51584
|
+
|
|
51585
|
+
"""
|
|
51586
|
+
The Node ID of this object
|
|
51587
|
+
"""
|
|
50577
51588
|
id: ID!
|
|
50578
51589
|
|
|
50579
51590
|
"""
|
|
@@ -50905,6 +51916,10 @@ type TeamAddMemberAuditEntry implements AuditEntry & Node & OrganizationAuditEnt
|
|
|
50905
51916
|
The time the action was initiated
|
|
50906
51917
|
"""
|
|
50907
51918
|
createdAt: PreciseDateTime!
|
|
51919
|
+
|
|
51920
|
+
"""
|
|
51921
|
+
The Node ID of this object
|
|
51922
|
+
"""
|
|
50908
51923
|
id: ID!
|
|
50909
51924
|
|
|
50910
51925
|
"""
|
|
@@ -51021,6 +52036,10 @@ type TeamAddRepositoryAuditEntry implements AuditEntry & Node & OrganizationAudi
|
|
|
51021
52036
|
The time the action was initiated
|
|
51022
52037
|
"""
|
|
51023
52038
|
createdAt: PreciseDateTime!
|
|
52039
|
+
|
|
52040
|
+
"""
|
|
52041
|
+
The Node ID of this object
|
|
52042
|
+
"""
|
|
51024
52043
|
id: ID!
|
|
51025
52044
|
|
|
51026
52045
|
"""
|
|
@@ -51182,6 +52201,10 @@ type TeamChangeParentTeamAuditEntry implements AuditEntry & Node & OrganizationA
|
|
|
51182
52201
|
The time the action was initiated
|
|
51183
52202
|
"""
|
|
51184
52203
|
createdAt: PreciseDateTime!
|
|
52204
|
+
|
|
52205
|
+
"""
|
|
52206
|
+
The Node ID of this object
|
|
52207
|
+
"""
|
|
51185
52208
|
id: ID!
|
|
51186
52209
|
|
|
51187
52210
|
"""
|
|
@@ -51418,6 +52441,10 @@ type TeamDiscussion implements Comment & Deletable & Node & Reactable & Subscrib
|
|
|
51418
52441
|
The actor who edited the comment.
|
|
51419
52442
|
"""
|
|
51420
52443
|
editor: Actor
|
|
52444
|
+
|
|
52445
|
+
"""
|
|
52446
|
+
The Node ID of this object
|
|
52447
|
+
"""
|
|
51421
52448
|
id: ID!
|
|
51422
52449
|
|
|
51423
52450
|
"""
|
|
@@ -51639,6 +52666,10 @@ type TeamDiscussionComment implements Comment & Deletable & Node & Reactable & U
|
|
|
51639
52666
|
The actor who edited the comment.
|
|
51640
52667
|
"""
|
|
51641
52668
|
editor: Actor
|
|
52669
|
+
|
|
52670
|
+
"""
|
|
52671
|
+
The Node ID of this object
|
|
52672
|
+
"""
|
|
51642
52673
|
id: ID!
|
|
51643
52674
|
|
|
51644
52675
|
"""
|
|
@@ -52126,6 +53157,10 @@ type TeamRemoveMemberAuditEntry implements AuditEntry & Node & OrganizationAudit
|
|
|
52126
53157
|
The time the action was initiated
|
|
52127
53158
|
"""
|
|
52128
53159
|
createdAt: PreciseDateTime!
|
|
53160
|
+
|
|
53161
|
+
"""
|
|
53162
|
+
The Node ID of this object
|
|
53163
|
+
"""
|
|
52129
53164
|
id: ID!
|
|
52130
53165
|
|
|
52131
53166
|
"""
|
|
@@ -52242,6 +53277,10 @@ type TeamRemoveRepositoryAuditEntry implements AuditEntry & Node & OrganizationA
|
|
|
52242
53277
|
The time the action was initiated
|
|
52243
53278
|
"""
|
|
52244
53279
|
createdAt: PreciseDateTime!
|
|
53280
|
+
|
|
53281
|
+
"""
|
|
53282
|
+
The Node ID of this object
|
|
53283
|
+
"""
|
|
52245
53284
|
id: ID!
|
|
52246
53285
|
|
|
52247
53286
|
"""
|
|
@@ -52555,6 +53594,9 @@ enum ThreadSubscriptionState {
|
|
|
52555
53594
|
A topic aggregates entities that are related to a subject.
|
|
52556
53595
|
"""
|
|
52557
53596
|
type Topic implements Node & Starrable {
|
|
53597
|
+
"""
|
|
53598
|
+
The Node ID of this object
|
|
53599
|
+
"""
|
|
52558
53600
|
id: ID!
|
|
52559
53601
|
|
|
52560
53602
|
"""
|
|
@@ -52826,6 +53868,10 @@ type TransferredEvent implements Node {
|
|
|
52826
53868
|
The repository this came from
|
|
52827
53869
|
"""
|
|
52828
53870
|
fromRepository: Repository
|
|
53871
|
+
|
|
53872
|
+
"""
|
|
53873
|
+
The Node ID of this object
|
|
53874
|
+
"""
|
|
52829
53875
|
id: ID!
|
|
52830
53876
|
|
|
52831
53877
|
"""
|
|
@@ -52857,6 +53903,10 @@ type Tree implements GitObject & Node {
|
|
|
52857
53903
|
A list of tree entries.
|
|
52858
53904
|
"""
|
|
52859
53905
|
entries: [TreeEntry!]
|
|
53906
|
+
|
|
53907
|
+
"""
|
|
53908
|
+
The Node ID of this object
|
|
53909
|
+
"""
|
|
52860
53910
|
id: ID!
|
|
52861
53911
|
|
|
52862
53912
|
"""
|
|
@@ -53043,6 +54093,10 @@ type UnassignedEvent implements Node {
|
|
|
53043
54093
|
Identifies the date and time when the object was created.
|
|
53044
54094
|
"""
|
|
53045
54095
|
createdAt: DateTime!
|
|
54096
|
+
|
|
54097
|
+
"""
|
|
54098
|
+
The Node ID of this object
|
|
54099
|
+
"""
|
|
53046
54100
|
id: ID!
|
|
53047
54101
|
|
|
53048
54102
|
"""
|
|
@@ -53180,6 +54234,10 @@ type UnlabeledEvent implements Node {
|
|
|
53180
54234
|
Identifies the date and time when the object was created.
|
|
53181
54235
|
"""
|
|
53182
54236
|
createdAt: DateTime!
|
|
54237
|
+
|
|
54238
|
+
"""
|
|
54239
|
+
The Node ID of this object
|
|
54240
|
+
"""
|
|
53183
54241
|
id: ID!
|
|
53184
54242
|
|
|
53185
54243
|
"""
|
|
@@ -53351,6 +54409,10 @@ type UnlockedEvent implements Node {
|
|
|
53351
54409
|
Identifies the date and time when the object was created.
|
|
53352
54410
|
"""
|
|
53353
54411
|
createdAt: DateTime!
|
|
54412
|
+
|
|
54413
|
+
"""
|
|
54414
|
+
The Node ID of this object
|
|
54415
|
+
"""
|
|
53354
54416
|
id: ID!
|
|
53355
54417
|
|
|
53356
54418
|
"""
|
|
@@ -53512,6 +54574,10 @@ type UnmarkedAsDuplicateEvent implements Node {
|
|
|
53512
54574
|
The issue or pull request which has been marked as a duplicate of another.
|
|
53513
54575
|
"""
|
|
53514
54576
|
duplicate: IssueOrPullRequest
|
|
54577
|
+
|
|
54578
|
+
"""
|
|
54579
|
+
The Node ID of this object
|
|
54580
|
+
"""
|
|
53515
54581
|
id: ID!
|
|
53516
54582
|
|
|
53517
54583
|
"""
|
|
@@ -53593,6 +54659,10 @@ type UnpinnedEvent implements Node {
|
|
|
53593
54659
|
Identifies the date and time when the object was created.
|
|
53594
54660
|
"""
|
|
53595
54661
|
createdAt: DateTime!
|
|
54662
|
+
|
|
54663
|
+
"""
|
|
54664
|
+
The Node ID of this object
|
|
54665
|
+
"""
|
|
53596
54666
|
id: ID!
|
|
53597
54667
|
|
|
53598
54668
|
"""
|
|
@@ -53674,6 +54744,10 @@ type UnsubscribedEvent implements Node {
|
|
|
53674
54744
|
Identifies the date and time when the object was created.
|
|
53675
54745
|
"""
|
|
53676
54746
|
createdAt: DateTime!
|
|
54747
|
+
|
|
54748
|
+
"""
|
|
54749
|
+
The Node ID of this object
|
|
54750
|
+
"""
|
|
53677
54751
|
id: ID!
|
|
53678
54752
|
|
|
53679
54753
|
"""
|
|
@@ -53747,7 +54821,7 @@ input UpdateBranchProtectionRuleInput {
|
|
|
53747
54821
|
dismissesStaleReviews: Boolean
|
|
53748
54822
|
|
|
53749
54823
|
"""
|
|
53750
|
-
Can admins
|
|
54824
|
+
Can admins override branch protection.
|
|
53751
54825
|
"""
|
|
53752
54826
|
isAdminEnforced: Boolean
|
|
53753
54827
|
|
|
@@ -56272,6 +57346,101 @@ type UpdateTopicsPayload {
|
|
|
56272
57346
|
repository: Repository
|
|
56273
57347
|
}
|
|
56274
57348
|
|
|
57349
|
+
"""
|
|
57350
|
+
Autogenerated input type of UpdateUserList
|
|
57351
|
+
"""
|
|
57352
|
+
input UpdateUserListInput {
|
|
57353
|
+
"""
|
|
57354
|
+
A unique identifier for the client performing the mutation.
|
|
57355
|
+
"""
|
|
57356
|
+
clientMutationId: String
|
|
57357
|
+
|
|
57358
|
+
"""
|
|
57359
|
+
A description of the list
|
|
57360
|
+
"""
|
|
57361
|
+
description: String
|
|
57362
|
+
|
|
57363
|
+
"""
|
|
57364
|
+
Whether or not the list is private
|
|
57365
|
+
"""
|
|
57366
|
+
isPrivate: Boolean
|
|
57367
|
+
|
|
57368
|
+
"""
|
|
57369
|
+
The ID of the list to update.
|
|
57370
|
+
"""
|
|
57371
|
+
listId: ID!
|
|
57372
|
+
|
|
57373
|
+
"""
|
|
57374
|
+
The name of the list
|
|
57375
|
+
"""
|
|
57376
|
+
name: String
|
|
57377
|
+
}
|
|
57378
|
+
|
|
57379
|
+
"""
|
|
57380
|
+
Autogenerated return type of UpdateUserList
|
|
57381
|
+
"""
|
|
57382
|
+
type UpdateUserListPayload {
|
|
57383
|
+
"""
|
|
57384
|
+
A unique identifier for the client performing the mutation.
|
|
57385
|
+
"""
|
|
57386
|
+
clientMutationId: String
|
|
57387
|
+
|
|
57388
|
+
"""
|
|
57389
|
+
The list that was just updated
|
|
57390
|
+
"""
|
|
57391
|
+
list: UserList
|
|
57392
|
+
}
|
|
57393
|
+
|
|
57394
|
+
"""
|
|
57395
|
+
Autogenerated input type of UpdateUserListsForItem
|
|
57396
|
+
"""
|
|
57397
|
+
input UpdateUserListsForItemInput {
|
|
57398
|
+
"""
|
|
57399
|
+
A unique identifier for the client performing the mutation.
|
|
57400
|
+
"""
|
|
57401
|
+
clientMutationId: String
|
|
57402
|
+
|
|
57403
|
+
"""
|
|
57404
|
+
The item to add to the list
|
|
57405
|
+
"""
|
|
57406
|
+
itemId: ID!
|
|
57407
|
+
|
|
57408
|
+
"""
|
|
57409
|
+
The lists to which this item should belong
|
|
57410
|
+
"""
|
|
57411
|
+
listIds: [ID!]!
|
|
57412
|
+
|
|
57413
|
+
"""
|
|
57414
|
+
The suggested lists to create and add this item to
|
|
57415
|
+
"""
|
|
57416
|
+
suggestedListIds: [ID!]
|
|
57417
|
+
}
|
|
57418
|
+
|
|
57419
|
+
"""
|
|
57420
|
+
Autogenerated return type of UpdateUserListsForItem
|
|
57421
|
+
"""
|
|
57422
|
+
type UpdateUserListsForItemPayload {
|
|
57423
|
+
"""
|
|
57424
|
+
A unique identifier for the client performing the mutation.
|
|
57425
|
+
"""
|
|
57426
|
+
clientMutationId: String
|
|
57427
|
+
|
|
57428
|
+
"""
|
|
57429
|
+
The item that was added
|
|
57430
|
+
"""
|
|
57431
|
+
item: UserListItems
|
|
57432
|
+
|
|
57433
|
+
"""
|
|
57434
|
+
The lists to which this item belongs
|
|
57435
|
+
"""
|
|
57436
|
+
lists: [UserList!]
|
|
57437
|
+
|
|
57438
|
+
"""
|
|
57439
|
+
The user who owns the lists
|
|
57440
|
+
"""
|
|
57441
|
+
user: User
|
|
57442
|
+
}
|
|
57443
|
+
|
|
56275
57444
|
"""
|
|
56276
57445
|
A user is an individual's account on GitHub that owns repositories and can make new content.
|
|
56277
57446
|
"""
|
|
@@ -56562,6 +57731,10 @@ type User implements Actor & Node & PackageOwner & ProfileOwner & ProjectOwner &
|
|
|
56562
57731
|
"""
|
|
56563
57732
|
primarySubjectId: ID
|
|
56564
57733
|
): Hovercard!
|
|
57734
|
+
|
|
57735
|
+
"""
|
|
57736
|
+
The Node ID of this object
|
|
57737
|
+
"""
|
|
56565
57738
|
id: ID!
|
|
56566
57739
|
|
|
56567
57740
|
"""
|
|
@@ -56710,6 +57883,31 @@ type User implements Actor & Node & PackageOwner & ProfileOwner & ProjectOwner &
|
|
|
56710
57883
|
"""
|
|
56711
57884
|
itemShowcase: ProfileItemShowcase!
|
|
56712
57885
|
|
|
57886
|
+
"""
|
|
57887
|
+
A user-curated list of repositories
|
|
57888
|
+
"""
|
|
57889
|
+
lists(
|
|
57890
|
+
"""
|
|
57891
|
+
Returns the elements in the list that come after the specified cursor.
|
|
57892
|
+
"""
|
|
57893
|
+
after: String
|
|
57894
|
+
|
|
57895
|
+
"""
|
|
57896
|
+
Returns the elements in the list that come before the specified cursor.
|
|
57897
|
+
"""
|
|
57898
|
+
before: String
|
|
57899
|
+
|
|
57900
|
+
"""
|
|
57901
|
+
Returns the first _n_ elements from the list.
|
|
57902
|
+
"""
|
|
57903
|
+
first: Int
|
|
57904
|
+
|
|
57905
|
+
"""
|
|
57906
|
+
Returns the last _n_ elements from the list.
|
|
57907
|
+
"""
|
|
57908
|
+
last: Int
|
|
57909
|
+
): UserListConnection!
|
|
57910
|
+
|
|
56713
57911
|
"""
|
|
56714
57912
|
The user's public profile location.
|
|
56715
57913
|
"""
|
|
@@ -57693,6 +58891,11 @@ type User implements Actor & Node & PackageOwner & ProfileOwner & ProjectOwner &
|
|
|
57693
58891
|
"""
|
|
57694
58892
|
status: UserStatus
|
|
57695
58893
|
|
|
58894
|
+
"""
|
|
58895
|
+
Suggested names for user lists
|
|
58896
|
+
"""
|
|
58897
|
+
suggestedListNames: [UserListSuggestion!]!
|
|
58898
|
+
|
|
57696
58899
|
"""
|
|
57697
58900
|
Repositories the user has contributed to, ordered by contribution rank, plus repositories the user has created
|
|
57698
58901
|
"""
|
|
@@ -57908,6 +59111,10 @@ type UserBlockedEvent implements Node {
|
|
|
57908
59111
|
Identifies the date and time when the object was created.
|
|
57909
59112
|
"""
|
|
57910
59113
|
createdAt: DateTime!
|
|
59114
|
+
|
|
59115
|
+
"""
|
|
59116
|
+
The Node ID of this object
|
|
59117
|
+
"""
|
|
57911
59118
|
id: ID!
|
|
57912
59119
|
|
|
57913
59120
|
"""
|
|
@@ -57974,6 +59181,10 @@ type UserContentEdit implements Node {
|
|
|
57974
59181
|
The actor who edited this content
|
|
57975
59182
|
"""
|
|
57976
59183
|
editor: Actor
|
|
59184
|
+
|
|
59185
|
+
"""
|
|
59186
|
+
The Node ID of this object
|
|
59187
|
+
"""
|
|
57977
59188
|
id: ID!
|
|
57978
59189
|
|
|
57979
59190
|
"""
|
|
@@ -58057,6 +59268,181 @@ type UserEmailMetadata {
|
|
|
58057
59268
|
value: String!
|
|
58058
59269
|
}
|
|
58059
59270
|
|
|
59271
|
+
"""
|
|
59272
|
+
A user-curated list of repositories
|
|
59273
|
+
"""
|
|
59274
|
+
type UserList implements Node {
|
|
59275
|
+
"""
|
|
59276
|
+
Identifies the date and time when the object was created.
|
|
59277
|
+
"""
|
|
59278
|
+
createdAt: DateTime!
|
|
59279
|
+
|
|
59280
|
+
"""
|
|
59281
|
+
The description of this list
|
|
59282
|
+
"""
|
|
59283
|
+
description: String
|
|
59284
|
+
|
|
59285
|
+
"""
|
|
59286
|
+
The Node ID of this object
|
|
59287
|
+
"""
|
|
59288
|
+
id: ID!
|
|
59289
|
+
|
|
59290
|
+
"""
|
|
59291
|
+
Whether or not this list is private
|
|
59292
|
+
"""
|
|
59293
|
+
isPrivate: Boolean!
|
|
59294
|
+
|
|
59295
|
+
"""
|
|
59296
|
+
The items associated with this list
|
|
59297
|
+
"""
|
|
59298
|
+
items(
|
|
59299
|
+
"""
|
|
59300
|
+
Returns the elements in the list that come after the specified cursor.
|
|
59301
|
+
"""
|
|
59302
|
+
after: String
|
|
59303
|
+
|
|
59304
|
+
"""
|
|
59305
|
+
Returns the elements in the list that come before the specified cursor.
|
|
59306
|
+
"""
|
|
59307
|
+
before: String
|
|
59308
|
+
|
|
59309
|
+
"""
|
|
59310
|
+
Returns the first _n_ elements from the list.
|
|
59311
|
+
"""
|
|
59312
|
+
first: Int
|
|
59313
|
+
|
|
59314
|
+
"""
|
|
59315
|
+
Returns the last _n_ elements from the list.
|
|
59316
|
+
"""
|
|
59317
|
+
last: Int
|
|
59318
|
+
): UserListItemsConnection!
|
|
59319
|
+
|
|
59320
|
+
"""
|
|
59321
|
+
The date and time at which this list was created or last had items added to it
|
|
59322
|
+
"""
|
|
59323
|
+
lastAddedAt: DateTime!
|
|
59324
|
+
|
|
59325
|
+
"""
|
|
59326
|
+
The name of this list
|
|
59327
|
+
"""
|
|
59328
|
+
name: String!
|
|
59329
|
+
|
|
59330
|
+
"""
|
|
59331
|
+
The slug of this list
|
|
59332
|
+
"""
|
|
59333
|
+
slug: String!
|
|
59334
|
+
|
|
59335
|
+
"""
|
|
59336
|
+
Identifies the date and time when the object was last updated.
|
|
59337
|
+
"""
|
|
59338
|
+
updatedAt: DateTime!
|
|
59339
|
+
|
|
59340
|
+
"""
|
|
59341
|
+
The user to which this list belongs
|
|
59342
|
+
"""
|
|
59343
|
+
user: User!
|
|
59344
|
+
}
|
|
59345
|
+
|
|
59346
|
+
"""
|
|
59347
|
+
The connection type for UserList.
|
|
59348
|
+
"""
|
|
59349
|
+
type UserListConnection {
|
|
59350
|
+
"""
|
|
59351
|
+
A list of edges.
|
|
59352
|
+
"""
|
|
59353
|
+
edges: [UserListEdge]
|
|
59354
|
+
|
|
59355
|
+
"""
|
|
59356
|
+
A list of nodes.
|
|
59357
|
+
"""
|
|
59358
|
+
nodes: [UserList]
|
|
59359
|
+
|
|
59360
|
+
"""
|
|
59361
|
+
Information to aid in pagination.
|
|
59362
|
+
"""
|
|
59363
|
+
pageInfo: PageInfo!
|
|
59364
|
+
|
|
59365
|
+
"""
|
|
59366
|
+
Identifies the total count of items in the connection.
|
|
59367
|
+
"""
|
|
59368
|
+
totalCount: Int!
|
|
59369
|
+
}
|
|
59370
|
+
|
|
59371
|
+
"""
|
|
59372
|
+
An edge in a connection.
|
|
59373
|
+
"""
|
|
59374
|
+
type UserListEdge {
|
|
59375
|
+
"""
|
|
59376
|
+
A cursor for use in pagination.
|
|
59377
|
+
"""
|
|
59378
|
+
cursor: String!
|
|
59379
|
+
|
|
59380
|
+
"""
|
|
59381
|
+
The item at the end of the edge.
|
|
59382
|
+
"""
|
|
59383
|
+
node: UserList
|
|
59384
|
+
}
|
|
59385
|
+
|
|
59386
|
+
"""
|
|
59387
|
+
Types that can be added to a user list.
|
|
59388
|
+
"""
|
|
59389
|
+
union UserListItems = Repository
|
|
59390
|
+
|
|
59391
|
+
"""
|
|
59392
|
+
The connection type for UserListItems.
|
|
59393
|
+
"""
|
|
59394
|
+
type UserListItemsConnection {
|
|
59395
|
+
"""
|
|
59396
|
+
A list of edges.
|
|
59397
|
+
"""
|
|
59398
|
+
edges: [UserListItemsEdge]
|
|
59399
|
+
|
|
59400
|
+
"""
|
|
59401
|
+
A list of nodes.
|
|
59402
|
+
"""
|
|
59403
|
+
nodes: [UserListItems]
|
|
59404
|
+
|
|
59405
|
+
"""
|
|
59406
|
+
Information to aid in pagination.
|
|
59407
|
+
"""
|
|
59408
|
+
pageInfo: PageInfo!
|
|
59409
|
+
|
|
59410
|
+
"""
|
|
59411
|
+
Identifies the total count of items in the connection.
|
|
59412
|
+
"""
|
|
59413
|
+
totalCount: Int!
|
|
59414
|
+
}
|
|
59415
|
+
|
|
59416
|
+
"""
|
|
59417
|
+
An edge in a connection.
|
|
59418
|
+
"""
|
|
59419
|
+
type UserListItemsEdge {
|
|
59420
|
+
"""
|
|
59421
|
+
A cursor for use in pagination.
|
|
59422
|
+
"""
|
|
59423
|
+
cursor: String!
|
|
59424
|
+
|
|
59425
|
+
"""
|
|
59426
|
+
The item at the end of the edge.
|
|
59427
|
+
"""
|
|
59428
|
+
node: UserListItems
|
|
59429
|
+
}
|
|
59430
|
+
|
|
59431
|
+
"""
|
|
59432
|
+
Represents a suggested user list.
|
|
59433
|
+
"""
|
|
59434
|
+
type UserListSuggestion {
|
|
59435
|
+
"""
|
|
59436
|
+
The ID of the suggested user list
|
|
59437
|
+
"""
|
|
59438
|
+
id: ID
|
|
59439
|
+
|
|
59440
|
+
"""
|
|
59441
|
+
The name of the suggested user list
|
|
59442
|
+
"""
|
|
59443
|
+
name: String
|
|
59444
|
+
}
|
|
59445
|
+
|
|
58060
59446
|
"""
|
|
58061
59447
|
The user's description of what they're currently doing.
|
|
58062
59448
|
"""
|
|
@@ -58080,6 +59466,10 @@ type UserStatus implements Node {
|
|
|
58080
59466
|
If set, the status will not be shown after this date.
|
|
58081
59467
|
"""
|
|
58082
59468
|
expiresAt: DateTime
|
|
59469
|
+
|
|
59470
|
+
"""
|
|
59471
|
+
The Node ID of this object
|
|
59472
|
+
"""
|
|
58083
59473
|
id: ID!
|
|
58084
59474
|
|
|
58085
59475
|
"""
|
|
@@ -58206,6 +59596,10 @@ type VerifiableDomain implements Node {
|
|
|
58206
59596
|
Whether a TXT record for verification with the expected verification token was found.
|
|
58207
59597
|
"""
|
|
58208
59598
|
hasFoundVerificationToken: Boolean!
|
|
59599
|
+
|
|
59600
|
+
"""
|
|
59601
|
+
The Node ID of this object
|
|
59602
|
+
"""
|
|
58209
59603
|
id: ID!
|
|
58210
59604
|
|
|
58211
59605
|
"""
|
|
@@ -58407,6 +59801,10 @@ type Workflow implements Node & UniformResourceLocatable {
|
|
|
58407
59801
|
Identifies the primary key from the database.
|
|
58408
59802
|
"""
|
|
58409
59803
|
databaseId: Int
|
|
59804
|
+
|
|
59805
|
+
"""
|
|
59806
|
+
The Node ID of this object
|
|
59807
|
+
"""
|
|
58410
59808
|
id: ID!
|
|
58411
59809
|
|
|
58412
59810
|
"""
|
|
@@ -58568,6 +59966,10 @@ type WorkflowRun implements Node & UniformResourceLocatable {
|
|
|
58568
59966
|
The workflow file
|
|
58569
59967
|
"""
|
|
58570
59968
|
file: WorkflowRunFile
|
|
59969
|
+
|
|
59970
|
+
"""
|
|
59971
|
+
The Node ID of this object
|
|
59972
|
+
"""
|
|
58571
59973
|
id: ID!
|
|
58572
59974
|
|
|
58573
59975
|
"""
|
|
@@ -58665,6 +60067,9 @@ type WorkflowRunEdge {
|
|
|
58665
60067
|
An executed workflow file for a workflow run.
|
|
58666
60068
|
"""
|
|
58667
60069
|
type WorkflowRunFile implements Node & UniformResourceLocatable {
|
|
60070
|
+
"""
|
|
60071
|
+
The Node ID of this object
|
|
60072
|
+
"""
|
|
58668
60073
|
id: ID!
|
|
58669
60074
|
|
|
58670
60075
|
"""
|