github-schema 1.13.1 → 1.15.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.
@@ -1233,7 +1233,7 @@ type AddedToProjectEvent implements Node {
1233
1233
  """
1234
1234
  Identifies the primary key from the database.
1235
1235
  """
1236
- databaseId: Int
1236
+ databaseId: Int @deprecated(reason: "Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC.")
1237
1237
 
1238
1238
  """
1239
1239
  The Node ID of the AddedToProjectEvent object
@@ -1243,17 +1243,17 @@ type AddedToProjectEvent implements Node {
1243
1243
  """
1244
1244
  Project referenced by event.
1245
1245
  """
1246
- project: Project
1246
+ project: Project @deprecated(reason: "Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC.")
1247
1247
 
1248
1248
  """
1249
1249
  Project card referenced by this project event.
1250
1250
  """
1251
- projectCard: ProjectCard
1251
+ projectCard: ProjectCard @deprecated(reason: "Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC.")
1252
1252
 
1253
1253
  """
1254
1254
  Column name referenced by this project event.
1255
1255
  """
1256
- projectColumnName: String!
1256
+ projectColumnName: String! @deprecated(reason: "Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC.")
1257
1257
  }
1258
1258
 
1259
1259
  """
@@ -6848,12 +6848,12 @@ type ConvertedNoteToIssueEvent implements Node {
6848
6848
  """
6849
6849
  Project referenced by event.
6850
6850
  """
6851
- project: Project
6851
+ project: Project @deprecated(reason: "Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC.")
6852
6852
 
6853
6853
  """
6854
6854
  Project card referenced by this project event.
6855
6855
  """
6856
- projectCard: ProjectCard
6856
+ projectCard: ProjectCard @deprecated(reason: "Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC.")
6857
6857
 
6858
6858
  """
6859
6859
  Column name referenced by this project event.
@@ -7936,6 +7936,11 @@ input CreateProjectV2FieldInput {
7936
7936
  """
7937
7937
  dataType: ProjectV2CustomFieldType!
7938
7938
 
7939
+ """
7940
+ Configuration for an iteration field.
7941
+ """
7942
+ iterationConfiguration: ProjectV2IterationFieldConfigurationInput
7943
+
7939
7944
  """
7940
7945
  The name of the field.
7941
7946
  """
@@ -13117,6 +13122,11 @@ type Enterprise implements AnnouncementBannerI & Node {
13117
13122
  """
13118
13123
  slug: String!
13119
13124
 
13125
+ """
13126
+ Identifies the date and time when the object was last updated.
13127
+ """
13128
+ updatedAt: DateTime!
13129
+
13120
13130
  """
13121
13131
  The HTTP URL for this enterprise.
13122
13132
  """
@@ -13331,6 +13341,11 @@ enum EnterpriseAdministratorRole {
13331
13341
  Represents an owner of the enterprise account.
13332
13342
  """
13333
13343
  OWNER
13344
+
13345
+ """
13346
+ Unaffiliated member of the enterprise account without an admin role.
13347
+ """
13348
+ UNAFFILIATED
13334
13349
  }
13335
13350
 
13336
13351
  """
@@ -18554,7 +18569,7 @@ type Issue implements Assignable & Closable & Comment & Deletable & Labelable &
18554
18569
  Returns the last _n_ elements from the list.
18555
18570
  """
18556
18571
  last: Int
18557
- ): ProjectCardConnection!
18572
+ ): ProjectCardConnection! @deprecated(reason: "Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC.")
18558
18573
 
18559
18574
  """
18560
18575
  List of project items associated with this issue.
@@ -18631,7 +18646,7 @@ type Issue implements Assignable & Closable & Comment & Deletable & Labelable &
18631
18646
  orderBy: ProjectV2Order = {field: NUMBER, direction: DESC}
18632
18647
 
18633
18648
  """
18634
- A project to search for under the the owner.
18649
+ A project to search for under the owner.
18635
18650
  """
18636
18651
  query: String
18637
18652
  ): ProjectV2Connection!
@@ -21339,7 +21354,7 @@ input MaxFilePathLengthParametersInput {
21339
21354
  }
21340
21355
 
21341
21356
  """
21342
- Prevent commits that exceed a specified file size limit from being pushed to the commit.
21357
+ Prevent commits that exceed a specified file size limit from being pushed to the commit graph.
21343
21358
  """
21344
21359
  type MaxFileSizeParameters {
21345
21360
  """
@@ -21349,7 +21364,7 @@ type MaxFileSizeParameters {
21349
21364
  }
21350
21365
 
21351
21366
  """
21352
- Prevent commits that exceed a specified file size limit from being pushed to the commit.
21367
+ Prevent commits that exceed a specified file size limit from being pushed to the commit graph.
21353
21368
  """
