github-schema 1.7.11 → 1.8.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -18,7 +18,7 @@ input AbortQueuedMigrationsInput {
18
18
  }
19
19
 
20
20
  """
21
- Autogenerated return type of AbortQueuedMigrations
21
+ Autogenerated return type of AbortQueuedMigrations.
22
22
  """
23
23
  type AbortQueuedMigrationsPayload {
24
24
  """
@@ -48,7 +48,7 @@ input AbortRepositoryMigrationInput {
48
48
  }
49
49
 
50
50
  """
51
- Autogenerated return type of AbortRepositoryMigration
51
+ Autogenerated return type of AbortRepositoryMigration.
52
52
  """
53
53
  type AbortRepositoryMigrationPayload {
54
54
  """
@@ -78,7 +78,7 @@ input AcceptEnterpriseAdministratorInvitationInput {
78
78
  }
79
79
 
80
80
  """
81
- Autogenerated return type of AcceptEnterpriseAdministratorInvitation
81
+ Autogenerated return type of AcceptEnterpriseAdministratorInvitation.
82
82
  """
83
83
  type AcceptEnterpriseAdministratorInvitationPayload {
84
84
  """
@@ -97,6 +97,41 @@ type AcceptEnterpriseAdministratorInvitationPayload {
97
97
  message: String
98
98
  }
99
99
 
100
+ """
101
+ Autogenerated input type of AcceptEnterpriseMemberInvitation
102
+ """
103
+ input AcceptEnterpriseMemberInvitationInput {
104
+ """
105
+ A unique identifier for the client performing the mutation.
106
+ """
107
+ clientMutationId: String
108
+
109
+ """
110
+ The id of the invitation being accepted
111
+ """
112
+ invitationId: ID!
113
+ }
114
+
115
+ """
116
+ Autogenerated return type of AcceptEnterpriseMemberInvitation.
117
+ """
118
+ type AcceptEnterpriseMemberInvitationPayload {
119
+ """
120
+ A unique identifier for the client performing the mutation.
121
+ """
122
+ clientMutationId: String
123
+
124
+ """
125
+ The invitation that was accepted.
126
+ """
127
+ invitation: EnterpriseMemberInvitation
128
+
129
+ """
130
+ A message confirming the result of accepting an unaffiliated member invitation.
131
+ """
132
+ message: String
133
+ }
134
+
100
135
  """
101
136
  Autogenerated input type of AcceptTopicSuggestion
102
137
  """
@@ -126,7 +161,7 @@ input AcceptTopicSuggestionInput {
126
161
  }
127
162
 
128
163
  """
129
- Autogenerated return type of AcceptTopicSuggestion
164
+ Autogenerated return type of AcceptTopicSuggestion.
130
165
  """
131
166
  type AcceptTopicSuggestionPayload {
132
167
  """
@@ -236,7 +271,7 @@ input AddAssigneesToAssignableInput {
236
271
  }
237
272
 
238
273
  """
239
- Autogenerated return type of AddAssigneesToAssignable
274
+ Autogenerated return type of AddAssigneesToAssignable.
240
275
  """
241
276
  type AddAssigneesToAssignablePayload {
242
277
  """
@@ -271,7 +306,7 @@ input AddCommentInput {
271
306
  }
272
307
 
273
308
  """
274
- Autogenerated return type of AddComment
309
+ Autogenerated return type of AddComment.
275
310
  """
276
311
  type AddCommentPayload {
277
312
  """
@@ -321,7 +356,7 @@ input AddDiscussionCommentInput {
321
356
  }
322
357
 
323
358
  """
324
- Autogenerated return type of AddDiscussionComment
359
+ Autogenerated return type of AddDiscussionComment.
325
360
  """
326
361
  type AddDiscussionCommentPayload {
327
362
  """
@@ -351,7 +386,7 @@ input AddDiscussionPollVoteInput {
351
386
  }
352
387
 
353
388
  """
354
- Autogenerated return type of AddDiscussionPollVote
389
+ Autogenerated return type of AddDiscussionPollVote.
355
390
  """
356
391
  type AddDiscussionPollVotePayload {
357
392
  """
@@ -396,7 +431,7 @@ input AddEnterpriseOrganizationMemberInput {
396
431
  }
397
432
 
398
433
  """
399
- Autogenerated return type of AddEnterpriseOrganizationMember
434
+ Autogenerated return type of AddEnterpriseOrganizationMember.
400
435
  """
401
436
  type AddEnterpriseOrganizationMemberPayload {
402
437
  """
@@ -431,7 +466,7 @@ input AddEnterpriseSupportEntitlementInput {
431
466
  }
432
467
 
433
468
  """
434
- Autogenerated return type of AddEnterpriseSupportEntitlement
469
+ Autogenerated return type of AddEnterpriseSupportEntitlement.
435
470
  """
436
471
  type AddEnterpriseSupportEntitlementPayload {
437
472
  """
@@ -466,7 +501,7 @@ input AddLabelsToLabelableInput {
466
501
  }
467
502
 
468
503
  """
469
- Autogenerated return type of AddLabelsToLabelable
504
+ Autogenerated return type of AddLabelsToLabelable.
470
505
  """
471
506
  type AddLabelsToLabelablePayload {
472
507
  """
@@ -506,7 +541,7 @@ input AddProjectCardInput {
506
541
  }
507
542
 
508
543
  """
509
- Autogenerated return type of AddProjectCard
544
+ Autogenerated return type of AddProjectCard.
510
545
  """
511
546
  type AddProjectCardPayload {
512
547
  """
@@ -546,7 +581,7 @@ input AddProjectColumnInput {
546
581
  }
547
582
 
548
583
  """
549
- Autogenerated return type of AddProjectColumn
584
+ Autogenerated return type of AddProjectColumn.
550
585
  """
551
586
  type AddProjectColumnPayload {
552
587
  """
@@ -597,7 +632,7 @@ input AddProjectV2DraftIssueInput {
597
632
  }
598
633
 
599
634
  """
600
- Autogenerated return type of AddProjectV2DraftIssue
635
+ Autogenerated return type of AddProjectV2DraftIssue.
601
636
  """
602
637
  type AddProjectV2DraftIssuePayload {
603
638
  """
@@ -632,7 +667,7 @@ input AddProjectV2ItemByIdInput {
632
667
  }
633
668
 
634
669
  """
635
- Autogenerated return type of AddProjectV2ItemById
670
+ Autogenerated return type of AddProjectV2ItemById.
636
671
  """
637
672
  type AddProjectV2ItemByIdPayload {
638
673
  """
@@ -722,7 +757,7 @@ input AddPullRequestReviewCommentInput {
722
757
  }
723
758
 
724
759
  """
725
- Autogenerated return type of AddPullRequestReviewComment
760
+ Autogenerated return type of AddPullRequestReviewComment.
726
761
  """
727
762
  type AddPullRequestReviewCommentPayload {
728
763
  """
@@ -786,7 +821,7 @@ input AddPullRequestReviewInput {
786
821
  }
787
822
 
788
823
  """
789
- Autogenerated return type of AddPullRequestReview
824
+ Autogenerated return type of AddPullRequestReview.
790
825
  """
791
826
  type AddPullRequestReviewPayload {
792
827
  """
@@ -862,7 +897,7 @@ input AddPullRequestReviewThreadInput {
862
897
  }
863
898
 
864
899
  """
865
- Autogenerated return type of AddPullRequestReviewThread
900
+ Autogenerated return type of AddPullRequestReviewThread.
866
901
  """
867
902
  type AddPullRequestReviewThreadPayload {
868
903
  """
@@ -902,7 +937,7 @@ input AddPullRequestReviewThreadReplyInput {
902
937
  }
903
938
 
904
939
  """
905
- Autogenerated return type of AddPullRequestReviewThreadReply
940
+ Autogenerated return type of AddPullRequestReviewThreadReply.
906
941
  """
907
942
  type AddPullRequestReviewThreadReplyPayload {
908
943
  """
@@ -937,7 +972,7 @@ input AddReactionInput {
937
972
  }
938
973
 
939
974
  """
940
- Autogenerated return type of AddReaction
975
+ Autogenerated return type of AddReaction.
941
976
  """
942
977
  type AddReactionPayload {
943
978
  """
@@ -977,7 +1012,7 @@ input AddStarInput {
977
1012
  }
978
1013
 
979
1014
  """
980
- Autogenerated return type of AddStar
1015
+ Autogenerated return type of AddStar.
981
1016
  """
982
1017
  type AddStarPayload {
983
1018
  """
@@ -1007,7 +1042,7 @@ input AddUpvoteInput {
1007
1042
  }
1008
1043
 
1009
1044
  """
1010
- Autogenerated return type of AddUpvote
1045
+ Autogenerated return type of AddUpvote.
1011
1046
  """
1012
1047
  type AddUpvotePayload {
1013
1048
  """
@@ -1042,7 +1077,7 @@ input AddVerifiableDomainInput {
1042
1077
  }
1043
1078
 
1044
1079
  """
1045
- Autogenerated return type of AddVerifiableDomain
1080
+ Autogenerated return type of AddVerifiableDomain.
1046
1081
  """
1047
1082
  type AddVerifiableDomainPayload {
1048
1083
  """
@@ -1140,6 +1175,11 @@ interface AnnouncementBanner {
1140
1175
  """
1141
1176
  announcement: String
1142
1177
 
1178
+ """
1179
+ The date the announcement was created
1180
+ """
1181
+ announcementCreatedAt: DateTime
1182
+
1143
1183
  """
1144
1184
  The expiration date of the announcement, if any
1145
1185
  """
@@ -1267,7 +1307,7 @@ input ApproveDeploymentsInput {
1267
1307
  }
1268
1308
 
1269
1309
  """
1270
- Autogenerated return type of ApproveDeployments
1310
+ Autogenerated return type of ApproveDeployments.
1271
1311
  """
1272
1312
  type ApproveDeploymentsPayload {
1273
1313
  """
@@ -1297,7 +1337,7 @@ input ApproveVerifiableDomainInput {
1297
1337
  }
1298
1338
 
1299
1339
  """
1300
- Autogenerated return type of ApproveVerifiableDomain
1340
+ Autogenerated return type of ApproveVerifiableDomain.
1301
1341
  """
1302
1342
  type ApproveVerifiableDomainPayload {
1303
1343
  """
@@ -1332,7 +1372,7 @@ input ArchiveProjectV2ItemInput {
1332
1372
  }
1333
1373
 
1334
1374
  """
1335
- Autogenerated return type of ArchiveProjectV2Item
1375
+ Autogenerated return type of ArchiveProjectV2Item.
1336
1376
  """
1337
1377
  type ArchiveProjectV2ItemPayload {
1338
1378
  """
@@ -1362,7 +1402,7 @@ input ArchiveRepositoryInput {
1362
1402
  }
1363
1403
 
1364
1404
  """
1365
- Autogenerated return type of ArchiveRepository
1405
+ Autogenerated return type of ArchiveRepository.
1366
1406
  """
1367
1407
  type ArchiveRepositoryPayload {
1368
1408
  """
@@ -2746,7 +2786,7 @@ input CancelEnterpriseAdminInvitationInput {
2746
2786
  }
2747
2787
 
2748
2788
  """
2749
- Autogenerated return type of CancelEnterpriseAdminInvitation
2789
+ Autogenerated return type of CancelEnterpriseAdminInvitation.
2750
2790
  """
2751
2791
  type CancelEnterpriseAdminInvitationPayload {
2752
2792
  """
@@ -2765,6 +2805,41 @@ type CancelEnterpriseAdminInvitationPayload {
2765
2805
  message: String
2766
2806
  }
2767
2807
 
2808
+ """
2809
+ Autogenerated input type of CancelEnterpriseMemberInvitation
2810
+ """
2811
+ input CancelEnterpriseMemberInvitationInput {
2812
+ """
2813
+ A unique identifier for the client performing the mutation.
2814
+ """
2815
+ clientMutationId: String
2816
+
2817
+ """
2818
+ The Node ID of the pending enterprise member invitation.
2819
+ """
2820
+ invitationId: ID!
2821
+ }
2822
+
2823
+ """
2824
+ Autogenerated return type of CancelEnterpriseMemberInvitation.
2825
+ """
2826
+ type CancelEnterpriseMemberInvitationPayload {
2827
+ """
2828
+ A unique identifier for the client performing the mutation.
2829
+ """
2830
+ clientMutationId: String
2831
+
2832
+ """
2833
+ The invitation that was canceled.
2834
+ """
2835
+ invitation: EnterpriseMemberInvitation
2836
+
2837
+ """
2838
+ A message confirming the result of canceling an member invitation.
2839
+ """
2840
+ message: String
2841
+ }
2842
+
2768
2843
  """
2769
2844
  Autogenerated input type of CancelSponsorship
2770
2845
  """
@@ -2798,7 +2873,7 @@ input CancelSponsorshipInput {
2798
2873
  }
2799
2874
 
2800
2875
  """
2801
- Autogenerated return type of CancelSponsorship
2876
+ Autogenerated return type of CancelSponsorship.
2802
2877
  """
2803
2878
  type CancelSponsorshipPayload {
2804
2879
  """
@@ -2849,7 +2924,7 @@ input ChangeUserStatusInput {
2849
2924
  }
2850
2925
 
2851
2926
  """
2852
- Autogenerated return type of ChangeUserStatus
2927
+ Autogenerated return type of ChangeUserStatus.
2853
2928
  """
2854
2929
  type ChangeUserStatusPayload {
2855
2930
  """
@@ -3899,7 +3974,7 @@ input ClearLabelsFromLabelableInput {
3899
3974
  }
3900
3975
 
3901
3976
  """
3902
- Autogenerated return type of ClearLabelsFromLabelable
3977
+ Autogenerated return type of ClearLabelsFromLabelable.
3903
3978
  """
3904
3979
  type ClearLabelsFromLabelablePayload {
3905
3980
  """
@@ -3939,7 +4014,7 @@ input ClearProjectV2ItemFieldValueInput {
3939
4014
  }
3940
4015
 
3941
4016
  """
3942
- Autogenerated return type of ClearProjectV2ItemFieldValue
4017
+ Autogenerated return type of ClearProjectV2ItemFieldValue.
3943
4018
  """
3944
4019
  type ClearProjectV2ItemFieldValuePayload {
3945
4020
  """
@@ -3994,7 +4069,7 @@ input CloneProjectInput {
3994
4069
  }
3995
4070
 
3996
4071
  """
3997
- Autogenerated return type of CloneProject
4072
+ Autogenerated return type of CloneProject.
3998
4073
  """
3999
4074
  type CloneProjectPayload {
4000
4075
  """
@@ -4055,7 +4130,7 @@ input CloneTemplateRepositoryInput {
4055
4130
  }
4056
4131
 
4057
4132
  """
4058
- Autogenerated return type of CloneTemplateRepository
4133
+ Autogenerated return type of CloneTemplateRepository.
4059
4134
  """
4060
4135
  type CloneTemplateRepositoryPayload {
4061
4136
  """
@@ -4115,7 +4190,7 @@ input CloseDiscussionInput {
4115
4190
  }
4116
4191
 
4117
4192
  """
4118
- Autogenerated return type of CloseDiscussion
4193
+ Autogenerated return type of CloseDiscussion.
4119
4194
  """
4120
4195
  type CloseDiscussionPayload {
4121
4196
  """
@@ -4150,7 +4225,7 @@ input CloseIssueInput {
4150
4225
  }
4151
4226
 
4152
4227
  """
4153
- Autogenerated return type of CloseIssue
4228
+ Autogenerated return type of CloseIssue.
4154
4229
  """
4155
4230
  type CloseIssuePayload {
4156
4231
  """
@@ -4180,7 +4255,7 @@ input ClosePullRequestInput {
4180
4255
  }
4181
4256
 
4182
4257
  """
4183
- Autogenerated return type of ClosePullRequest
4258
+ Autogenerated return type of ClosePullRequest.
4184
4259
  """
4185
4260
  type ClosePullRequestPayload {
4186
4261
  """
@@ -4860,12 +4935,14 @@ type Commit implements GitObject & Node & Subscribable & UniformResourceLocatabl
4860
4935
  path: String
4861
4936
 
4862
4937
  """
4863
- Allows specifying a beginning time or date for fetching commits.
4938
+ Allows specifying a beginning time or date for fetching commits. Unexpected
4939
+ results may be returned for dates not between 1970-01-01 and 2099-12-13 (inclusive).
4864
4940
  """
4865
4941
  since: GitTimestamp
4866
4942
 
4867
4943
  """
4868
- Allows specifying an ending time or date for fetching commits.
4944
+ Allows specifying an ending time or date for fetching commits. Unexpected
4945
+ results may be returned for dates not between 1970-01-01 and 2099-12-13 (inclusive).
4869
4946
  """
4870
4947
  until: GitTimestamp
4871
4948
  ): CommitHistoryConnection!
@@ -6505,7 +6582,7 @@ input ConvertProjectCardNoteToIssueInput {
6505
6582
  }
6506
6583
 
6507
6584
  """
6508
- Autogenerated return type of ConvertProjectCardNoteToIssue
6585
+ Autogenerated return type of ConvertProjectCardNoteToIssue.
6509
6586
  """
6510
6587
  type ConvertProjectCardNoteToIssuePayload {
6511
6588
  """
@@ -6535,7 +6612,7 @@ input ConvertPullRequestToDraftInput {
6535
6612
  }
6536
6613
 
6537
6614
  """
6538
- Autogenerated return type of ConvertPullRequestToDraft
6615
+ Autogenerated return type of ConvertPullRequestToDraft.
6539
6616
  """
6540
6617
  type ConvertPullRequestToDraftPayload {
6541
6618
  """
@@ -6649,6 +6726,31 @@ type ConvertedToDiscussionEvent implements Node {
6649
6726
  id: ID!
6650
6727
  }
6651
6728
 
6729
+ """
6730
+ Copilot endpoint information
6731
+ """
6732
+ type CopilotEndpoints {
6733
+ """
6734
+ Copilot API endpoint
6735
+ """
6736
+ api: String!
6737
+
6738
+ """
6739
+ Copilot origin tracker endpoint
6740
+ """
6741
+ originTracker: String!
6742
+
6743
+ """
6744
+ Copilot proxy endpoint
6745
+ """
6746
+ proxy: String!
6747
+
6748
+ """
6749
+ Copilot telemetry endpoint
6750
+ """
6751
+ telemetry: String!
6752
+ }
6753
+
6652
6754
  """
6653
6755
  Autogenerated input type of CopyProjectV2
6654
6756
  """
@@ -6680,7 +6782,7 @@ input CopyProjectV2Input {
6680
6782
  }
6681
6783
 
6682
6784
  """
6683
- Autogenerated return type of CopyProjectV2
6785
+ Autogenerated return type of CopyProjectV2.
6684
6786
  """
6685
6787
  type CopyProjectV2Payload {
6686
6788
  """
@@ -6720,7 +6822,7 @@ input CreateAttributionInvitationInput {
6720
6822
  }
6721
6823
 
6722
6824
  """
6723
- Autogenerated return type of CreateAttributionInvitation
6825
+ Autogenerated return type of CreateAttributionInvitation.
6724
6826
  """
6725
6827
  type CreateAttributionInvitationPayload {
6726
6828
  """
@@ -6896,7 +6998,7 @@ input CreateBranchProtectionRuleInput {
6896
6998
  }
6897
6999
 
6898
7000
  """
6899
- Autogenerated return type of CreateBranchProtectionRule
7001
+ Autogenerated return type of CreateBranchProtectionRule.
6900
7002
  """
6901
7003
  type CreateBranchProtectionRulePayload {
6902
7004
  """
@@ -6976,7 +7078,7 @@ input CreateCheckRunInput {
6976
7078
  }
6977
7079
 
6978
7080
  """
6979
- Autogenerated return type of CreateCheckRun
7081
+ Autogenerated return type of CreateCheckRun.
6980
7082
  """
6981
7083
  type CreateCheckRunPayload {
6982
7084
  """
@@ -7011,7 +7113,7 @@ input CreateCheckSuiteInput {
7011
7113
  }
7012
7114
 
7013
7115
  """
7014
- Autogenerated return type of CreateCheckSuite
7116
+ Autogenerated return type of CreateCheckSuite.
7015
7117
  """
7016
7118
  type CreateCheckSuitePayload {
7017
7119
  """
@@ -7056,7 +7158,7 @@ input CreateCommitOnBranchInput {
7056
7158
  }
7057
7159
 
7058
7160
  """
7059
- Autogenerated return type of CreateCommitOnBranch
7161
+ Autogenerated return type of CreateCommitOnBranch.
7060
7162
  """
7061
7163
  type CreateCommitOnBranchPayload {
7062
7164
  """
@@ -7127,7 +7229,7 @@ input CreateDeploymentInput {
7127
7229
  }
7128
7230
 
7129
7231
  """
7130
- Autogenerated return type of CreateDeployment
7232
+ Autogenerated return type of CreateDeployment.
7131
7233
  """
7132
7234
  type CreateDeploymentPayload {
7133
7235
  """
@@ -7196,7 +7298,7 @@ input CreateDeploymentStatusInput {
7196
7298
  }
7197
7299
 
7198
7300
  """
7199
- Autogenerated return type of CreateDeploymentStatus
7301
+ Autogenerated return type of CreateDeploymentStatus.
7200
7302
  """
7201
7303
  type CreateDeploymentStatusPayload {
7202
7304
  """
@@ -7241,7 +7343,7 @@ input CreateDiscussionInput {
7241
7343
  }
7242
7344
 
7243
7345
  """
7244
- Autogenerated return type of CreateDiscussion
7346
+ Autogenerated return type of CreateDiscussion.
7245
7347
  """
7246
7348
  type CreateDiscussionPayload {
7247
7349
  """
@@ -7291,7 +7393,7 @@ input CreateEnterpriseOrganizationInput {
7291
7393
  }
7292
7394
 
7293
7395
  """
7294
- Autogenerated return type of CreateEnterpriseOrganization
7396
+ Autogenerated return type of CreateEnterpriseOrganization.
7295
7397
  """
7296
7398
  type CreateEnterpriseOrganizationPayload {
7297
7399
  """
@@ -7331,7 +7433,7 @@ input CreateEnvironmentInput {
7331
7433
  }
7332
7434
 
7333
7435
  """
7334
- Autogenerated return type of CreateEnvironment
7436
+ Autogenerated return type of CreateEnvironment.
7335
7437
  """
7336
7438
  type CreateEnvironmentPayload {
7337
7439
  """
@@ -7376,7 +7478,7 @@ input CreateIpAllowListEntryInput {
7376
7478
  }
7377
7479
 
7378
7480
  """
7379
- Autogenerated return type of CreateIpAllowListEntry
7481
+ Autogenerated return type of CreateIpAllowListEntry.
7380
7482
  """
7381
7483
  type CreateIpAllowListEntryPayload {
7382
7484
  """
@@ -7441,7 +7543,7 @@ input CreateIssueInput {
7441
7543
  }
7442
7544
 
7443
7545
  """
7444
- Autogenerated return type of CreateIssue
7546
+ Autogenerated return type of CreateIssue.
7445
7547
  """
7446
7548
  type CreateIssuePayload {
7447
7549
  """
@@ -7486,7 +7588,7 @@ input CreateLabelInput {
7486
7588
  }
7487
7589
 
7488
7590
  """
7489
- Autogenerated return type of CreateLabel
7591
+ Autogenerated return type of CreateLabel.
7490
7592
  """
7491
7593
  type CreateLabelPayload {
7492
7594
  """
@@ -7531,7 +7633,7 @@ input CreateLinkedBranchInput {
7531
7633
  }
7532
7634
 
7533
7635
  """
7534
- Autogenerated return type of CreateLinkedBranch
7636
+ Autogenerated return type of CreateLinkedBranch.
7535
7637
  """
7536
7638
  type CreateLinkedBranchPayload {
7537
7639
  """
@@ -7591,7 +7693,7 @@ input CreateMigrationSourceInput {
7591
7693
  }
7592
7694
 
7593
7695
  """
7594
- Autogenerated return type of CreateMigrationSource
7696
+ Autogenerated return type of CreateMigrationSource.
7595
7697
  """
7596
7698
  type CreateMigrationSourcePayload {
7597
7699
  """
@@ -7641,7 +7743,7 @@ input CreateProjectInput {
7641
7743
  }
7642
7744
 
7643
7745
  """
7644
- Autogenerated return type of CreateProject
7746
+ Autogenerated return type of CreateProject.
7645
7747
  """
7646
7748
  type CreateProjectPayload {
7647
7749
  """
@@ -7686,7 +7788,7 @@ input CreateProjectV2FieldInput {
7686
7788
  }
7687
7789
 
7688
7790
  """
7689
- Autogenerated return type of CreateProjectV2Field
7791
+ Autogenerated return type of CreateProjectV2Field.
7690
7792
  """
7691
7793
  type CreateProjectV2FieldPayload {
7692
7794
  """
@@ -7731,7 +7833,7 @@ input CreateProjectV2Input {
7731
7833
  }
7732
7834
 
7733
7835
  """
7734
- Autogenerated return type of CreateProjectV2
7836
+ Autogenerated return type of CreateProjectV2.
7735
7837
  """
7736
7838
  type CreateProjectV2Payload {
7737
7839
  """
@@ -7799,7 +7901,7 @@ input CreatePullRequestInput {
7799
7901
  }
7800
7902
 
7801
7903
  """
7802
- Autogenerated return type of CreatePullRequest
7904
+ Autogenerated return type of CreatePullRequest.
7803
7905
  """
7804
7906
  type CreatePullRequestPayload {
7805
7907
  """
@@ -7839,7 +7941,7 @@ input CreateRefInput {
7839
7941
  }
7840
7942
 
7841
7943
  """
7842
- Autogenerated return type of CreateRef
7944
+ Autogenerated return type of CreateRef.
7843
7945
  """
7844
7946
  type CreateRefPayload {
7845
7947
  """
@@ -7911,7 +8013,7 @@ input CreateRepositoryInput {
7911
8013
  }
7912
8014
 
7913
8015
  """
7914
- Autogenerated return type of CreateRepository
8016
+ Autogenerated return type of CreateRepository.
7915
8017
  """
7916
8018
  type CreateRepositoryPayload {
7917
8019
  """
@@ -7971,7 +8073,7 @@ input CreateRepositoryRulesetInput {
7971
8073
  }
7972
8074
 
7973
8075
  """
7974
- Autogenerated return type of CreateRepositoryRuleset
8076
+ Autogenerated return type of CreateRepositoryRuleset.
7975
8077
  """
7976
8078
  type CreateRepositoryRulesetPayload {
7977
8079
  """
@@ -8048,7 +8150,7 @@ input CreateSponsorsListingInput {
8048
8150
  }
8049
8151
 
8050
8152
  """
8051
- Autogenerated return type of CreateSponsorsListing
8153
+ Autogenerated return type of CreateSponsorsListing.
8052
8154
  """
8053
8155
  type CreateSponsorsListingPayload {
8054
8156
  """
@@ -8131,7 +8233,7 @@ input CreateSponsorsTierInput {
8131
8233
  }
8132
8234
 
8133
8235
  """
8134
- Autogenerated return type of CreateSponsorsTier
8236
+ Autogenerated return type of CreateSponsorsTier.
8135
8237
  """
8136
8238
  type CreateSponsorsTierPayload {
8137
8239
  """
@@ -8204,7 +8306,7 @@ input CreateSponsorshipInput {
8204
8306
  }
8205
8307
 
8206
8308
  """
8207
- Autogenerated return type of CreateSponsorship
8309
+ Autogenerated return type of CreateSponsorship.
8208
8310
  """
8209
8311
  type CreateSponsorshipPayload {
8210
8312
  """
@@ -8258,7 +8360,7 @@ input CreateSponsorshipsInput {
8258
8360
  }
8259
8361
 
8260
8362
  """
8261
- Autogenerated return type of CreateSponsorships
8363
+ Autogenerated return type of CreateSponsorships.
8262
8364
  """
8263
8365
  type CreateSponsorshipsPayload {
8264
8366
  """
@@ -8305,7 +8407,7 @@ input CreateTeamDiscussionCommentInput {
8305
8407
  }
8306
8408
 
8307
8409
  """
8308
- Autogenerated return type of CreateTeamDiscussionComment
8410
+ Autogenerated return type of CreateTeamDiscussionComment.
8309
8411
  """
8310
8412
  type CreateTeamDiscussionCommentPayload {
8311
8413
  """
@@ -8376,7 +8478,7 @@ input CreateTeamDiscussionInput {
8376
8478
  }
8377
8479
 
8378
8480
  """
8379
- Autogenerated return type of CreateTeamDiscussion
8481
+ Autogenerated return type of CreateTeamDiscussion.
8380
8482
  """
8381
8483
  type CreateTeamDiscussionPayload {
8382
8484
  """
@@ -8416,7 +8518,7 @@ input CreateUserListInput {
8416
8518
  }
8417
8519
 
8418
8520
  """
8419
- Autogenerated return type of CreateUserList
8521
+ Autogenerated return type of CreateUserList.
8420
8522
  """
8421
8523
  type CreateUserListPayload {
8422
8524
  """
@@ -8953,7 +9055,7 @@ input DeclineTopicSuggestionInput {
8953
9055
  }
8954
9056
 
8955
9057
  """
8956
- Autogenerated return type of DeclineTopicSuggestion
9058
+ Autogenerated return type of DeclineTopicSuggestion.
8957
9059
  """
8958
9060
  type DeclineTopicSuggestionPayload {
8959
9061
  """
@@ -9018,7 +9120,7 @@ input DeleteBranchProtectionRuleInput {
9018
9120
  }
9019
9121
 
9020
9122
  """
9021
- Autogenerated return type of DeleteBranchProtectionRule
9123
+ Autogenerated return type of DeleteBranchProtectionRule.
9022
9124
  """
9023
9125
  type DeleteBranchProtectionRulePayload {
9024
9126
  """
@@ -9043,7 +9145,7 @@ input DeleteDeploymentInput {
9043
9145
  }
9044
9146
 
9045
9147
  """
9046
- Autogenerated return type of DeleteDeployment
9148
+ Autogenerated return type of DeleteDeployment.
9047
9149
  """
9048
9150
  type DeleteDeploymentPayload {
9049
9151
  """
@@ -9068,7 +9170,7 @@ input DeleteDiscussionCommentInput {
9068
9170
  }
9069
9171
 
9070
9172
  """
9071
- Autogenerated return type of DeleteDiscussionComment
9173
+ Autogenerated return type of DeleteDiscussionComment.
9072
9174
  """
9073
9175
  type DeleteDiscussionCommentPayload {
9074
9176
  """
@@ -9098,7 +9200,7 @@ input DeleteDiscussionInput {
9098
9200
  }
9099
9201
 
9100
9202
  """
9101
- Autogenerated return type of DeleteDiscussion
9203
+ Autogenerated return type of DeleteDiscussion.
9102
9204
  """
9103
9205
  type DeleteDiscussionPayload {
9104
9206
  """
@@ -9128,7 +9230,7 @@ input DeleteEnvironmentInput {
9128
9230
  }
9129
9231
 
9130
9232
  """
9131
- Autogenerated return type of DeleteEnvironment
9233
+ Autogenerated return type of DeleteEnvironment.
9132
9234
  """
9133
9235
  type DeleteEnvironmentPayload {
9134
9236
  """
@@ -9153,7 +9255,7 @@ input DeleteIpAllowListEntryInput {
9153
9255
  }
9154
9256
 
9155
9257
  """
9156
- Autogenerated return type of DeleteIpAllowListEntry
9258
+ Autogenerated return type of DeleteIpAllowListEntry.
9157
9259
  """
9158
9260
  type DeleteIpAllowListEntryPayload {
9159
9261
  """
@@ -9183,7 +9285,7 @@ input DeleteIssueCommentInput {
9183
9285
  }
9184
9286
 
9185
9287
  """
9186
- Autogenerated return type of DeleteIssueComment
9288
+ Autogenerated return type of DeleteIssueComment.
9187
9289
  """
9188
9290
  type DeleteIssueCommentPayload {
9189
9291
  """
@@ -9208,7 +9310,7 @@ input DeleteIssueInput {
9208
9310
  }
9209
9311
 
9210
9312
  """
9211
- Autogenerated return type of DeleteIssue
9313
+ Autogenerated return type of DeleteIssue.
9212
9314
  """
9213
9315
  type DeleteIssuePayload {
9214
9316
  """
@@ -9238,7 +9340,7 @@ input DeleteLabelInput {
9238
9340
  }
9239
9341
 
9240
9342
  """
9241
- Autogenerated return type of DeleteLabel
9343
+ Autogenerated return type of DeleteLabel.
9242
9344
  """
9243
9345
  type DeleteLabelPayload {
9244
9346
  """
@@ -9263,7 +9365,7 @@ input DeleteLinkedBranchInput {
9263
9365
  }
9264
9366
 
9265
9367
  """
9266
- Autogenerated return type of DeleteLinkedBranch
9368
+ Autogenerated return type of DeleteLinkedBranch.
9267
9369
  """
9268
9370
  type DeleteLinkedBranchPayload {
9269
9371
  """
@@ -9293,7 +9395,7 @@ input DeletePackageVersionInput {
9293
9395
  }
9294
9396
 
9295
9397
  """
9296
- Autogenerated return type of DeletePackageVersion
9398
+ Autogenerated return type of DeletePackageVersion.
9297
9399
  """
9298
9400
  type DeletePackageVersionPayload {
9299
9401
  """
@@ -9323,7 +9425,7 @@ input DeleteProjectCardInput {
9323
9425
  }
9324
9426
 
9325
9427
  """
9326
- Autogenerated return type of DeleteProjectCard
9428
+ Autogenerated return type of DeleteProjectCard.
9327
9429
  """
9328
9430
  type DeleteProjectCardPayload {
9329
9431
  """
@@ -9358,7 +9460,7 @@ input DeleteProjectColumnInput {
9358
9460
  }
9359
9461
 
9360
9462
  """
9361
- Autogenerated return type of DeleteProjectColumn
9463
+ Autogenerated return type of DeleteProjectColumn.
9362
9464
  """
9363
9465
  type DeleteProjectColumnPayload {
9364
9466
  """
@@ -9393,7 +9495,7 @@ input DeleteProjectInput {
9393
9495
  }
9394
9496
 
9395
9497
  """
9396
- Autogenerated return type of DeleteProject
9498
+ Autogenerated return type of DeleteProject.
9397
9499
  """
9398
9500
  type DeleteProjectPayload {
9399
9501
  """
@@ -9423,7 +9525,7 @@ input DeleteProjectV2FieldInput {
9423
9525
  }
9424
9526
 
9425
9527
  """
9426
- Autogenerated return type of DeleteProjectV2Field
9528
+ Autogenerated return type of DeleteProjectV2Field.
9427
9529
  """
9428
9530
  type DeleteProjectV2FieldPayload {
9429
9531
  """
@@ -9473,7 +9575,7 @@ input DeleteProjectV2ItemInput {
9473
9575
  }
9474
9576
 
9475
9577
  """
9476
- Autogenerated return type of DeleteProjectV2Item
9578
+ Autogenerated return type of DeleteProjectV2Item.
9477
9579
  """
9478
9580
  type DeleteProjectV2ItemPayload {
9479
9581
  """
@@ -9488,7 +9590,7 @@ type DeleteProjectV2ItemPayload {
9488
9590
  }
9489
9591
 
9490
9592
  """
9491
- Autogenerated return type of DeleteProjectV2
9593
+ Autogenerated return type of DeleteProjectV2.
9492
9594
  """
9493
9595
  type DeleteProjectV2Payload {
9494
9596
  """
@@ -9518,7 +9620,7 @@ input DeleteProjectV2WorkflowInput {
9518
9620
  }
9519
9621
 
9520
9622
  """
9521
- Autogenerated return type of DeleteProjectV2Workflow
9623
+ Autogenerated return type of DeleteProjectV2Workflow.
9522
9624
  """
9523
9625
  type DeleteProjectV2WorkflowPayload {
9524
9626
  """
@@ -9553,7 +9655,7 @@ input DeletePullRequestReviewCommentInput {
9553
9655
  }
9554
9656
 
9555
9657
  """
9556
- Autogenerated return type of DeletePullRequestReviewComment
9658
+ Autogenerated return type of DeletePullRequestReviewComment.
9557
9659
  """
9558
9660
  type DeletePullRequestReviewCommentPayload {
9559
9661
  """
@@ -9588,7 +9690,7 @@ input DeletePullRequestReviewInput {
9588
9690
  }
9589
9691
 
9590
9692
  """
9591
- Autogenerated return type of DeletePullRequestReview
9693
+ Autogenerated return type of DeletePullRequestReview.
9592
9694
  """
9593
9695
  type DeletePullRequestReviewPayload {
9594
9696
  """
@@ -9618,7 +9720,7 @@ input DeleteRefInput {
9618
9720
  }
9619
9721
 
9620
9722
  """
9621
- Autogenerated return type of DeleteRef
9723
+ Autogenerated return type of DeleteRef.
9622
9724
  """
9623
9725
  type DeleteRefPayload {
9624
9726
  """
@@ -9643,7 +9745,7 @@ input DeleteRepositoryRulesetInput {
9643
9745
  }
9644
9746
 
9645
9747
  """
9646
- Autogenerated return type of DeleteRepositoryRuleset
9748
+ Autogenerated return type of DeleteRepositoryRuleset.
9647
9749
  """
9648
9750
  type DeleteRepositoryRulesetPayload {
9649
9751
  """
@@ -9668,7 +9770,7 @@ input DeleteTeamDiscussionCommentInput {
9668
9770
  }
9669
9771
 
9670
9772
  """
9671
- Autogenerated return type of DeleteTeamDiscussionComment
9773
+ Autogenerated return type of DeleteTeamDiscussionComment.
9672
9774
  """
9673
9775
  type DeleteTeamDiscussionCommentPayload {
9674
9776
  """
@@ -9693,7 +9795,7 @@ input DeleteTeamDiscussionInput {
9693
9795
  }
9694
9796
 
9695
9797
  """
9696
- Autogenerated return type of DeleteTeamDiscussion
9798
+ Autogenerated return type of DeleteTeamDiscussion.
9697
9799
  """
9698
9800
  type DeleteTeamDiscussionPayload {
9699
9801
  """
@@ -9718,7 +9820,7 @@ input DeleteUserListInput {
9718
9820
  }
9719
9821
 
9720
9822
  """
9721
- Autogenerated return type of DeleteUserList
9823
+ Autogenerated return type of DeleteUserList.
9722
9824
  """
9723
9825
  type DeleteUserListPayload {
9724
9826
  """
@@ -9748,7 +9850,7 @@ input DeleteVerifiableDomainInput {
9748
9850
  }
9749
9851
 
9750
9852
  """
9751
- Autogenerated return type of DeleteVerifiableDomain
9853
+ Autogenerated return type of DeleteVerifiableDomain.
9752
9854
  """
9753
9855
  type DeleteVerifiableDomainPayload {
9754
9856
  """
@@ -10491,6 +10593,11 @@ type DeploymentProtectionRuleEdge {
10491
10593
  The possible protection rule types.
10492
10594
  """
10493
10595
  enum DeploymentProtectionRuleType {
10596
+ """
10597
+ Branch policy
10598
+ """
10599
+ BRANCH_POLICY
10600
+
10494
10601
  """
10495
10602
  Required reviewers
10496
10603
  """
@@ -10963,7 +11070,7 @@ input DequeuePullRequestInput {
10963
11070
  }
10964
11071
 
10965
11072
  """
10966
- Autogenerated return type of DequeuePullRequest
11073
+ Autogenerated return type of DequeuePullRequest.
10967
11074
  """
10968
11075
  type DequeuePullRequestPayload {
10969
11076
  """
@@ -11008,7 +11115,7 @@ input DisablePullRequestAutoMergeInput {
11008
11115
  }
11009
11116
 
11010
11117
  """
11011
- Autogenerated return type of DisablePullRequestAutoMerge
11118
+ Autogenerated return type of DisablePullRequestAutoMerge.
11012
11119
  """
11013
11120
  type DisablePullRequestAutoMergePayload {
11014
11121
  """
@@ -12105,7 +12212,7 @@ input DismissPullRequestReviewInput {
12105
12212
  }
12106
12213
 
12107
12214
  """
12108
- Autogenerated return type of DismissPullRequestReview
12215
+ Autogenerated return type of DismissPullRequestReview.
12109
12216
  """
12110
12217
  type DismissPullRequestReviewPayload {
12111
12218
  """
@@ -12170,7 +12277,7 @@ input DismissRepositoryVulnerabilityAlertInput {
12170
12277
  }
12171
12278
 
12172
12279
  """
12173
- Autogenerated return type of DismissRepositoryVulnerabilityAlert
12280
+ Autogenerated return type of DismissRepositoryVulnerabilityAlert.
12174
12281
  """
12175
12282
  type DismissRepositoryVulnerabilityAlertPayload {
12176
12283
  """
@@ -12405,7 +12512,7 @@ input EnablePullRequestAutoMergeInput {
12405
12512
  }
12406
12513
 
12407
12514
  """
12408
- Autogenerated return type of EnablePullRequestAutoMerge
12515
+ Autogenerated return type of EnablePullRequestAutoMerge.
12409
12516
  """
12410
12517
  type EnablePullRequestAutoMergePayload {
12411
12518
  """
@@ -12450,7 +12557,7 @@ input EnqueuePullRequestInput {
12450
12557
  }
12451
12558
 
12452
12559
  """
12453
- Autogenerated return type of EnqueuePullRequest
12560
+ Autogenerated return type of EnqueuePullRequest.
12454
12561
  """
12455
12562
  type EnqueuePullRequestPayload {
12456
12563
  """
@@ -12473,6 +12580,11 @@ type Enterprise implements AnnouncementBanner & Node {
12473
12580
  """
12474
12581
  announcement: String
12475
12582
 
12583
+ """
12584
+ The date the announcement was created
12585
+ """
12586
+ announcementCreatedAt: DateTime
12587
+
12476
12588
  """
12477
12589
  The expiration date of the announcement, if any
12478
12590
  """
@@ -12640,6 +12752,16 @@ type Enterprise implements AnnouncementBanner & Node {
12640
12752
  """
12641
12753
  ownerInfo: EnterpriseOwnerInfo
12642
12754
 
12755
+ """
12756
+ The raw content of the enterprise README.
12757
+ """
12758
+ readme: String
12759
+
12760
+ """
12761
+ The content of the enterprise README as HTML.
12762
+ """
12763
+ readmeHTML: HTML!
12764
+
12643
12765
  """
12644
12766
  The HTTP path for this enterprise.
12645
12767
  """
@@ -13223,6 +13345,106 @@ type EnterpriseMemberEdge {
13223
13345
  node: EnterpriseMember
13224
13346
  }
13225
13347
 
13348
+ """
13349
+ An invitation for a user to become an unaffiliated member of an enterprise.
13350
+ """
13351
+ type EnterpriseMemberInvitation implements Node {
13352
+ """
13353
+ Identifies the date and time when the object was created.
13354
+ """
13355
+ createdAt: DateTime!
13356
+
13357
+ """
13358
+ The email of the person who was invited to the enterprise.
13359
+ """
13360
+ email: String
13361
+
13362
+ """
13363
+ The enterprise the invitation is for.
13364
+ """
13365
+ enterprise: Enterprise!
13366
+
13367
+ """
13368
+ The Node ID of the EnterpriseMemberInvitation object
13369
+ """
13370
+ id: ID!
13371
+
13372
+ """
13373
+ The user who was invited to the enterprise.
13374
+ """
13375
+ invitee: User
13376
+
13377
+ """
13378
+ The user who created the invitation.
13379
+ """
13380
+ inviter: User
13381
+ }
13382
+
13383
+ """
13384
+ The connection type for EnterpriseMemberInvitation.
13385
+ """
13386
+ type EnterpriseMemberInvitationConnection {
13387
+ """
13388
+ A list of edges.
13389
+ """
13390
+ edges: [EnterpriseMemberInvitationEdge]
13391
+
13392
+ """
13393
+ A list of nodes.
13394
+ """
13395
+ nodes: [EnterpriseMemberInvitation]
13396
+
13397
+ """
13398
+ Information to aid in pagination.
13399
+ """
13400
+ pageInfo: PageInfo!
13401
+
13402
+ """
13403
+ Identifies the total count of items in the connection.
13404
+ """
13405
+ totalCount: Int!
13406
+ }
13407
+
13408
+ """
13409
+ An edge in a connection.
13410
+ """
13411
+ type EnterpriseMemberInvitationEdge {
13412
+ """
13413
+ A cursor for use in pagination.
13414
+ """
13415
+ cursor: String!
13416
+
13417
+ """
13418
+ The item at the end of the edge.
13419
+ """
13420
+ node: EnterpriseMemberInvitation
13421
+ }
13422
+
13423
+ """
13424
+ Ordering options for enterprise administrator invitation connections
13425
+ """
13426
+ input EnterpriseMemberInvitationOrder {
13427
+ """
13428
+ The ordering direction.
13429
+ """
13430
+ direction: OrderDirection!
13431
+
13432
+ """
13433
+ The field to order enterprise member invitations by.
13434
+ """
13435
+ field: EnterpriseMemberInvitationOrderField!
13436
+ }
13437
+
13438
+ """
13439
+ Properties by which enterprise member invitation connections can be ordered.
13440
+ """
13441
+ enum EnterpriseMemberInvitationOrderField {
13442
+ """
13443
+ Order enterprise member invitations by creation time
13444
+ """
13445
+ CREATED_AT
13446
+ }
13447
+
13226
13448
  """
13227
13449
  Ordering options for enterprise member connections.
13228
13450
  """
@@ -14312,6 +14534,41 @@ type EnterpriseOwnerInfo {
14312
14534
  query: String
14313
14535
  ): EnterprisePendingMemberInvitationConnection!
14314
14536
 
14537
+ """
14538
+ A list of pending unaffiliated member invitations for the enterprise.
14539
+ """
14540
+ pendingUnaffiliatedMemberInvitations(
14541
+ """
14542
+ Returns the elements in the list that come after the specified cursor.
14543
+ """
14544
+ after: String
14545
+
14546
+ """
14547
+ Returns the elements in the list that come before the specified cursor.
14548
+ """
14549
+ before: String
14550
+
14551
+ """
14552
+ Returns the first _n_ elements from the list.
14553
+ """
14554
+ first: Int
14555
+
14556
+ """
14557
+ Returns the last _n_ elements from the list.
14558
+ """
14559
+ last: Int
14560
+
14561
+ """
14562
+ Ordering options for pending enterprise member invitations returned from the connection.
14563
+ """
14564
+ orderBy: EnterpriseMemberInvitationOrder = {field: CREATED_AT, direction: DESC}
14565
+
14566
+ """
14567
+ The search string to look for.
14568
+ """
14569
+ query: String
14570
+ ): EnterpriseMemberInvitationConnection!
14571
+
14315
14572
  """
14316
14573
  The setting value for whether repository projects are enabled in this enterprise.
14317
14574
  """
@@ -15393,11 +15650,26 @@ type Environment implements Node {
15393
15650
  """
15394
15651
  id: ID!
15395
15652
 
15653
+ """
15654
+ Indicates whether or not this environment is currently pinned to the repository
15655
+ """
15656
+ isPinned: Boolean
15657
+
15658
+ """
15659
+ The latest completed deployment with status success, failure, or error if it exists
15660
+ """
15661
+ latestCompletedDeployment: Deployment
15662
+
15396
15663
  """
15397
15664
  The name of the environment
15398
15665
  """
15399
15666
  name: String!
15400
15667
 
15668
+ """
15669
+ The position of the environment if it is pinned, null if it is not pinned
15670
+ """
15671
+ pinnedPosition: Int
15672
+
15401
15673
  """
15402
15674
  The protection rules defined for this environment
15403
15675
  """
@@ -15474,6 +15746,26 @@ enum EnvironmentOrderField {
15474
15746
  NAME
15475
15747
  }
15476
15748
 
15749
+ """
15750
+ Properties by which environments connections can be ordered
15751
+ """
15752
+ enum EnvironmentPinnedFilterField {
15753
+ """
15754
+ All environments will be returned.
15755
+ """
15756
+ ALL
15757
+
15758
+ """
15759
+ Environments exclude pinned will be returned
15760
+ """
15761
+ NONE
15762
+
15763
+ """
15764
+ Only pinned environment will be returned
15765
+ """
15766
+ ONLY
15767
+ }
15768
+
15477
15769
  """
15478
15770
  Ordering options for environments
15479
15771
  """
@@ -15893,7 +16185,7 @@ input FollowOrganizationInput {
15893
16185
  }
15894
16186
 
15895
16187
  """
15896
- Autogenerated return type of FollowOrganization
16188
+ Autogenerated return type of FollowOrganization.
15897
16189
  """
15898
16190
  type FollowOrganizationPayload {
15899
16191
  """
@@ -15923,7 +16215,7 @@ input FollowUserInput {
15923
16215
  }
15924
16216
 
15925
16217
  """
15926
- Autogenerated return type of FollowUser
16218
+ Autogenerated return type of FollowUser.
15927
16219
  """
15928
16220
  type FollowUserPayload {
15929
16221
  """
@@ -16952,7 +17244,7 @@ input GrantEnterpriseOrganizationsMigratorRoleInput {
16952
17244
  }
16953
17245
 
16954
17246
  """
16955
- Autogenerated return type of GrantEnterpriseOrganizationsMigratorRole
17247
+ Autogenerated return type of GrantEnterpriseOrganizationsMigratorRole.
16956
17248
  """
16957
17249
  type GrantEnterpriseOrganizationsMigratorRolePayload {
16958
17250
  """
@@ -17012,7 +17304,7 @@ input GrantMigratorRoleInput {
17012
17304
  }
17013
17305
 
17014
17306
  """
17015
- Autogenerated return type of GrantMigratorRole
17307
+ Autogenerated return type of GrantMigratorRole.
17016
17308
  """
17017
17309
  type GrantMigratorRolePayload {
17018
17310
  """
@@ -17212,7 +17504,7 @@ input ImportProjectInput {
17212
17504
  }
17213
17505
 
17214
17506
  """
17215
- Autogenerated return type of ImportProject
17507
+ Autogenerated return type of ImportProject.
17216
17508
  """
17217
17509
  type ImportProjectPayload {
17218
17510
  """
@@ -17257,7 +17549,7 @@ input InviteEnterpriseAdminInput {
17257
17549
  }
17258
17550
 
17259
17551
  """
17260
- Autogenerated return type of InviteEnterpriseAdmin
17552
+ Autogenerated return type of InviteEnterpriseAdmin.
17261
17553
  """
17262
17554
  type InviteEnterpriseAdminPayload {
17263
17555
  """
@@ -17271,6 +17563,46 @@ type InviteEnterpriseAdminPayload {
17271
17563
  invitation: EnterpriseAdministratorInvitation
17272
17564
  }
17273
17565
 
17566
+ """
17567
+ Autogenerated input type of InviteEnterpriseMember
17568
+ """
17569
+ input InviteEnterpriseMemberInput {
17570
+ """
17571
+ A unique identifier for the client performing the mutation.
17572
+ """
17573
+ clientMutationId: String
17574
+
17575
+ """
17576
+ The email of the person to invite as an unaffiliated member.
17577
+ """
17578
+ email: String
17579
+
17580
+ """
17581
+ The ID of the enterprise to which you want to invite an unaffiliated member.
17582
+ """
17583
+ enterpriseId: ID!
17584
+
17585
+ """
17586
+ The login of a user to invite as an unaffiliated member.
17587
+ """
17588
+ invitee: String
17589
+ }
17590
+
17591
+ """
17592
+ Autogenerated return type of InviteEnterpriseMember.
17593
+ """
17594
+ type InviteEnterpriseMemberPayload {
17595
+ """
17596
+ A unique identifier for the client performing the mutation.
17597
+ """
17598
+ clientMutationId: String
17599
+
17600
+ """
17601
+ The created enterprise member invitation.
17602
+ """
17603
+ invitation: EnterpriseMemberInvitation
17604
+ }
17605
+
17274
17606
  """
17275
17607
  The possible values for the IP allow list enabled setting.
17276
17608
  """
@@ -19460,7 +19792,7 @@ input LinkProjectV2ToRepositoryInput {
19460
19792
  }
19461
19793
 
19462
19794
  """
19463
- Autogenerated return type of LinkProjectV2ToRepository
19795
+ Autogenerated return type of LinkProjectV2ToRepository.
19464
19796
  """
19465
19797
  type LinkProjectV2ToRepositoryPayload {
19466
19798
  """
@@ -19495,7 +19827,7 @@ input LinkProjectV2ToTeamInput {
19495
19827
  }
19496
19828
 
19497
19829
  """
19498
- Autogenerated return type of LinkProjectV2ToTeam
19830
+ Autogenerated return type of LinkProjectV2ToTeam.
19499
19831
  """
19500
19832
  type LinkProjectV2ToTeamPayload {
19501
19833
  """
@@ -19530,7 +19862,7 @@ input LinkRepositoryToProjectInput {
19530
19862
  }
19531
19863
 
19532
19864
  """
19533
- Autogenerated return type of LinkRepositoryToProject
19865
+ Autogenerated return type of LinkRepositoryToProject.
19534
19866
  """
19535
19867
  type LinkRepositoryToProjectPayload {
19536
19868
  """
@@ -19625,7 +19957,7 @@ input LockLockableInput {
19625
19957
  }
19626
19958
 
19627
19959
  """
19628
- Autogenerated return type of LockLockable
19960
+ Autogenerated return type of LockLockable.
19629
19961
  """
19630
19962
  type LockLockablePayload {
19631
19963
  """
@@ -19860,7 +20192,7 @@ input MarkDiscussionCommentAsAnswerInput {
19860
20192
  }
19861
20193
 
19862
20194
  """
19863
- Autogenerated return type of MarkDiscussionCommentAsAnswer
20195
+ Autogenerated return type of MarkDiscussionCommentAsAnswer.
19864
20196
  """
19865
20197
  type MarkDiscussionCommentAsAnswerPayload {
19866
20198
  """
@@ -19895,7 +20227,7 @@ input MarkFileAsViewedInput {
19895
20227
  }
19896
20228
 
19897
20229
  """
19898
- Autogenerated return type of MarkFileAsViewed
20230
+ Autogenerated return type of MarkFileAsViewed.
19899
20231
  """
19900
20232
  type MarkFileAsViewedPayload {
19901
20233
  """
@@ -19925,7 +20257,7 @@ input MarkNotificationAsDoneInput {
19925
20257
  }
19926
20258
 
19927
20259
  """
19928
- Autogenerated return type of MarkNotificationAsDone
20260
+ Autogenerated return type of MarkNotificationAsDone.
19929
20261
  """
19930
20262
  type MarkNotificationAsDonePayload {
19931
20263
  """
@@ -19960,7 +20292,7 @@ input MarkProjectV2AsTemplateInput {
19960
20292
  }
19961
20293
 
19962
20294
  """
19963
- Autogenerated return type of MarkProjectV2AsTemplate
20295
+ Autogenerated return type of MarkProjectV2AsTemplate.
19964
20296
  """
19965
20297
  type MarkProjectV2AsTemplatePayload {
19966
20298
  """
@@ -19990,7 +20322,7 @@ input MarkPullRequestReadyForReviewInput {
19990
20322
  }
19991
20323
 
19992
20324
  """
19993
- Autogenerated return type of MarkPullRequestReadyForReview
20325
+ Autogenerated return type of MarkPullRequestReadyForReview.
19994
20326
  """
19995
20327
  type MarkPullRequestReadyForReviewPayload {
19996
20328
  """
@@ -20475,7 +20807,7 @@ Represents a member feature request notification
20475
20807
  """
20476
20808
  type MemberFeatureRequestNotification implements Node {
20477
20809
  """
20478
- Represents member feature request body containing organization name and the number of feature requests
20810
+ Represents member feature request body containing entity name and the number of feature requests
20479
20811
  """
20480
20812
  body: String!
20481
20813
 
@@ -20921,7 +21253,7 @@ input MergeBranchInput {
20921
21253
  }
20922
21254
 
20923
21255
  """
20924
- Autogenerated return type of MergeBranch
21256
+ Autogenerated return type of MergeBranch.
20925
21257
  """
20926
21258
  type MergeBranchPayload {
20927
21259
  """
@@ -21011,7 +21343,7 @@ input MergePullRequestInput {
21011
21343
  }
21012
21344
 
21013
21345
  """
21014
- Autogenerated return type of MergePullRequest
21346
+ Autogenerated return type of MergePullRequest.
21015
21347
  """
21016
21348
  type MergePullRequestPayload {
21017
21349
  """
@@ -21900,7 +22232,7 @@ input MinimizeCommentInput {
21900
22232
  }
21901
22233
 
21902
22234
  """
21903
- Autogenerated return type of MinimizeComment
22235
+ Autogenerated return type of MinimizeComment.
21904
22236
  """
21905
22237
  type MinimizeCommentPayload {
21906
22238
  """
@@ -21940,7 +22272,7 @@ input MoveProjectCardInput {
21940
22272
  }
21941
22273
 
21942
22274
  """
21943
- Autogenerated return type of MoveProjectCard
22275
+ Autogenerated return type of MoveProjectCard.
21944
22276
  """
21945
22277
  type MoveProjectCardPayload {
21946
22278
  """
@@ -21975,7 +22307,7 @@ input MoveProjectColumnInput {
21975
22307
  }
21976
22308
 
21977
22309
  """
21978
- Autogenerated return type of MoveProjectColumn
22310
+ Autogenerated return type of MoveProjectColumn.
21979
22311
  """
21980
22312
  type MoveProjectColumnPayload {
21981
22313
  """
@@ -22068,6 +22400,16 @@ type Mutation {
22068
22400
  input: AcceptEnterpriseAdministratorInvitationInput!
22069
22401
  ): AcceptEnterpriseAdministratorInvitationPayload
22070
22402
 
22403
+ """
22404
+ Accepts a pending invitation for a user to become an unaffiliated member of an enterprise.
22405
+ """
22406
+ acceptEnterpriseMemberInvitation(
22407
+ """
22408
+ Parameters for AcceptEnterpriseMemberInvitation
22409
+ """
22410
+ input: AcceptEnterpriseMemberInvitationInput!
22411
+ ): AcceptEnterpriseMemberInvitationPayload
22412
+
22071
22413
  """
22072
22414
  Applies a suggested topic to the repository.
22073
22415
  """
@@ -22318,6 +22660,16 @@ type Mutation {
22318
22660
  input: CancelEnterpriseAdminInvitationInput!
22319
22661
  ): CancelEnterpriseAdminInvitationPayload
22320
22662
 
22663
+ """
22664
+ Cancels a pending invitation for an unaffiliated member to join an enterprise.
22665
+ """
22666
+ cancelEnterpriseMemberInvitation(
22667
+ """
22668
+ Parameters for CancelEnterpriseMemberInvitation
22669
+ """
22670
+ input: CancelEnterpriseMemberInvitationInput!
22671
+ ): CancelEnterpriseMemberInvitationPayload
22672
+
22321
22673
  """
22322
22674
  Cancel an active sponsorship.
22323
22675
  """
@@ -23167,6 +23519,16 @@ type Mutation {
23167
23519
  input: InviteEnterpriseAdminInput!
23168
23520
  ): InviteEnterpriseAdminPayload
23169
23521
 
23522
+ """
23523
+ Invite someone to become an unaffiliated member of the enterprise.
23524
+ """
23525
+ inviteEnterpriseMember(
23526
+ """
23527
+ Parameters for InviteEnterpriseMember
23528
+ """
23529
+ input: InviteEnterpriseMemberInput!
23530
+ ): InviteEnterpriseMemberPayload
23531
+
23170
23532
  """
23171
23533
  Links a project to a repository.
23172
23534
  """
@@ -23307,6 +23669,16 @@ type Mutation {
23307
23669
  input: MoveProjectColumnInput!
23308
23670
  ): MoveProjectColumnPayload
23309
23671
 
23672
+ """
23673
+ Pin an environment to a repository
23674
+ """
23675
+ pinEnvironment(
23676
+ """
23677
+ Parameters for PinEnvironment
23678
+ """
23679
+ input: PinEnvironmentInput!
23680
+ ): PinEnvironmentPayload
23681
+
23310
23682
  """
23311
23683
  Pin an issue to a repository
23312
23684
  """
@@ -23498,6 +23870,16 @@ type Mutation {
23498
23870
  input: ReopenPullRequestInput!
23499
23871
  ): ReopenPullRequestPayload
23500
23872
 
23873
+ """
23874
+ Reorder a pinned repository environment
23875
+ """
23876
+ reorderEnvironment(
23877
+ """
23878
+ Parameters for ReorderEnvironment
23879
+ """
23880
+ input: ReorderEnvironmentInput!
23881
+ ): ReorderEnvironmentPayload
23882
+
23501
23883
  """
23502
23884
  Set review requests on a pull request.
23503
23885
  """
@@ -28090,6 +28472,11 @@ type Organization implements Actor & AnnouncementBanner & MemberStatusable & Nod
28090
28472
  """
28091
28473
  announcement: String
28092
28474
 
28475
+ """
28476
+ The date the announcement was created
28477
+ """
28478
+ announcementCreatedAt: DateTime
28479
+
28093
28480
  """
28094
28481
  The expiration date of the announcement, if any
28095
28482
  """
@@ -30862,6 +31249,46 @@ type PermissionSource {
30862
31249
  source: PermissionGranter!
30863
31250
  }
30864
31251
 
31252
+ """
31253
+ Autogenerated input type of PinEnvironment
31254
+ """
31255
+ input PinEnvironmentInput {
31256
+ """
31257
+ A unique identifier for the client performing the mutation.
31258
+ """
31259
+ clientMutationId: String
31260
+
31261
+ """
31262
+ The ID of the environment to modify
31263
+ """
31264
+ environmentId: ID!
31265
+
31266
+ """
31267
+ The desired state of the environment. If true, environment will be pinned. If false, it will be unpinned.
31268
+ """
31269
+ pinned: Boolean!
31270
+ }
31271
+
31272
+ """
31273
+ Autogenerated return type of PinEnvironment.
31274
+ """
31275
+ type PinEnvironmentPayload {
31276
+ """
31277
+ A unique identifier for the client performing the mutation.
31278
+ """
31279
+ clientMutationId: String
31280
+
31281
+ """
31282
+ The environment that was pinned
31283
+ """
31284
+ environment: Environment
31285
+
31286
+ """
31287
+ The pinned environment if we pinned
31288
+ """
31289
+ pinnedEnvironment: PinnedEnvironment
31290
+ }
31291
+
30865
31292
  """
30866
31293
  Autogenerated input type of PinIssue
30867
31294
  """
@@ -30878,7 +31305,7 @@ input PinIssueInput {
30878
31305
  }
30879
31306
 
30880
31307
  """
30881
- Autogenerated return type of PinIssue
31308
+ Autogenerated return type of PinIssue.
30882
31309
  """
30883
31310
  type PinIssuePayload {
30884
31311
  """
@@ -31142,6 +31569,106 @@ enum PinnedDiscussionPattern {
31142
31569
  ZAP
31143
31570
  }
31144
31571
 
31572
+ """
31573
+ Represents a pinned environment on a given repository
31574
+ """
31575
+ type PinnedEnvironment implements Node {
31576
+ """
31577
+ Identifies the date and time when the pinned environment was created
31578
+ """
31579
+ createdAt: DateTime!
31580
+
31581
+ """
31582
+ Identifies the primary key from the database.
31583
+ """
31584
+ databaseId: Int
31585
+
31586
+ """
31587
+ Identifies the environment associated.
31588
+ """
31589
+ environment: Environment!
31590
+
31591
+ """
31592
+ The Node ID of the PinnedEnvironment object
31593
+ """
31594
+ id: ID!
31595
+
31596
+ """
31597
+ Identifies the position of the pinned environment.
31598
+ """
31599
+ position: Int!
31600
+
31601
+ """
31602
+ The repository that this environment was pinned to.
31603
+ """
31604
+ repository: Repository!
31605
+ }
31606
+
31607
+ """
31608
+ The connection type for PinnedEnvironment.
31609
+ """
31610
+ type PinnedEnvironmentConnection {
31611
+ """
31612
+ A list of edges.
31613
+ """
31614
+ edges: [PinnedEnvironmentEdge]
31615
+
31616
+ """
31617
+ A list of nodes.
31618
+ """
31619
+ nodes: [PinnedEnvironment]
31620
+
31621
+ """
31622
+ Information to aid in pagination.
31623
+ """
31624
+ pageInfo: PageInfo!
31625
+
31626
+ """
31627
+ Identifies the total count of items in the connection.
31628
+ """
31629
+ totalCount: Int!
31630
+ }
31631
+
31632
+ """
31633
+ An edge in a connection.
31634
+ """
31635
+ type PinnedEnvironmentEdge {
31636
+ """
31637
+ A cursor for use in pagination.
31638
+ """
31639
+ cursor: String!
31640
+
31641
+ """
31642
+ The item at the end of the edge.
31643
+ """
31644
+ node: PinnedEnvironment
31645
+ }
31646
+
31647
+ """
31648
+ Ordering options for pinned environments
31649
+ """
31650
+ input PinnedEnvironmentOrder {
31651
+ """
31652
+ The direction in which to order pinned environments by the specified field.
31653
+ """
31654
+ direction: OrderDirection!
31655
+
31656
+ """
31657
+ The field to order pinned environments by.
31658
+ """
31659
+ field: PinnedEnvironmentOrderField!
31660
+ }
31661
+
31662
+ """
31663
+ Properties by which pinned environments connections can be ordered
31664
+ """
31665
+ enum PinnedEnvironmentOrderField {
31666
+ """
31667
+ Order pinned environments by position
31668
+ """
31669
+ POSITION
31670
+ }
31671
+
31145
31672
  """
31146
31673
  Represents a 'pinned' event on a given issue or pull request.
31147
31674
  """
@@ -35033,7 +35560,7 @@ input PublishSponsorsTierInput {
35033
35560
  }
35034
35561
 
35035
35562
  """
35036
- Autogenerated return type of PublishSponsorsTier
35563
+ Autogenerated return type of PublishSponsorsTier.
35037
35564
  """
35038
35565
  type PublishSponsorsTierPayload {
35039
35566
  """
@@ -38184,6 +38711,31 @@ type Query {
38184
38711
  invitationToken: String!
38185
38712
  ): EnterpriseAdministratorInvitation
38186
38713
 
38714
+ """
38715
+ Look up a pending enterprise unaffiliated member invitation by invitee and enterprise.
38716
+ """
38717
+ enterpriseMemberInvitation(
38718
+ """
38719
+ The slug of the enterprise the user was invited to join.
38720
+ """
38721
+ enterpriseSlug: String!
38722
+
38723
+ """
38724
+ The login of the user invited to join the business.
38725
+ """
38726
+ userLogin: String!
38727
+ ): EnterpriseMemberInvitation
38728
+
38729
+ """
38730
+ Look up a pending enterprise unaffiliated member invitation by invitation token.
38731
+ """
38732
+ enterpriseMemberInvitationByToken(
38733
+ """
38734
+ The invitation token sent with the invitation email.
38735
+ """
38736
+ invitationToken: String!
38737
+ ): EnterpriseMemberInvitation
38738
+
38187
38739
  """
38188
38740
  Look up an open source license by its key
38189
38741
  """
@@ -39482,7 +40034,7 @@ input RegenerateEnterpriseIdentityProviderRecoveryCodesInput {
39482
40034
  }
39483
40035
 
39484
40036
  """
39485
- Autogenerated return type of RegenerateEnterpriseIdentityProviderRecoveryCodes
40037
+ Autogenerated return type of RegenerateEnterpriseIdentityProviderRecoveryCodes.
39486
40038
  """
39487
40039
  type RegenerateEnterpriseIdentityProviderRecoveryCodesPayload {
39488
40040
  """
@@ -39512,7 +40064,7 @@ input RegenerateVerifiableDomainTokenInput {
39512
40064
  }
39513
40065
 
39514
40066
  """
39515
- Autogenerated return type of RegenerateVerifiableDomainToken
40067
+ Autogenerated return type of RegenerateVerifiableDomainToken.
39516
40068
  """
39517
40069
  type RegenerateVerifiableDomainTokenPayload {
39518
40070
  """
@@ -39552,7 +40104,7 @@ input RejectDeploymentsInput {
39552
40104
  }
39553
40105
 
39554
40106
  """
39555
- Autogenerated return type of RejectDeployments
40107
+ Autogenerated return type of RejectDeployments.
39556
40108
  """
39557
40109
  type RejectDeploymentsPayload {
39558
40110
  """
@@ -39962,7 +40514,7 @@ input RemoveAssigneesFromAssignableInput {
39962
40514
  }
39963
40515
 
39964
40516
  """
39965
- Autogenerated return type of RemoveAssigneesFromAssignable
40517
+ Autogenerated return type of RemoveAssigneesFromAssignable.
39966
40518
  """
39967
40519
  type RemoveAssigneesFromAssignablePayload {
39968
40520
  """
@@ -39997,7 +40549,7 @@ input RemoveEnterpriseAdminInput {
39997
40549
  }
39998
40550
 
39999
40551
  """
40000
- Autogenerated return type of RemoveEnterpriseAdmin
40552
+ Autogenerated return type of RemoveEnterpriseAdmin.
40001
40553
  """
40002
40554
  type RemoveEnterpriseAdminPayload {
40003
40555
  """
@@ -40042,7 +40594,7 @@ input RemoveEnterpriseIdentityProviderInput {
40042
40594
  }
40043
40595
 
40044
40596
  """
40045
- Autogenerated return type of RemoveEnterpriseIdentityProvider
40597
+ Autogenerated return type of RemoveEnterpriseIdentityProvider.
40046
40598
  """
40047
40599
  type RemoveEnterpriseIdentityProviderPayload {
40048
40600
  """
@@ -40077,7 +40629,7 @@ input RemoveEnterpriseMemberInput {
40077
40629
  }
40078
40630
 
40079
40631
  """
40080
- Autogenerated return type of RemoveEnterpriseMember
40632
+ Autogenerated return type of RemoveEnterpriseMember.
40081
40633
  """
40082
40634
  type RemoveEnterpriseMemberPayload {
40083
40635
  """
@@ -40122,7 +40674,7 @@ input RemoveEnterpriseOrganizationInput {
40122
40674
  }
40123
40675
 
40124
40676
  """
40125
- Autogenerated return type of RemoveEnterpriseOrganization
40677
+ Autogenerated return type of RemoveEnterpriseOrganization.
40126
40678
  """
40127
40679
  type RemoveEnterpriseOrganizationPayload {
40128
40680
  """
@@ -40167,7 +40719,7 @@ input RemoveEnterpriseSupportEntitlementInput {
40167
40719
  }
40168
40720
 
40169
40721
  """
40170
- Autogenerated return type of RemoveEnterpriseSupportEntitlement
40722
+ Autogenerated return type of RemoveEnterpriseSupportEntitlement.
40171
40723
  """
40172
40724
  type RemoveEnterpriseSupportEntitlementPayload {
40173
40725
  """
@@ -40202,7 +40754,7 @@ input RemoveLabelsFromLabelableInput {
40202
40754
  }
40203
40755
 
40204
40756
  """
40205
- Autogenerated return type of RemoveLabelsFromLabelable
40757
+ Autogenerated return type of RemoveLabelsFromLabelable.
40206
40758
  """
40207
40759
  type RemoveLabelsFromLabelablePayload {
40208
40760
  """
@@ -40237,7 +40789,7 @@ input RemoveOutsideCollaboratorInput {
40237
40789
  }
40238
40790
 
40239
40791
  """
40240
- Autogenerated return type of RemoveOutsideCollaborator
40792
+ Autogenerated return type of RemoveOutsideCollaborator.
40241
40793
  """
40242
40794
  type RemoveOutsideCollaboratorPayload {
40243
40795
  """
@@ -40272,7 +40824,7 @@ input RemoveReactionInput {
40272
40824
  }
40273
40825
 
40274
40826
  """
40275
- Autogenerated return type of RemoveReaction
40827
+ Autogenerated return type of RemoveReaction.
40276
40828
  """
40277
40829
  type RemoveReactionPayload {
40278
40830
  """
@@ -40312,7 +40864,7 @@ input RemoveStarInput {
40312
40864
  }
40313
40865
 
40314
40866
  """
40315
- Autogenerated return type of RemoveStar
40867
+ Autogenerated return type of RemoveStar.
40316
40868
  """
40317
40869
  type RemoveStarPayload {
40318
40870
  """
@@ -40342,7 +40894,7 @@ input RemoveUpvoteInput {
40342
40894
  }
40343
40895
 
40344
40896
  """
40345
- Autogenerated return type of RemoveUpvote
40897
+ Autogenerated return type of RemoveUpvote.
40346
40898
  """
40347
40899
  type RemoveUpvotePayload {
40348
40900
  """
@@ -40492,7 +41044,7 @@ input ReopenDiscussionInput {
40492
41044
  }
40493
41045
 
40494
41046
  """
40495
- Autogenerated return type of ReopenDiscussion
41047
+ Autogenerated return type of ReopenDiscussion.
40496
41048
  """
40497
41049
  type ReopenDiscussionPayload {
40498
41050
  """
@@ -40522,7 +41074,7 @@ input ReopenIssueInput {
40522
41074
  }
40523
41075
 
40524
41076
  """
40525
- Autogenerated return type of ReopenIssue
41077
+ Autogenerated return type of ReopenIssue.
40526
41078
  """
40527
41079
  type ReopenIssuePayload {
40528
41080
  """
@@ -40552,7 +41104,7 @@ input ReopenPullRequestInput {
40552
41104
  }
40553
41105
 
40554
41106
  """
40555
- Autogenerated return type of ReopenPullRequest
41107
+ Autogenerated return type of ReopenPullRequest.
40556
41108
  """
40557
41109
  type ReopenPullRequestPayload {
40558
41110
  """
@@ -40596,6 +41148,41 @@ type ReopenedEvent implements Node {
40596
41148
  stateReason: IssueStateReason
40597
41149
  }
40598
41150
 
41151
+ """
41152
+ Autogenerated input type of ReorderEnvironment
41153
+ """
41154
+ input ReorderEnvironmentInput {
41155
+ """
41156
+ A unique identifier for the client performing the mutation.
41157
+ """
41158
+ clientMutationId: String
41159
+
41160
+ """
41161
+ The ID of the environment to modify
41162
+ """
41163
+ environmentId: ID!
41164
+
41165
+ """
41166
+ The desired position of the environment
41167
+ """
41168
+ position: Int!
41169
+ }
41170
+
41171
+ """
41172
+ Autogenerated return type of ReorderEnvironment.
41173
+ """
41174
+ type ReorderEnvironmentPayload {
41175
+ """
41176
+ A unique identifier for the client performing the mutation.
41177
+ """
41178
+ clientMutationId: String
41179
+
41180
+ """
41181
+ The environment that was reordered
41182
+ """
41183
+ environment: Environment
41184
+ }
41185
+
40599
41186
  """
40600
41187
  Audit log entry for a repo.access event.
40601
41188
  """
@@ -43464,6 +44051,11 @@ type Repository implements Node & PackageOwner & ProjectOwner & ProjectV2Recent
43464
44051
  Ordering options for the environments
43465
44052
  """
43466
44053
  orderBy: Environments = {field: NAME, direction: ASC}
44054
+
44055
+ """
44056
+ Filter to control pinned environments return
44057
+ """
44058
+ pinnedEnvironmentFilter: EnvironmentPinnedFilterField = ALL
43467
44059
  ): EnvironmentConnection!
43468
44060
 
43469
44061
  """
@@ -44033,6 +44625,36 @@ type Repository implements Node & PackageOwner & ProjectOwner & ProjectV2Recent
44033
44625
  last: Int
44034
44626
  ): PinnedDiscussionConnection!
44035
44627
 
44628
+ """
44629
+ A list of pinned environments for this repository.
44630
+ """
44631
+ pinnedEnvironments(
44632
+ """
44633
+ Returns the elements in the list that come after the specified cursor.
44634
+ """
44635
+ after: String
44636
+
44637
+ """
44638
+ Returns the elements in the list that come before the specified cursor.
44639
+ """
44640
+ before: String
44641
+
44642
+ """
44643
+ Returns the first _n_ elements from the list.
44644
+ """
44645
+ first: Int
44646
+
44647
+ """
44648
+ Returns the last _n_ elements from the list.
44649
+ """
44650
+ last: Int
44651
+
44652
+ """
44653
+ Ordering options for the environments
44654
+ """
44655
+ orderBy: PinnedEnvironmentOrder = {field: POSITION, direction: ASC}
44656
+ ): PinnedEnvironmentConnection
44657
+
44036
44658
  """
44037
44659
  A list of pinned issues for this repository.
44038
44660
  """
@@ -47069,7 +47691,7 @@ input RequestReviewsInput {
47069
47691
  }
47070
47692
 
47071
47693
  """
47072
- Autogenerated return type of RequestReviews
47694
+ Autogenerated return type of RequestReviews.
47073
47695
  """
47074
47696
  type RequestReviewsPayload {
47075
47697
  """
@@ -47297,7 +47919,7 @@ input RerequestCheckSuiteInput {
47297
47919
  }
47298
47920
 
47299
47921
  """
47300
- Autogenerated return type of RerequestCheckSuite
47922
+ Autogenerated return type of RerequestCheckSuite.
47301
47923
  """
47302
47924
  type RerequestCheckSuitePayload {
47303
47925
  """
@@ -47327,7 +47949,7 @@ input ResolveReviewThreadInput {
47327
47949
  }
47328
47950
 
47329
47951
  """
47330
- Autogenerated return type of ResolveReviewThread
47952
+ Autogenerated return type of ResolveReviewThread.
47331
47953
  """
47332
47954
  type ResolveReviewThreadPayload {
47333
47955
  """
@@ -47389,7 +48011,7 @@ input RetireSponsorsTierInput {
47389
48011
  }
47390
48012
 
47391
48013
  """
47392
- Autogenerated return type of RetireSponsorsTier
48014
+ Autogenerated return type of RetireSponsorsTier.
47393
48015
  """
47394
48016
  type RetireSponsorsTierPayload {
47395
48017
  """
@@ -47434,7 +48056,7 @@ input RevertPullRequestInput {
47434
48056
  }
47435
48057
 
47436
48058
  """
47437
- Autogenerated return type of RevertPullRequest
48059
+ Autogenerated return type of RevertPullRequest.
47438
48060
  """
47439
48061
  type RevertPullRequestPayload {
47440
48062
  """
@@ -47755,7 +48377,7 @@ input RevokeEnterpriseOrganizationsMigratorRoleInput {
47755
48377
  }
47756
48378
 
47757
48379
  """
47758
- Autogenerated return type of RevokeEnterpriseOrganizationsMigratorRole
48380
+ Autogenerated return type of RevokeEnterpriseOrganizationsMigratorRole.
47759
48381
  """
47760
48382
  type RevokeEnterpriseOrganizationsMigratorRolePayload {
47761
48383
  """
@@ -47815,7 +48437,7 @@ input RevokeMigratorRoleInput {
47815
48437
  }
47816
48438
 
47817
48439
  """
47818
- Autogenerated return type of RevokeMigratorRole
48440
+ Autogenerated return type of RevokeMigratorRole.
47819
48441
  """
47820
48442
  type RevokeMigratorRolePayload {
47821
48443
  """
@@ -48784,7 +49406,7 @@ input SetEnterpriseIdentityProviderInput {
48784
49406
  }
48785
49407
 
48786
49408
  """
48787
- Autogenerated return type of SetEnterpriseIdentityProvider
49409
+ Autogenerated return type of SetEnterpriseIdentityProvider.
48788
49410
  """
48789
49411
  type SetEnterpriseIdentityProviderPayload {
48790
49412
  """
@@ -48824,7 +49446,7 @@ input SetOrganizationInteractionLimitInput {
48824
49446
  }
48825
49447
 
48826
49448
  """
48827
- Autogenerated return type of SetOrganizationInteractionLimit
49449
+ Autogenerated return type of SetOrganizationInteractionLimit.
48828
49450
  """
48829
49451
  type SetOrganizationInteractionLimitPayload {
48830
49452
  """
@@ -48864,7 +49486,7 @@ input SetRepositoryInteractionLimitInput {
48864
49486
  }
48865
49487
 
48866
49488
  """
48867
- Autogenerated return type of SetRepositoryInteractionLimit
49489
+ Autogenerated return type of SetRepositoryInteractionLimit.
48868
49490
  """
48869
49491
  type SetRepositoryInteractionLimitPayload {
48870
49492
  """
@@ -48904,7 +49526,7 @@ input SetUserInteractionLimitInput {
48904
49526
  }
48905
49527
 
48906
49528
  """
48907
- Autogenerated return type of SetUserInteractionLimit
49529
+ Autogenerated return type of SetUserInteractionLimit.
48908
49530
  """
48909
49531
  type SetUserInteractionLimitPayload {
48910
49532
  """
@@ -52155,7 +52777,7 @@ input StartOrganizationMigrationInput {
52155
52777
  }
52156
52778
 
52157
52779
  """
52158
- Autogenerated return type of StartOrganizationMigration
52780
+ Autogenerated return type of StartOrganizationMigration.
52159
52781
  """
52160
52782
  type StartOrganizationMigrationPayload {
52161
52783
  """
@@ -52240,7 +52862,7 @@ input StartRepositoryMigrationInput {
52240
52862
  }
52241
52863
 
52242
52864
  """
52243
- Autogenerated return type of StartRepositoryMigration
52865
+ Autogenerated return type of StartRepositoryMigration.
52244
52866
  """
52245
52867
  type StartRepositoryMigrationPayload {
52246
52868
  """
@@ -52640,7 +53262,7 @@ input SubmitPullRequestReviewInput {
52640
53262
  }
52641
53263
 
52642
53264
  """
52643
- Autogenerated return type of SubmitPullRequestReview
53265
+ Autogenerated return type of SubmitPullRequestReview.
52644
53266
  """
52645
53267
  type SubmitPullRequestReviewPayload {
52646
53268
  """
@@ -55365,7 +55987,7 @@ input TransferEnterpriseOrganizationInput {
55365
55987
  }
55366
55988
 
55367
55989
  """
55368
- Autogenerated return type of TransferEnterpriseOrganization
55990
+ Autogenerated return type of TransferEnterpriseOrganization.
55369
55991
  """
55370
55992
  type TransferEnterpriseOrganizationPayload {
55371
55993
  """
@@ -55405,7 +56027,7 @@ input TransferIssueInput {
55405
56027
  }
55406
56028
 
55407
56029
  """
55408
- Autogenerated return type of TransferIssue
56030
+ Autogenerated return type of TransferIssue.
55409
56031
  """
55410
56032
  type TransferIssuePayload {
55411
56033
  """
@@ -55595,7 +56217,7 @@ input UnarchiveProjectV2ItemInput {
55595
56217
  }
55596
56218
 
55597
56219
  """
55598
- Autogenerated return type of UnarchiveProjectV2Item
56220
+ Autogenerated return type of UnarchiveProjectV2Item.
55599
56221
  """
55600
56222
  type UnarchiveProjectV2ItemPayload {
55601
56223
  """
@@ -55625,7 +56247,7 @@ input UnarchiveRepositoryInput {
55625
56247
  }
55626
56248
 
55627
56249
  """
55628
- Autogenerated return type of UnarchiveRepository
56250
+ Autogenerated return type of UnarchiveRepository.
55629
56251
  """
55630
56252
  type UnarchiveRepositoryPayload {
55631
56253
  """
@@ -55690,7 +56312,7 @@ input UnfollowOrganizationInput {
55690
56312
  }
55691
56313
 
55692
56314
  """
55693
- Autogenerated return type of UnfollowOrganization
56315
+ Autogenerated return type of UnfollowOrganization.
55694
56316
  """
55695
56317
  type UnfollowOrganizationPayload {
55696
56318
  """
@@ -55720,7 +56342,7 @@ input UnfollowUserInput {
55720
56342
  }
55721
56343
 
55722
56344
  """
55723
- Autogenerated return type of UnfollowUser
56345
+ Autogenerated return type of UnfollowUser.
55724
56346
  """
55725
56347
  type UnfollowUserPayload {
55726
56348
  """
@@ -55841,7 +56463,7 @@ input UnlinkProjectV2FromRepositoryInput {
55841
56463
  }
55842
56464
 
55843
56465
  """
55844
- Autogenerated return type of UnlinkProjectV2FromRepository
56466
+ Autogenerated return type of UnlinkProjectV2FromRepository.
55845
56467
  """
55846
56468
  type UnlinkProjectV2FromRepositoryPayload {
55847
56469
  """
@@ -55876,7 +56498,7 @@ input UnlinkProjectV2FromTeamInput {
55876
56498
  }
55877
56499
 
55878
56500
  """
55879
- Autogenerated return type of UnlinkProjectV2FromTeam
56501
+ Autogenerated return type of UnlinkProjectV2FromTeam.
55880
56502
  """
55881
56503
  type UnlinkProjectV2FromTeamPayload {
55882
56504
  """
@@ -55911,7 +56533,7 @@ input UnlinkRepositoryFromProjectInput {
55911
56533
  }
55912
56534
 
55913
56535
  """
55914
- Autogenerated return type of UnlinkRepositoryFromProject
56536
+ Autogenerated return type of UnlinkRepositoryFromProject.
55915
56537
  """
55916
56538
  type UnlinkRepositoryFromProjectPayload {
55917
56539
  """
@@ -55946,7 +56568,7 @@ input UnlockLockableInput {
55946
56568
  }
55947
56569
 
55948
56570
  """
55949
- Autogenerated return type of UnlockLockable
56571
+ Autogenerated return type of UnlockLockable.
55950
56572
  """
55951
56573
  type UnlockLockablePayload {
55952
56574
  """
@@ -56006,7 +56628,7 @@ input UnmarkDiscussionCommentAsAnswerInput {
56006
56628
  }
56007
56629
 
56008
56630
  """
56009
- Autogenerated return type of UnmarkDiscussionCommentAsAnswer
56631
+ Autogenerated return type of UnmarkDiscussionCommentAsAnswer.
56010
56632
  """
56011
56633
  type UnmarkDiscussionCommentAsAnswerPayload {
56012
56634
  """
@@ -56041,7 +56663,7 @@ input UnmarkFileAsViewedInput {
56041
56663
  }
56042
56664
 
56043
56665
  """
56044
- Autogenerated return type of UnmarkFileAsViewed
56666
+ Autogenerated return type of UnmarkFileAsViewed.
56045
56667
  """
56046
56668
  type UnmarkFileAsViewedPayload {
56047
56669
  """
@@ -56076,7 +56698,7 @@ input UnmarkIssueAsDuplicateInput {
56076
56698
  }
56077
56699
 
56078
56700
  """
56079
- Autogenerated return type of UnmarkIssueAsDuplicate
56701
+ Autogenerated return type of UnmarkIssueAsDuplicate.
56080
56702
  """
56081
56703
  type UnmarkIssueAsDuplicatePayload {
56082
56704
  """
@@ -56106,7 +56728,7 @@ input UnmarkProjectV2AsTemplateInput {
56106
56728
  }
56107
56729
 
56108
56730
  """
56109
- Autogenerated return type of UnmarkProjectV2AsTemplate
56731
+ Autogenerated return type of UnmarkProjectV2AsTemplate.
56110
56732
  """
56111
56733
  type UnmarkProjectV2AsTemplatePayload {
56112
56734
  """
@@ -56171,7 +56793,7 @@ input UnminimizeCommentInput {
56171
56793
  }
56172
56794
 
56173
56795
  """
56174
- Autogenerated return type of UnminimizeComment
56796
+ Autogenerated return type of UnminimizeComment.
56175
56797
  """
56176
56798
  type UnminimizeCommentPayload {
56177
56799
  """
@@ -56201,7 +56823,7 @@ input UnpinIssueInput {
56201
56823
  }
56202
56824
 
56203
56825
  """
56204
- Autogenerated return type of UnpinIssue
56826
+ Autogenerated return type of UnpinIssue.
56205
56827
  """
56206
56828
  type UnpinIssuePayload {
56207
56829
  """
@@ -56261,7 +56883,7 @@ input UnresolveReviewThreadInput {
56261
56883
  }
56262
56884
 
56263
56885
  """
56264
- Autogenerated return type of UnresolveReviewThread
56886
+ Autogenerated return type of UnresolveReviewThread.
56265
56887
  """
56266
56888
  type UnresolveReviewThreadPayload {
56267
56889
  """
@@ -56291,7 +56913,7 @@ input UnsubscribeFromNotificationsInput {
56291
56913
  }
56292
56914
 
56293
56915
  """
56294
- Autogenerated return type of UnsubscribeFromNotifications
56916
+ Autogenerated return type of UnsubscribeFromNotifications.
56295
56917
  """
56296
56918
  type UnsubscribeFromNotificationsPayload {
56297
56919
  """
@@ -56502,7 +57124,7 @@ input UpdateBranchProtectionRuleInput {
56502
57124
  }
56503
57125
 
56504
57126
  """
56505
- Autogenerated return type of UpdateBranchProtectionRule
57127
+ Autogenerated return type of UpdateBranchProtectionRule.
56506
57128
  """
56507
57129
  type UpdateBranchProtectionRulePayload {
56508
57130
  """
@@ -56582,7 +57204,7 @@ input UpdateCheckRunInput {
56582
57204
  }
56583
57205
 
56584
57206
  """
56585
- Autogenerated return type of UpdateCheckRun
57207
+ Autogenerated return type of UpdateCheckRun.
56586
57208
  """
56587
57209
  type UpdateCheckRunPayload {
56588
57210
  """
@@ -56617,7 +57239,7 @@ input UpdateCheckSuitePreferencesInput {
56617
57239
  }
56618
57240
 
56619
57241
  """
56620
- Autogenerated return type of UpdateCheckSuitePreferences
57242
+ Autogenerated return type of UpdateCheckSuitePreferences.
56621
57243
  """
56622
57244
  type UpdateCheckSuitePreferencesPayload {
56623
57245
  """
@@ -56652,7 +57274,7 @@ input UpdateDiscussionCommentInput {
56652
57274
  }
56653
57275
 
56654
57276
  """
56655
- Autogenerated return type of UpdateDiscussionComment
57277
+ Autogenerated return type of UpdateDiscussionComment.
56656
57278
  """
56657
57279
  type UpdateDiscussionCommentPayload {
56658
57280
  """
@@ -56697,7 +57319,7 @@ input UpdateDiscussionInput {
56697
57319
  }
56698
57320
 
56699
57321
  """
56700
- Autogenerated return type of UpdateDiscussion
57322
+ Autogenerated return type of UpdateDiscussion.
56701
57323
  """
56702
57324
  type UpdateDiscussionPayload {
56703
57325
  """
@@ -56737,7 +57359,7 @@ input UpdateEnterpriseAdministratorRoleInput {
56737
57359
  }
56738
57360
 
56739
57361
  """
56740
- Autogenerated return type of UpdateEnterpriseAdministratorRole
57362
+ Autogenerated return type of UpdateEnterpriseAdministratorRole.
56741
57363
  """
56742
57364
  type UpdateEnterpriseAdministratorRolePayload {
56743
57365
  """
@@ -56777,7 +57399,7 @@ input UpdateEnterpriseAllowPrivateRepositoryForkingSettingInput {
56777
57399
  }
56778
57400
 
56779
57401
  """
56780
- Autogenerated return type of UpdateEnterpriseAllowPrivateRepositoryForkingSetting
57402
+ Autogenerated return type of UpdateEnterpriseAllowPrivateRepositoryForkingSetting.
56781
57403
  """
56782
57404
  type UpdateEnterpriseAllowPrivateRepositoryForkingSettingPayload {
56783
57405
  """
@@ -56817,7 +57439,7 @@ input UpdateEnterpriseDefaultRepositoryPermissionSettingInput {
56817
57439
  }
56818
57440
 
56819
57441
  """
56820
- Autogenerated return type of UpdateEnterpriseDefaultRepositoryPermissionSetting
57442
+ Autogenerated return type of UpdateEnterpriseDefaultRepositoryPermissionSetting.
56821
57443
  """
56822
57444
  type UpdateEnterpriseDefaultRepositoryPermissionSettingPayload {
56823
57445
  """
@@ -56857,7 +57479,7 @@ input UpdateEnterpriseMembersCanChangeRepositoryVisibilitySettingInput {
56857
57479
  }
56858
57480
 
56859
57481
  """
56860
- Autogenerated return type of UpdateEnterpriseMembersCanChangeRepositoryVisibilitySetting
57482
+ Autogenerated return type of UpdateEnterpriseMembersCanChangeRepositoryVisibilitySetting.
56861
57483
  """
56862
57484
  type UpdateEnterpriseMembersCanChangeRepositoryVisibilitySettingPayload {
56863
57485
  """
@@ -56918,7 +57540,7 @@ input UpdateEnterpriseMembersCanCreateRepositoriesSettingInput {
56918
57540
  }
56919
57541
 
56920
57542
  """
56921
- Autogenerated return type of UpdateEnterpriseMembersCanCreateRepositoriesSetting
57543
+ Autogenerated return type of UpdateEnterpriseMembersCanCreateRepositoriesSetting.
56922
57544
  """
56923
57545
  type UpdateEnterpriseMembersCanCreateRepositoriesSettingPayload {
56924
57546
  """
@@ -56958,7 +57580,7 @@ input UpdateEnterpriseMembersCanDeleteIssuesSettingInput {
56958
57580
  }
56959
57581
 
56960
57582
  """
56961
- Autogenerated return type of UpdateEnterpriseMembersCanDeleteIssuesSetting
57583
+ Autogenerated return type of UpdateEnterpriseMembersCanDeleteIssuesSetting.
56962
57584
  """
56963
57585
  type UpdateEnterpriseMembersCanDeleteIssuesSettingPayload {
56964
57586
  """
@@ -56998,7 +57620,7 @@ input UpdateEnterpriseMembersCanDeleteRepositoriesSettingInput {
56998
57620
  }
56999
57621
 
57000
57622
  """
57001
- Autogenerated return type of UpdateEnterpriseMembersCanDeleteRepositoriesSetting
57623
+ Autogenerated return type of UpdateEnterpriseMembersCanDeleteRepositoriesSetting.
57002
57624
  """
57003
57625
  type UpdateEnterpriseMembersCanDeleteRepositoriesSettingPayload {
57004
57626
  """
@@ -57038,7 +57660,7 @@ input UpdateEnterpriseMembersCanInviteCollaboratorsSettingInput {
57038
57660
  }
57039
57661
 
57040
57662
  """
57041
- Autogenerated return type of UpdateEnterpriseMembersCanInviteCollaboratorsSetting
57663
+ Autogenerated return type of UpdateEnterpriseMembersCanInviteCollaboratorsSetting.
57042
57664
  """
57043
57665
  type UpdateEnterpriseMembersCanInviteCollaboratorsSettingPayload {
57044
57666
  """
@@ -57078,7 +57700,7 @@ input UpdateEnterpriseMembersCanMakePurchasesSettingInput {
57078
57700
  }
57079
57701
 
57080
57702
  """
57081
- Autogenerated return type of UpdateEnterpriseMembersCanMakePurchasesSetting
57703
+ Autogenerated return type of UpdateEnterpriseMembersCanMakePurchasesSetting.
57082
57704
  """
57083
57705
  type UpdateEnterpriseMembersCanMakePurchasesSettingPayload {
57084
57706
  """
@@ -57118,7 +57740,7 @@ input UpdateEnterpriseMembersCanUpdateProtectedBranchesSettingInput {
57118
57740
  }
57119
57741
 
57120
57742
  """
57121
- Autogenerated return type of UpdateEnterpriseMembersCanUpdateProtectedBranchesSetting
57743
+ Autogenerated return type of UpdateEnterpriseMembersCanUpdateProtectedBranchesSetting.
57122
57744
  """
57123
57745
  type UpdateEnterpriseMembersCanUpdateProtectedBranchesSettingPayload {
57124
57746
  """
@@ -57158,7 +57780,7 @@ input UpdateEnterpriseMembersCanViewDependencyInsightsSettingInput {
57158
57780
  }
57159
57781
 
57160
57782
  """
57161
- Autogenerated return type of UpdateEnterpriseMembersCanViewDependencyInsightsSetting
57783
+ Autogenerated return type of UpdateEnterpriseMembersCanViewDependencyInsightsSetting.
57162
57784
  """
57163
57785
  type UpdateEnterpriseMembersCanViewDependencyInsightsSettingPayload {
57164
57786
  """
@@ -57198,7 +57820,7 @@ input UpdateEnterpriseOrganizationProjectsSettingInput {
57198
57820
  }
57199
57821
 
57200
57822
  """
57201
- Autogenerated return type of UpdateEnterpriseOrganizationProjectsSetting
57823
+ Autogenerated return type of UpdateEnterpriseOrganizationProjectsSetting.
57202
57824
  """
57203
57825
  type UpdateEnterpriseOrganizationProjectsSettingPayload {
57204
57826
  """
@@ -57243,7 +57865,7 @@ input UpdateEnterpriseOwnerOrganizationRoleInput {
57243
57865
  }
57244
57866
 
57245
57867
  """
57246
- Autogenerated return type of UpdateEnterpriseOwnerOrganizationRole
57868
+ Autogenerated return type of UpdateEnterpriseOwnerOrganizationRole.
57247
57869
  """
57248
57870
  type UpdateEnterpriseOwnerOrganizationRolePayload {
57249
57871
  """
@@ -57293,7 +57915,7 @@ input UpdateEnterpriseProfileInput {
57293
57915
  }
57294
57916
 
57295
57917
  """
57296
- Autogenerated return type of UpdateEnterpriseProfile
57918
+ Autogenerated return type of UpdateEnterpriseProfile.
57297
57919
  """
57298
57920
  type UpdateEnterpriseProfilePayload {
57299
57921
  """
@@ -57328,7 +57950,7 @@ input UpdateEnterpriseRepositoryProjectsSettingInput {
57328
57950
  }
57329
57951
 
57330
57952
  """
57331
- Autogenerated return type of UpdateEnterpriseRepositoryProjectsSetting
57953
+ Autogenerated return type of UpdateEnterpriseRepositoryProjectsSetting.
57332
57954
  """
57333
57955
  type UpdateEnterpriseRepositoryProjectsSettingPayload {
57334
57956
  """
@@ -57368,7 +57990,7 @@ input UpdateEnterpriseTeamDiscussionsSettingInput {
57368
57990
  }
57369
57991
 
57370
57992
  """
57371
- Autogenerated return type of UpdateEnterpriseTeamDiscussionsSetting
57993
+ Autogenerated return type of UpdateEnterpriseTeamDiscussionsSetting.
57372
57994
  """
57373
57995
  type UpdateEnterpriseTeamDiscussionsSettingPayload {
57374
57996
  """
@@ -57408,7 +58030,7 @@ input UpdateEnterpriseTwoFactorAuthenticationRequiredSettingInput {
57408
58030
  }
57409
58031
 
57410
58032
  """
57411
- Autogenerated return type of UpdateEnterpriseTwoFactorAuthenticationRequiredSetting
58033
+ Autogenerated return type of UpdateEnterpriseTwoFactorAuthenticationRequiredSetting.
57412
58034
  """
57413
58035
  type UpdateEnterpriseTwoFactorAuthenticationRequiredSettingPayload {
57414
58036
  """
@@ -57458,7 +58080,7 @@ input UpdateEnvironmentInput {
57458
58080
  }
57459
58081
 
57460
58082
  """
57461
- Autogenerated return type of UpdateEnvironment
58083
+ Autogenerated return type of UpdateEnvironment.
57462
58084
  """
57463
58085
  type UpdateEnvironmentPayload {
57464
58086
  """
@@ -57493,7 +58115,7 @@ input UpdateIpAllowListEnabledSettingInput {
57493
58115
  }
57494
58116
 
57495
58117
  """
57496
- Autogenerated return type of UpdateIpAllowListEnabledSetting
58118
+ Autogenerated return type of UpdateIpAllowListEnabledSetting.
57497
58119
  """
57498
58120
  type UpdateIpAllowListEnabledSettingPayload {
57499
58121
  """
@@ -57538,7 +58160,7 @@ input UpdateIpAllowListEntryInput {
57538
58160
  }
57539
58161
 
57540
58162
  """
57541
- Autogenerated return type of UpdateIpAllowListEntry
58163
+ Autogenerated return type of UpdateIpAllowListEntry.
57542
58164
  """
57543
58165
  type UpdateIpAllowListEntryPayload {
57544
58166
  """
@@ -57573,7 +58195,7 @@ input UpdateIpAllowListForInstalledAppsEnabledSettingInput {
57573
58195
  }
57574
58196
 
57575
58197
  """
57576
- Autogenerated return type of UpdateIpAllowListForInstalledAppsEnabledSetting
58198
+ Autogenerated return type of UpdateIpAllowListForInstalledAppsEnabledSetting.
57577
58199
  """
57578
58200
  type UpdateIpAllowListForInstalledAppsEnabledSettingPayload {
57579
58201
  """
@@ -57608,7 +58230,7 @@ input UpdateIssueCommentInput {
57608
58230
  }
57609
58231
 
57610
58232
  """
57611
- Autogenerated return type of UpdateIssueComment
58233
+ Autogenerated return type of UpdateIssueComment.
57612
58234
  """
57613
58235
  type UpdateIssueCommentPayload {
57614
58236
  """
@@ -57673,7 +58295,7 @@ input UpdateIssueInput {
57673
58295
  }
57674
58296
 
57675
58297
  """
57676
- Autogenerated return type of UpdateIssue
58298
+ Autogenerated return type of UpdateIssue.
57677
58299
  """
57678
58300
  type UpdateIssuePayload {
57679
58301
  """
@@ -57723,7 +58345,7 @@ input UpdateLabelInput {
57723
58345
  }
57724
58346
 
57725
58347
  """
57726
- Autogenerated return type of UpdateLabel
58348
+ Autogenerated return type of UpdateLabel.
57727
58349
  """
57728
58350
  type UpdateLabelPayload {
57729
58351
  """
@@ -57758,7 +58380,7 @@ input UpdateNotificationRestrictionSettingInput {
57758
58380
  }
57759
58381
 
57760
58382
  """
57761
- Autogenerated return type of UpdateNotificationRestrictionSetting
58383
+ Autogenerated return type of UpdateNotificationRestrictionSetting.
57762
58384
  """
57763
58385
  type UpdateNotificationRestrictionSettingPayload {
57764
58386
  """
@@ -57793,7 +58415,7 @@ input UpdateOrganizationAllowPrivateRepositoryForkingSettingInput {
57793
58415
  }
57794
58416
 
57795
58417
  """
57796
- Autogenerated return type of UpdateOrganizationAllowPrivateRepositoryForkingSetting
58418
+ Autogenerated return type of UpdateOrganizationAllowPrivateRepositoryForkingSetting.
57797
58419
  """
57798
58420
  type UpdateOrganizationAllowPrivateRepositoryForkingSettingPayload {
57799
58421
  """
@@ -57833,7 +58455,7 @@ input UpdateOrganizationWebCommitSignoffSettingInput {
57833
58455
  }
57834
58456
 
57835
58457
  """
57836
- Autogenerated return type of UpdateOrganizationWebCommitSignoffSetting
58458
+ Autogenerated return type of UpdateOrganizationWebCommitSignoffSetting.
57837
58459
  """
57838
58460
  type UpdateOrganizationWebCommitSignoffSettingPayload {
57839
58461
  """
@@ -57895,7 +58517,7 @@ input UpdatePatreonSponsorabilityInput {
57895
58517
  }
57896
58518
 
57897
58519
  """
57898
- Autogenerated return type of UpdatePatreonSponsorability
58520
+ Autogenerated return type of UpdatePatreonSponsorability.
57899
58521
  """
57900
58522
  type UpdatePatreonSponsorabilityPayload {
57901
58523
  """
@@ -57935,7 +58557,7 @@ input UpdateProjectCardInput {
57935
58557
  }
57936
58558
 
57937
58559
  """
57938
- Autogenerated return type of UpdateProjectCard
58560
+ Autogenerated return type of UpdateProjectCard.
57939
58561
  """
57940
58562
  type UpdateProjectCardPayload {
57941
58563
  """
@@ -57970,7 +58592,7 @@ input UpdateProjectColumnInput {
57970
58592
  }
57971
58593
 
57972
58594
  """
57973
- Autogenerated return type of UpdateProjectColumn
58595
+ Autogenerated return type of UpdateProjectColumn.
57974
58596
  """
57975
58597
  type UpdateProjectColumnPayload {
57976
58598
  """
@@ -58020,7 +58642,7 @@ input UpdateProjectInput {
58020
58642
  }
58021
58643
 
58022
58644
  """
58023
- Autogenerated return type of UpdateProject
58645
+ Autogenerated return type of UpdateProject.
58024
58646
  """
58025
58647
  type UpdateProjectPayload {
58026
58648
  """
@@ -58055,7 +58677,7 @@ input UpdateProjectV2CollaboratorsInput {
58055
58677
  }
58056
58678
 
58057
58679
  """
58058
- Autogenerated return type of UpdateProjectV2Collaborators
58680
+ Autogenerated return type of UpdateProjectV2Collaborators.
58059
58681
  """
58060
58682
  type UpdateProjectV2CollaboratorsPayload {
58061
58683
  """
@@ -58120,7 +58742,7 @@ input UpdateProjectV2DraftIssueInput {
58120
58742
  }
58121
58743
 
58122
58744
  """
58123
- Autogenerated return type of UpdateProjectV2DraftIssue
58745
+ Autogenerated return type of UpdateProjectV2DraftIssue.
58124
58746
  """
58125
58747
  type UpdateProjectV2DraftIssuePayload {
58126
58748
  """
@@ -58205,7 +58827,7 @@ input UpdateProjectV2ItemFieldValueInput {
58205
58827
  }
58206
58828
 
58207
58829
  """
58208
- Autogenerated return type of UpdateProjectV2ItemFieldValue
58830
+ Autogenerated return type of UpdateProjectV2ItemFieldValue.
58209
58831
  """
58210
58832
  type UpdateProjectV2ItemFieldValuePayload {
58211
58833
  """
@@ -58245,7 +58867,7 @@ input UpdateProjectV2ItemPositionInput {
58245
58867
  }
58246
58868
 
58247
58869
  """
58248
- Autogenerated return type of UpdateProjectV2ItemPosition
58870
+ Autogenerated return type of UpdateProjectV2ItemPosition.
58249
58871
  """
58250
58872
  type UpdateProjectV2ItemPositionPayload {
58251
58873
  """
@@ -58280,7 +58902,7 @@ type UpdateProjectV2ItemPositionPayload {
58280
58902
  }
58281
58903
 
58282
58904
  """
58283
- Autogenerated return type of UpdateProjectV2
58905
+ Autogenerated return type of UpdateProjectV2.
58284
58906
  """
58285
58907
  type UpdateProjectV2Payload {
58286
58908
  """
@@ -58320,7 +58942,7 @@ input UpdatePullRequestBranchInput {
58320
58942
  }
58321
58943
 
58322
58944
  """
58323
- Autogenerated return type of UpdatePullRequestBranch
58945
+ Autogenerated return type of UpdatePullRequestBranch.
58324
58946
  """
58325
58947
  type UpdatePullRequestBranchPayload {
58326
58948
  """
@@ -58396,7 +59018,7 @@ input UpdatePullRequestInput {
58396
59018
  }
58397
59019
 
58398
59020
  """
58399
- Autogenerated return type of UpdatePullRequest
59021
+ Autogenerated return type of UpdatePullRequest.
58400
59022
  """
58401
59023
  type UpdatePullRequestPayload {
58402
59024
  """
@@ -58436,7 +59058,7 @@ input UpdatePullRequestReviewCommentInput {
58436
59058
  }
58437
59059
 
58438
59060
  """
58439
- Autogenerated return type of UpdatePullRequestReviewComment
59061
+ Autogenerated return type of UpdatePullRequestReviewComment.
58440
59062
  """
58441
59063
  type UpdatePullRequestReviewCommentPayload {
58442
59064
  """
@@ -58471,7 +59093,7 @@ input UpdatePullRequestReviewInput {
58471
59093
  }
58472
59094
 
58473
59095
  """
58474
- Autogenerated return type of UpdatePullRequestReview
59096
+ Autogenerated return type of UpdatePullRequestReview.
58475
59097
  """
58476
59098
  type UpdatePullRequestReviewPayload {
58477
59099
  """
@@ -58511,7 +59133,7 @@ input UpdateRefInput {
58511
59133
  }
58512
59134
 
58513
59135
  """
58514
- Autogenerated return type of UpdateRef
59136
+ Autogenerated return type of UpdateRef.
58515
59137
  """
58516
59138
  type UpdateRefPayload {
58517
59139
  """
@@ -58546,7 +59168,7 @@ input UpdateRefsInput {
58546
59168
  }
58547
59169
 
58548
59170
  """
58549
- Autogenerated return type of UpdateRefs
59171
+ Autogenerated return type of UpdateRefs.
58550
59172
  """
58551
59173
  type UpdateRefsPayload {
58552
59174
  """
@@ -58617,7 +59239,7 @@ input UpdateRepositoryInput {
58617
59239
  }
58618
59240
 
58619
59241
  """
58620
- Autogenerated return type of UpdateRepository
59242
+ Autogenerated return type of UpdateRepository.
58621
59243
  """
58622
59244
  type UpdateRepositoryPayload {
58623
59245
  """
@@ -58677,7 +59299,7 @@ input UpdateRepositoryRulesetInput {
58677
59299
  }
58678
59300
 
58679
59301
  """
58680
- Autogenerated return type of UpdateRepositoryRuleset
59302
+ Autogenerated return type of UpdateRepositoryRuleset.
58681
59303
  """
58682
59304
  type UpdateRepositoryRulesetPayload {
58683
59305
  """
@@ -58712,7 +59334,7 @@ input UpdateRepositoryWebCommitSignoffSettingInput {
58712
59334
  }
58713
59335
 
58714
59336
  """
58715
- Autogenerated return type of UpdateRepositoryWebCommitSignoffSetting
59337
+ Autogenerated return type of UpdateRepositoryWebCommitSignoffSetting.
58716
59338
  """
58717
59339
  type UpdateRepositoryWebCommitSignoffSettingPayload {
58718
59340
  """
@@ -58775,7 +59397,7 @@ input UpdateSponsorshipPreferencesInput {
58775
59397
  }
58776
59398
 
58777
59399
  """
58778
- Autogenerated return type of UpdateSponsorshipPreferences
59400
+ Autogenerated return type of UpdateSponsorshipPreferences.
58779
59401
  """
58780
59402
  type UpdateSponsorshipPreferencesPayload {
58781
59403
  """
@@ -58810,7 +59432,7 @@ input UpdateSubscriptionInput {
58810
59432
  }
58811
59433
 
58812
59434
  """
58813
- Autogenerated return type of UpdateSubscription
59435
+ Autogenerated return type of UpdateSubscription.
58814
59436
  """
58815
59437
  type UpdateSubscriptionPayload {
58816
59438
  """
@@ -58850,7 +59472,7 @@ input UpdateTeamDiscussionCommentInput {
58850
59472
  }
58851
59473
 
58852
59474
  """
58853
- Autogenerated return type of UpdateTeamDiscussionComment
59475
+ Autogenerated return type of UpdateTeamDiscussionComment.
58854
59476
  """
58855
59477
  type UpdateTeamDiscussionCommentPayload {
58856
59478
  """
@@ -58901,7 +59523,7 @@ input UpdateTeamDiscussionInput {
58901
59523
  }
58902
59524
 
58903
59525
  """
58904
- Autogenerated return type of UpdateTeamDiscussion
59526
+ Autogenerated return type of UpdateTeamDiscussion.
58905
59527
  """
58906
59528
  type UpdateTeamDiscussionPayload {
58907
59529
  """
@@ -58971,7 +59593,7 @@ input UpdateTeamReviewAssignmentInput {
58971
59593
  }
58972
59594
 
58973
59595
  """
58974
- Autogenerated return type of UpdateTeamReviewAssignment
59596
+ Autogenerated return type of UpdateTeamReviewAssignment.
58975
59597
  """
58976
59598
  type UpdateTeamReviewAssignmentPayload {
58977
59599
  """
@@ -59011,7 +59633,7 @@ input UpdateTeamsRepositoryInput {
59011
59633
  }
59012
59634
 
59013
59635
  """
59014
- Autogenerated return type of UpdateTeamsRepository
59636
+ Autogenerated return type of UpdateTeamsRepository.
59015
59637
  """
59016
59638
  type UpdateTeamsRepositoryPayload {
59017
59639
  """
@@ -59051,7 +59673,7 @@ input UpdateTopicsInput {
59051
59673
  }
59052
59674
 
59053
59675
  """
59054
- Autogenerated return type of UpdateTopics
59676
+ Autogenerated return type of UpdateTopics.
59055
59677
  """
59056
59678
  type UpdateTopicsPayload {
59057
59679
  """
@@ -59101,7 +59723,7 @@ input UpdateUserListInput {
59101
59723
  }
59102
59724
 
59103
59725
  """
59104
- Autogenerated return type of UpdateUserList
59726
+ Autogenerated return type of UpdateUserList.
59105
59727
  """
59106
59728
  type UpdateUserListPayload {
59107
59729
  """
@@ -59141,7 +59763,7 @@ input UpdateUserListsForItemInput {
59141
59763
  }
59142
59764
 
59143
59765
  """
59144
- Autogenerated return type of UpdateUserListsForItem
59766
+ Autogenerated return type of UpdateUserListsForItem.
59145
59767
  """
59146
59768
  type UpdateUserListsForItemPayload {
59147
59769
  """
@@ -59266,6 +59888,11 @@ type User implements Actor & Node & PackageOwner & ProfileOwner & ProjectOwner &
59266
59888
  to: DateTime
59267
59889
  ): ContributionsCollection!
59268
59890
 
59891
+ """
59892
+ The user's Copilot endpoint information
59893
+ """
59894
+ copilotEndpoints: CopilotEndpoints
59895
+
59269
59896
  """
59270
59897
  Identifies the date and time when the object was created.
59271
59898
  """
@@ -61505,7 +62132,7 @@ input VerifyVerifiableDomainInput {
61505
62132
  }
61506
62133
 
61507
62134
  """
61508
- Autogenerated return type of VerifyVerifiableDomain
62135
+ Autogenerated return type of VerifyVerifiableDomain.
61509
62136
  """
61510
62137
  type VerifyVerifiableDomainPayload {
61511
62138
  """