21354
21369
  input MaxFileSizeParametersInput {
21355
21370
  """
@@ -23026,7 +23041,7 @@ type MovedColumnsInProjectEvent implements Node {
23026
23041
  """
23027
23042
  Identifies the primary key from the database.
23028
23043
  """
23029
- databaseId: Int
23044
+ databaseId: Int @deprecated(reason: "Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC.")
23030
23045
 
23031
23046
  """
23032
23047
  The Node ID of the MovedColumnsInProjectEvent object
@@ -23036,22 +23051,22 @@ type MovedColumnsInProjectEvent implements Node {
23036
23051
  """
23037
23052
  Column name the issue or pull request was moved from.
23038
23053
  """
23039
- previousProjectColumnName: String!
23054
+ previousProjectColumnName: String! @deprecated(reason: "Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC.")
23040
23055
 
23041
23056
  """
23042
23057
  Project referenced by event.
23043
23058
  """
23044
- project: Project
23059
+ project: Project @deprecated(reason: "Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC.")
23045
23060
 
23046
23061
  """
23047
23062
  Project card referenced by this project event.
23048
23063
  """
23049
- projectCard: ProjectCard
23064
+ projectCard: ProjectCard @deprecated(reason: "Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC.")
23050
23065
 
23051
23066
  """
23052
23067
  Column name the issue or pull request was moved to.
23053
23068
  """
23054
- projectColumnName: String!
23069
+ projectColumnName: String! @deprecated(reason: "Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC.")
23055
23070
  }
23056
23071
 
23057
23072
  """
@@ -23196,7 +23211,7 @@ type Mutation {
23196
23211
  Parameters for AddProjectCard
23197
23212
  """
23198
23213
  input: AddProjectCardInput!
23199
- ): AddProjectCardPayload
23214
+ ): AddProjectCardPayload @deprecated(reason: "Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC.")
23200
23215
 
23201
23216
  """
23202
23217
  Adds a column to a Project.
@@ -23206,7 +23221,7 @@ type Mutation {
23206
23221
  Parameters for AddProjectColumn
23207
23222
  """
23208
23223
  input: AddProjectColumnInput!
23209
- ): AddProjectColumnPayload
23224
+ ): AddProjectColumnPayload @deprecated(reason: "Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC.")
23210
23225
 
23211
23226
  """
23212
23227
  Creates a new draft issue and add it to a Project.
@@ -23428,7 +23443,7 @@ type Mutation {
23428
23443
  Parameters for CloneProject
23429
23444
  """
23430
23445
  input: CloneProjectInput!
23431
- ): CloneProjectPayload
23446
+ ): CloneProjectPayload @deprecated(reason: "Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC.")
23432
23447
 
23433
23448
  """
23434
23449
  Create a new repository with the same files and directory structure as a template repository.
@@ -23478,7 +23493,7 @@ type Mutation {
23478
23493
  Parameters for ConvertProjectCardNoteToIssue
23479
23494
  """
23480
23495
  input: ConvertProjectCardNoteToIssueInput!
23481
- ): ConvertProjectCardNoteToIssuePayload
23496
+ ): ConvertProjectCardNoteToIssuePayload @deprecated(reason: "Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC.")
23482
23497
 
23483
23498
  """
23484
23499
  Converts a projectV2 draft issue item to an issue.
@@ -23714,7 +23729,7 @@ type Mutation {
23714
23729
  Parameters for CreateProject
23715
23730
  """
23716
23731
  input: CreateProjectInput!
23717
- ): CreateProjectPayload
23732
+ ): CreateProjectPayload @deprecated(reason: "Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC.")
23718
23733
 
23719
23734
  """
23720
23735
  Creates a new project.
@@ -23985,7 +24000,7 @@ type Mutation {
23985
24000
  Parameters for DeleteProject
23986
24001
  """
23987
24002
  input: DeleteProjectInput!
23988
- ): DeleteProjectPayload
24003
+ ): DeleteProjectPayload @deprecated(reason: "Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC.")
23989
24004
 
23990
24005
  """
23991
24006
  Deletes a project card.
@@ -23995,7 +24010,7 @@ type Mutation {
23995
24010
  Parameters for DeleteProjectCard
23996
24011
  """
23997
24012
  input: DeleteProjectCardInput!
23998
- ): DeleteProjectCardPayload
24013
+ ): DeleteProjectCardPayload @deprecated(reason: "Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC.")
23999
24014
 
24000
24015
  """
24001
24016
  Deletes a project column.
@@ -24005,7 +24020,7 @@ type Mutation {
24005
24020
  Parameters for DeleteProjectColumn
24006
24021
  """
24007
24022
  input: DeleteProjectColumnInput!
24008
- ): DeleteProjectColumnPayload
24023
+ ): DeleteProjectColumnPayload @deprecated(reason: "Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC.")
24009
24024
 
24010
24025
  """
24011
24026
  Delete a project.
@@ -24245,7 +24260,7 @@ type Mutation {
24245
24260
  Parameters for ImportProject
24246
24261
  """
24247
24262
  input: ImportProjectInput!
24248
- ): ImportProjectPayload
24263
+ ): ImportProjectPayload @deprecated(reason: "Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC.")
24249
24264
 
24250
24265
  """
24251
24266
  Invite someone to become an administrator of the enterprise.
@@ -24295,7 +24310,7 @@ type Mutation {
24295
24310
  Parameters for LinkRepositoryToProject
24296
24311
  """
24297
24312
  input: LinkRepositoryToProjectInput!
24298
- ): LinkRepositoryToProjectPayload
24313
+ ): LinkRepositoryToProjectPayload @deprecated(reason: "Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC.")
24299
24314
 
24300
24315
  """
24301
24316
  Lock a lockable object
@@ -24385,7 +24400,7 @@ type Mutation {
24385
24400
  Parameters for MoveProjectCard
24386
24401
  """
24387
24402
  input: MoveProjectCardInput!
24388
- ): MoveProjectCardPayload
24403
+ ): MoveProjectCardPayload @deprecated(reason: "Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC.")
24389
24404
 
24390
24405
  """
24391
24406
  Moves a project column to another place.
@@ -24395,7 +24410,7 @@ type Mutation {
24395
24410
  Parameters for MoveProjectColumn
24396
24411
  """
24397
24412
  input: MoveProjectColumnInput!
24398
- ): MoveProjectColumnPayload
24413
+ ): MoveProjectColumnPayload @deprecated(reason: "Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC.")
24399
24414
 
24400
24415
  """
24401
24416
  Pin an environment to a repository
@@ -24856,7 +24871,7 @@ type Mutation {
24856
24871
  Parameters for UnlinkRepositoryFromProject
24857
24872
  """
24858
24873
  input: UnlinkRepositoryFromProjectInput!
24859
- ): UnlinkRepositoryFromProjectPayload
24874
+ ): UnlinkRepositoryFromProjectPayload @deprecated(reason: "Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC.")
24860
24875
 
24861
24876
  """
24862
24877
  Unlock a lockable object
@@ -25299,7 +25314,7 @@ type Mutation {
25299
25314
  Parameters for UpdateProject
25300
25315
  """
25301
25316
  input: UpdateProjectInput!
25302
- ): UpdateProjectPayload
25317
+ ): UpdateProjectPayload @deprecated(reason: "Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC.")
25303
25318
 
25304
25319
  """
25305
25320
  Updates an existing project card.
@@ -25309,7 +25324,7 @@ type Mutation {
25309
25324
  Parameters for UpdateProjectCard
25310
25325
  """
25311
25326
  input: UpdateProjectCardInput!
25312
- ): UpdateProjectCardPayload
25327
+ ): UpdateProjectCardPayload @deprecated(reason: "Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC.")
25313
25328
 
25314
25329
  """
25315
25330
  Updates an existing project column.
@@ -25319,7 +25334,7 @@ type Mutation {
25319
25334
  Parameters for UpdateProjectColumn
25320
25335
  """
25321
25336
  input: UpdateProjectColumnInput!
25322
- ): UpdateProjectColumnPayload
25337
+ ): UpdateProjectColumnPayload @deprecated(reason: "Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC.")
25323
25338
 
25324
25339
  """
25325
25340
  Updates an existing project.
@@ -29830,7 +29845,7 @@ type Organization implements Actor & AnnouncementBannerI & MemberStatusable & No
29830
29845
  The project number to find.
29831
29846
  """
29832
29847
  number: Int!
29833
- ): Project
29848
+ ): Project @deprecated(reason: "Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC.")
29834
29849
 
29835
29850
  """
29836
29851
  Find a project by number.
@@ -29880,7 +29895,7 @@ type Organization implements Actor & AnnouncementBannerI & MemberStatusable & No
29880
29895
  A list of states to filter the projects by.
29881
29896
  """
29882
29897
  states: [ProjectState!]
29883
- ): ProjectConnection!
29898
+ ): ProjectConnection! @deprecated(reason: "Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC.")
29884
29899
 
29885
29900
  """
29886
29901
  The HTTP path listing organization's projects
@@ -29927,7 +29942,7 @@ type Organization implements Actor & AnnouncementBannerI & MemberStatusable & No
29927
29942
  orderBy: ProjectV2Order = {field: NUMBER, direction: DESC}
29928
29943
 
29929
29944
  """
29930
- A project to search for under the the owner.
29945
+ A project to search for under the owner.
29931
29946
  """
29932
29947
  query: String
29933
29948
  ): ProjectV2Connection!
@@ -30646,7 +30661,7 @@ type Organization implements Actor & AnnouncementBannerI & MemberStatusable & No
30646
30661
  """
30647
30662
  Can the current viewer create new projects on this owner.
30648
30663
  """
30649
- viewerCanCreateProjects: Boolean!
30664
+ viewerCanCreateProjects: Boolean! @deprecated(reason: "Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC.")
30650
30665
 
30651
30666
  """
30652
30667
  Viewer can create repositories on this organization
@@ -33048,12 +33063,12 @@ type Project implements Closable & Node & Updatable {
33048
33063
  """
33049
33064
  The project's description body.
33050
33065
  """
33051
- body: String
33066
+ body: String @deprecated(reason: "Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC.")
33052
33067
 
33053
33068
  """
33054
33069
  The projects description body rendered to HTML.
33055
33070
  """
33056
- bodyHTML: HTML!
33071
+ bodyHTML: HTML! @deprecated(reason: "Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC.")
33057
33072
 
33058
33073
  """
33059
33074
  Indicates if the object is closed (definition of closed may depend on type)
@@ -33088,42 +33103,42 @@ type Project implements Closable & Node & Updatable {
33088
33103
  Returns the last _n_ elements from the list.
33089
33104
  """
33090
33105
  last: Int
33091
- ): ProjectColumnConnection!
33106
+ ): ProjectColumnConnection! @deprecated(reason: "Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC.")
33092
33107
 
33093
33108
  """
33094
33109
  Identifies the date and time when the object was created.
33095
33110
  """
33096
- createdAt: DateTime!
33111
+ createdAt: DateTime! @deprecated(reason: "Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC.")
33097
33112
 
33098
33113
  """
33099
33114
  The actor who originally created the project.
33100
33115
  """
33101
- creator: Actor
33116
+ creator: Actor @deprecated(reason: "Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC.")
33102
33117
 
33103
33118
  """
33104
33119
  Identifies the primary key from the database.
33105
33120
  """
33106
- databaseId: Int
33121
+ databaseId: Int @deprecated(reason: "Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC.")
33107
33122
 
33108
33123
  """
33109
33124
  The Node ID of the Project object
33110
33125
  """
33111
- id: ID!
33126
+ id: ID! @deprecated(reason: "Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC.")
33112
33127
 
33113
33128
  """
33114
33129
  The project's name.
33115
33130
  """
33116
- name: String!
33131
+ name: String! @deprecated(reason: "Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC.")
33117
33132
 
33118
33133
  """
33119
33134
  The project's number.
33120
33135
  """
33121
- number: Int!
33136
+ number: Int! @deprecated(reason: "Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC.")
33122
33137
 
33123
33138
  """
33124
33139
  The project's owner. Currently limited to repositories, organizations, and users.
33125
33140
  """
33126
- owner: ProjectOwner!
33141
+ owner: ProjectOwner! @deprecated(reason: "Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC.")
33127
33142
 
33128
33143
  """
33129
33144
  List of pending cards in this project
@@ -33153,32 +33168,32 @@ type Project implements Closable & Node & Updatable {
33153
33168
  Returns the last _n_ elements from the list.
33154
33169
  """
33155
33170
  last: Int
33156
- ): ProjectCardConnection!
33171
+ ): ProjectCardConnection! @deprecated(reason: "Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC.")
33157
33172
 
33158
33173
  """
33159
33174
  Project progress details.
33160
33175
  """
33161
- progress: ProjectProgress!
33176
+ progress: ProjectProgress! @deprecated(reason: "Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC.")
33162
33177
 
33163
33178
  """
33164
33179
  The HTTP path for this project
33165
33180
  """
33166
- resourcePath: URI!
33181
+ resourcePath: URI! @deprecated(reason: "Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC.")
33167
33182
 
33168
33183
  """
33169
33184
  Whether the project is open or closed.
33170
33185
  """
33171
- state: ProjectState!
33186
+ state: ProjectState! @deprecated(reason: "Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC.")
33172
33187
 
33173
33188
  """
33174
33189
  Identifies the date and time when the object was last updated.
33175
33190
  """
33176
- updatedAt: DateTime!
33191
+ updatedAt: DateTime! @deprecated(reason: "Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC.")
33177
33192
 
33178
33193
  """
33179
33194
  The HTTP URL for this project
33180
33195
  """
33181
- url: URI!
33196
+ url: URI! @deprecated(reason: "Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC.")
33182
33197
 
33183
33198
  """
33184
33199
  Indicates if the object can be closed by the viewer.
@@ -33206,67 +33221,67 @@ type ProjectCard implements Node {
33206
33221
  in a pending state and has yet to be associated with a column. Once cards are
33207
33222
  associated with a column, they will not become pending in the future.
33208
33223
  """
33209
- column: ProjectColumn
33224
+ column: ProjectColumn @deprecated(reason: "Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC.")
33210
33225
 
33211
33226
  """
33212
33227
  The card content item
33213
33228
  """
33214
- content: ProjectCardItem
33229
+ content: ProjectCardItem @deprecated(reason: "Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC.")
33215
33230
 
33216
33231
  """
33217
33232
  Identifies the date and time when the object was created.
33218
33233
  """
33219
- createdAt: DateTime!
33234
+ createdAt: DateTime! @deprecated(reason: "Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC.")
33220
33235
 
33221
33236
  """
33222
33237
  The actor who created this card
33223
33238
  """
33224
- creator: Actor
33239
+ creator: Actor @deprecated(reason: "Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC.")
33225
33240
 
33226
33241
  """
33227
33242
  Identifies the primary key from the database.
33228
33243
  """
33229
- databaseId: Int
33244
+ databaseId: Int @deprecated(reason: "Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC.")
33230
33245
 
33231
33246
  """
33232
33247
  The Node ID of the ProjectCard object
33233
33248
  """
33234
- id: ID!
33249
+ id: ID! @deprecated(reason: "Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC.")
33235
33250
 
33236
33251
  """
33237
33252
  Whether the card is archived
33238
33253
  """
33239
- isArchived: Boolean!
33254
+ isArchived: Boolean! @deprecated(reason: "Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC.")
33240
33255
 
33241
33256
  """
33242
33257
  The card note
33243
33258
  """
33244
- note: String
33259
+ note: String @deprecated(reason: "Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC.")
33245
33260
 
33246
33261
  """
33247
33262
  The project that contains this card.
33248
33263
  """
33249
- project: Project!
33264
+ project: Project! @deprecated(reason: "Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC.")
33250
33265
 
33251
33266
  """
33252
33267
  The HTTP path for this card
33253
33268
  """
33254
- resourcePath: URI!
33269
+ resourcePath: URI! @deprecated(reason: "Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC.")
33255
33270
 
33256
33271
  """
33257
33272
  The state of ProjectCard
33258
33273
  """
33259
- state: ProjectCardState
33274
+ state: ProjectCardState @deprecated(reason: "Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC.")
33260
33275
 
33261
33276
  """
33262
33277
  Identifies the date and time when the object was last updated.
33263
33278
  """
33264
- updatedAt: DateTime!
33279
+ updatedAt: DateTime! @deprecated(reason: "Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC.")
33265
33280
 
33266
33281
  """
33267
33282
  The HTTP URL for this card
33268
33283
  """
33269
- url: URI!
33284
+ url: URI! @deprecated(reason: "Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC.")
33270
33285
  }
33271
33286
 
33272
33287
  """
@@ -33276,12 +33291,12 @@ enum ProjectCardArchivedState {
33276
33291
  """
33277
33292
  A project card that is archived
33278
33293
  """
33279
- ARCHIVED
33294
+ ARCHIVED @deprecated(reason: "Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC.")
33280
33295
 
33281
33296
  """
33282
33297
  A project card that is not archived
33283
33298
  """
33284
- NOT_ARCHIVED
33299
+ NOT_ARCHIVED @deprecated(reason: "Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC.")
33285
33300
  }
33286
33301
 
33287
33302
  """
@@ -33396,52 +33411,52 @@ type ProjectColumn implements Node {
33396
33411
  Returns the last _n_ elements from the list.
33397
33412
  """
33398
33413
  last: Int
33399
- ): ProjectCardConnection!
33414
+ ): ProjectCardConnection! @deprecated(reason: "Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC.")
33400
33415
 
33401
33416
  """
33402
33417
  Identifies the date and time when the object was created.
33403
33418
  """
33404
- createdAt: DateTime!
33419
+ createdAt: DateTime! @deprecated(reason: "Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC.")
33405
33420
 
33406
33421
  """
33407
33422
  Identifies the primary key from the database.
33408
33423
  """
33409
- databaseId: Int
33424
+ databaseId: Int @deprecated(reason: "Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC.")
33410
33425
 
33411
33426
  """
33412
33427
  The Node ID of the ProjectColumn object
33413
33428
  """
33414
- id: ID!
33429
+ id: ID! @deprecated(reason: "Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC.")
33415
33430
 
33416
33431
  """
33417
33432
  The project column's name.
33418
33433
  """
33419
- name: String!
33434
+ name: String! @deprecated(reason: "Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC.")
33420
33435
 
33421
33436
  """
33422
33437
  The project that contains this column.
33423
33438
  """
33424
- project: Project!
33439
+ project: Project! @deprecated(reason: "Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC.")
33425
33440
 
33426
33441
  """
33427
33442
  The semantic purpose of the column
33428
33443
  """
33429
- purpose: ProjectColumnPurpose
33444
+ purpose: ProjectColumnPurpose @deprecated(reason: "Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC.")
33430
33445
 
33431
33446
  """
33432
33447
  The HTTP path for this project column
33433
33448
  """
33434
- resourcePath: URI!
33449
+ resourcePath: URI! @deprecated(reason: "Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC.")
33435
33450
 
33436
33451
  """
33437
33452
  Identifies the date and time when the object was last updated.
33438
33453
  """
33439
- updatedAt: DateTime!
33454
+ updatedAt: DateTime! @deprecated(reason: "Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC.")
33440
33455
 
33441
33456
  """
33442
33457
  The HTTP URL for this project column
33443
33458
  """
33444
- url: URI!
33459
+ url: URI! @deprecated(reason: "Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC.")
33445
33460
  }
33446
33461
 
33447
33462
  """
@@ -33606,7 +33621,7 @@ interface ProjectOwner {
33606
33621
  """
33607
33622
  The Node ID of the ProjectOwner object
33608
33623
  """
33609
- id: ID!
33624
+ id: ID! @deprecated(reason: "Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC.")
33610
33625
 
33611
33626
  """
33612
33627
  Find project by number.
@@ -33616,7 +33631,7 @@ interface ProjectOwner {
33616
33631
  The project number to find.
33617
33632
  """
33618
33633
  number: Int!
33619
- ): Project
33634
+ ): Project @deprecated(reason: "Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC.")
33620
33635
 
33621
33636
  """
33622
33637
  A list of projects under the owner.
@@ -33656,22 +33671,22 @@ interface ProjectOwner {
33656
33671
  A list of states to filter the projects by.
33657
33672
  """
33658
33673
  states: [ProjectState!]
33659
- ): ProjectConnection!
33674
+ ): ProjectConnection! @deprecated(reason: "Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC.")
33660
33675
 
33661
33676
  """
33662
33677
  The HTTP path listing owners projects
33663
33678
  """
33664
- projectsResourcePath: URI!
33679
+ projectsResourcePath: URI! @deprecated(reason: "Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC.")
33665
33680
 
33666
33681
  """
33667
33682
  The HTTP URL listing owners projects
33668
33683
  """
33669
- projectsUrl: URI!
33684
+ projectsUrl: URI! @deprecated(reason: "Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC.")
33670
33685
 
33671
33686
  """
33672
33687
  Can the current viewer create new projects on this owner.
33673
33688
  """
33674
- viewerCanCreateProjects: Boolean!
33689
+ viewerCanCreateProjects: Boolean! @deprecated(reason: "Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC.")
33675
33690
  }
33676
33691
 
33677
33692
  """
@@ -33681,37 +33696,37 @@ type ProjectProgress {
33681
33696
  """
33682
33697
  The number of done cards.
33683
33698
  """
33684
- doneCount: Int!
33699
+ doneCount: Int! @deprecated(reason: "Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC.")
33685
33700
 
33686
33701
  """
33687
33702
  The percentage of done cards.
33688
33703
  """
33689
- donePercentage: Float!
33704
+ donePercentage: Float! @deprecated(reason: "Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC.")
33690
33705
 
33691
33706
  """
33692
33707
  Whether progress tracking is enabled and cards with purpose exist for this project
33693
33708
  """
33694
- enabled: Boolean!
33709
+ enabled: Boolean! @deprecated(reason: "Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC.")
33695
33710
 
33696
33711
  """
33697
33712
  The number of in-progress cards.
33698
33713
  """
33699
- inProgressCount: Int!
33714
+ inProgressCount: Int! @deprecated(reason: "Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC.")
33700
33715
 
33701
33716
  """
33702
33717
  The percentage of in-progress cards.
33703
33718
  """
33704
- inProgressPercentage: Float!
33719
+ inProgressPercentage: Float! @deprecated(reason: "Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC.")
33705
33720
 
33706
33721
  """
33707
33722
  The number of to do cards.
33708
33723
  """
33709
- todoCount: Int!
33724
+ todoCount: Int! @deprecated(reason: "Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC.")
33710
33725
 
33711
33726
  """
33712
33727
  The percentage of to do cards.
33713
33728
  """
33714
- todoPercentage: Float!
33729
+ todoPercentage: Float! @deprecated(reason: "Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC.")
33715
33730
  }
33716
33731
 
33717
33732
  """
@@ -34198,6 +34213,11 @@ enum ProjectV2CustomFieldType {
34198
34213
  """
34199
34214
  DATE
34200
34215
 
34216
+ """
34217
+ Iteration
34218
+ """
34219
+ ITERATION
34220
+
34201
34221
  """
34202
34222
  Number
34203
34223
  """
@@ -34468,6 +34488,11 @@ enum ProjectV2FieldType {
34468
34488
  """
34469
34489
  NUMBER
34470
34490
 
34491
+ """
34492
+ Parent issue
34493
+ """
34494
+ PARENT_ISSUE
34495
+
34471
34496
  """
34472
34497
  Repository
34473
34498
  """
@@ -34483,6 +34508,11 @@ enum ProjectV2FieldType {
34483
34508
  """
34484
34509
  SINGLE_SELECT
34485
34510
 
34511
+ """
34512
+ Sub-issues progress
34513
+ """
34514
+ SUB_ISSUES_PROGRESS
34515
+
34486
34516
  """
34487
34517
  Text
34488
34518
  """
@@ -35289,6 +35319,26 @@ enum ProjectV2ItemType {
35289
35319
  REDACTED
35290
35320
  }
35291
35321
 
35322
+ """
35323
+ Represents an iteration
35324
+ """
35325
+ input ProjectV2Iteration {
35326
+ """
35327
+ The duration of the iteration, in days.
35328
+ """
35329
+ duration: Int!
35330
+
35331
+ """
35332
+ The start date for the iteration.
35333
+ """
35334
+ startDate: Date!
35335
+
35336
+ """
35337
+ The title for the iteration.
35338
+ """
35339
+ title: String!
35340
+ }
35341
+
35292
35342
  """
35293
35343
  An iteration field inside a project.
35294
35344
  """
@@ -35359,6 +35409,26 @@ type ProjectV2IterationFieldConfiguration {
35359
35409
  startDay: Int!
35360
35410
  }
35361
35411
 
35412
+ """
35413
+ Represents an iteration field configuration.
35414
+ """
35415
+ input ProjectV2IterationFieldConfigurationInput {
35416
+ """
35417
+ The duration of each iteration, in days.
35418
+ """
35419
+ duration: Int!
35420
+
35421
+ """
35422
+ Zero or more iterations for the field.
35423
+ """
35424
+ iterations: [ProjectV2Iteration!]!
35425
+
35426
+ """
35427
+ The start date for the first iteration.
35428
+ """
35429
+ startDate: Date!
35430
+ }
35431
+
35362
35432
  """
35363
35433
  Iteration field iteration settings for a project.
35364
35434
  """
@@ -35483,7 +35553,7 @@ interface ProjectV2Owner {
35483
35553
  orderBy: ProjectV2Order = {field: NUMBER, direction: DESC}
35484
35554
 
35485
35555
  """
35486
- A project to search for under the the owner.
35556
+ A project to search for under the owner.
35487
35557
  """
35488
35558
  query: String
35489
35559
  ): ProjectV2Connection!
@@ -37212,7 +37282,7 @@ type PullRequest implements Assignable & Closable & Comment & Labelable & Lockab
37212
37282
  Returns the last _n_ elements from the list.
37213
37283
  """
37214
37284
  last: Int
37215
- ): ProjectCardConnection!
37285
+ ): ProjectCardConnection! @deprecated(reason: "Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC.")
37216
37286
 
37217
37287
  """
37218
37288
  List of project items associated with this pull request.
@@ -37289,7 +37359,7 @@ type PullRequest implements Assignable & Closable & Comment & Labelable & Lockab
37289
37359
  orderBy: ProjectV2Order = {field: NUMBER, direction: DESC}
37290
37360
 
37291
37361
  """
37292
- A project to search for under the the owner.
37362
+ A project to search for under the owner.
37293
37363
  """
37294
37364
  query: String
37295
37365
  ): ProjectV2Connection!
@@ -38046,8 +38116,8 @@ Require all commits be made to a non-target branch and submitted via a pull requ
38046
38116
  """
38047
38117
  type PullRequestParameters {
38048
38118
  """
38049
- When merging pull requests, you can allow any combination of merge commits,
38050
- squashing, or rebasing. At least one option must be enabled.
38119
+ Array of allowed merge methods. Allowed values include `merge`, `squash`, and
38120
+ `rebase`. At least one option must be enabled.
38051
38121
  """
38052
38122
  allowedMergeMethods: [String!]
38053
38123
 
@@ -38082,8 +38152,8 @@ Require all commits be made to a non-target branch and submitted via a pull requ
38082
38152
  """
38083
38153
  input PullRequestParametersInput {
38084
38154
  """
38085
- When merging pull requests, you can allow any combination of merge commits,
38086
- squashing, or rebasing. At least one option must be enabled.
38155
+ Array of allowed merge methods. Allowed values include `merge`, `squash`, and
38156
+ `rebase`. At least one option must be enabled.
38087
38157
  """
38088
38158
  allowedMergeMethods: [String!]
38089
38159
 
@@ -42155,7 +42225,7 @@ type RemovedFromProjectEvent implements Node {
42155
42225
  """
42156
42226
  Identifies the primary key from the database.
42157
42227
  """
42158
- databaseId: Int
42228
+ databaseId: Int @deprecated(reason: "Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC.")
42159
42229
 
42160
42230
  """
42161
42231
  The Node ID of the RemovedFromProjectEvent object
@@ -42165,12 +42235,12 @@ type RemovedFromProjectEvent implements Node {
42165
42235
  """
42166
42236
  Project referenced by event.
42167
42237
  """
42168
- project: Project
42238
+ project: Project @deprecated(reason: "Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC.")
42169
42239
 
42170
42240
  """
42171
42241
  Column name referenced by this project event.
42172
42242
  """
42173
- projectColumnName: String!
42243
+ projectColumnName: String! @deprecated(reason: "Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC.")
42174
42244
  }
42175
42245
 
42176
42246
  """
@@ -45883,7 +45953,7 @@ type Repository implements Node & PackageOwner & ProjectOwner & ProjectV2Recent
45883
45953
  The project number to find.
45884
45954
  """
45885
45955
  number: Int!
45886
- ): Project
45956
+ ): Project @deprecated(reason: "Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC.")
45887
45957
 
45888
45958
  """
45889
45959
  Finds and returns the Project according to the provided Project number.
@@ -45933,7 +46003,7 @@ type Repository implements Node & PackageOwner & ProjectOwner & ProjectV2Recent
45933
46003
  A list of states to filter the projects by.
45934
46004
  """
45935
46005
  states: [ProjectState!]
45936
- ): ProjectConnection!
46006
+ ): ProjectConnection! @deprecated(reason: "Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC.")
45937
46007
 
45938
46008
  """
45939
46009
  The HTTP path listing the repository's projects
@@ -46395,7 +46465,7 @@ type Repository implements Node & PackageOwner & ProjectOwner & ProjectV2Recent
46395
46465
  """
46396
46466
  Can the current viewer create new projects on this owner.
46397
46467
  """
46398
- viewerCanCreateProjects: Boolean!
46468
+ viewerCanCreateProjects: Boolean! @deprecated(reason: "Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC.")
46399
46469
 
46400
46470
  """
46401
46471
  Check if the viewer is able to change their subscription status for the repository.
@@ -47980,7 +48050,7 @@ enum RepositoryRuleType {
47980
48050
  MAX_FILE_PATH_LENGTH
47981
48051
 
47982
48052
  """
47983
- Prevent commits that exceed a specified file size limit from being pushed to the commit.
48053
+ Prevent commits that exceed a specified file size limit from being pushed to the commit graph.
47984
48054
  """
47985
48055
  MAX_FILE_SIZE
47986
48056
 
@@ -60220,6 +60290,11 @@ input UpdateProjectV2FieldInput {
60220
60290
  """
60221
60291
  fieldId: ID!
60222
60292
 
60293
+ """
60294
+ Configuration for an iteration field.
60295
+ """
60296
+ iterationConfiguration: ProjectV2IterationFieldConfigurationInput
60297
+
60223
60298
  """
60224
60299
  The name to update.
60225
60300
  """
@@ -62020,7 +62095,7 @@ type User implements Actor & Node & PackageOwner & ProfileOwner & ProjectOwner &
62020
62095
  The project number to find.
62021
62096
  """
62022
62097
  number: Int!
62023
- ): Project
62098
+ ): Project @deprecated(reason: "Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC.")
62024
62099
 
62025
62100
  """
62026
62101
  Find a project by number.
@@ -62070,7 +62145,7 @@ type User implements Actor & Node & PackageOwner & ProfileOwner & ProjectOwner &
62070
62145
  A list of states to filter the projects by.
62071
62146
  """
62072
62147
  states: [ProjectState!]
62073
- ): ProjectConnection!
62148
+ ): ProjectConnection! @deprecated(reason: "Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC.")
62074
62149
 
62075
62150
  """
62076
62151
  The HTTP path listing user's projects
@@ -62117,7 +62192,7 @@ type User implements Actor & Node & PackageOwner & ProfileOwner & ProjectOwner &
62117
62192
  orderBy: ProjectV2Order = {field: NUMBER, direction: DESC}
62118
62193
 
62119
62194
  """
62120
- A project to search for under the the owner.
62195
+ A project to search for under the owner.
62121
62196
  """
62122
62197
  query: String
62123
62198
  ): ProjectV2Connection!
@@ -62918,7 +62993,7 @@ type User implements Actor & Node & PackageOwner & ProfileOwner & ProjectOwner &
62918
62993
  """
62919
62994
  Can the current viewer create new projects on this owner.
62920
62995
  """
62921
- viewerCanCreateProjects: Boolean!
62996
+ viewerCanCreateProjects: Boolean! @deprecated(reason: "Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC.")
62922
62997
 
62923
62998
  """
62924
62999
  Whether or not the viewer is able to follow the user.
@@ -63416,11 +63491,6 @@ type UserNamespaceRepository implements Node {
63416
63491
  The user owner of the repository.
63417
63492
  """
63418
63493
  owner: RepositoryOwner!
63419
-
63420
- """
63421
- The repository owned by an enterprise managed user.
63422
- """
63423
- repository: RepositoryInfo
63424
63494
  }
63425
63495
 
63426
63496
  """