You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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."
51313
51318
)
51314
51319
51320
+
"""
51321
+
Indicates whether the current user can see issue fields in this repository
51322
+
"""
51323
+
viewerCanSeeIssueFields: Boolean!
51324
+
51315
51325
"""
51316
51326
Check if the viewer is able to change their subscription status for the repository.
Copy file name to clipboardExpand all lines: src/graphql/data/fpt/schema.json
+16Lines changed: 16 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -30735,6 +30735,14 @@
30735
30735
"kind": "scalars",
30736
30736
"href": "/graphql/reference/scalars#boolean"
30737
30737
},
30738
+
{
30739
+
"name": "viewerCanSetFields",
30740
+
"description": "<p>Check if the current viewer can set fields on the issue.</p>",
30741
+
"type": "Boolean",
30742
+
"id": "boolean",
30743
+
"kind": "scalars",
30744
+
"href": "/graphql/reference/scalars#boolean"
30745
+
},
30738
30746
{
30739
30747
"name": "viewerCanSubscribe",
30740
30748
"description": "<p>Check if the viewer is able to change their subscription status for the repository.</p>",
@@ -67952,6 +67960,14 @@
67952
67960
"isDeprecated": true,
67953
67961
"deprecationReason": "<p>Projects (classic) is being deprecated in favor of the new Projects experience, see: <a href=\"https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/\">https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/</a>. Removal on 2025-04-01 UTC.</p>"
67954
67962
},
67963
+
{
67964
+
"name": "viewerCanSeeIssueFields",
67965
+
"description": "<p>Indicates whether the current user can see issue fields in this repository.</p>",
67966
+
"type": "Boolean!",
67967
+
"id": "boolean",
67968
+
"kind": "scalars",
67969
+
"href": "/graphql/reference/scalars#boolean"
67970
+
},
67955
67971
{
67956
67972
"name": "viewerCanSubscribe",
67957
67973
"description": "<p>Check if the viewer is able to change their subscription status for the repository.</p>",
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."
51313
51318
)
51314
51319
51320
+
"""
51321
+
Indicates whether the current user can see issue fields in this repository
51322
+
"""
51323
+
viewerCanSeeIssueFields: Boolean!
51324
+
51315
51325
"""
51316
51326
Check if the viewer is able to change their subscription status for the repository.
Copy file name to clipboardExpand all lines: src/graphql/data/ghec/schema.json
+16Lines changed: 16 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -30735,6 +30735,14 @@
30735
30735
"kind": "scalars",
30736
30736
"href": "/graphql/reference/scalars#boolean"
30737
30737
},
30738
+
{
30739
+
"name": "viewerCanSetFields",
30740
+
"description": "<p>Check if the current viewer can set fields on the issue.</p>",
30741
+
"type": "Boolean",
30742
+
"id": "boolean",
30743
+
"kind": "scalars",
30744
+
"href": "/graphql/reference/scalars#boolean"
30745
+
},
30738
30746
{
30739
30747
"name": "viewerCanSubscribe",
30740
30748
"description": "<p>Check if the viewer is able to change their subscription status for the repository.</p>",
@@ -67952,6 +67960,14 @@
67952
67960
"isDeprecated": true,
67953
67961
"deprecationReason": "<p>Projects (classic) is being deprecated in favor of the new Projects experience, see: <a href=\"https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/\">https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/</a>. Removal on 2025-04-01 UTC.</p>"
67954
67962
},
67963
+
{
67964
+
"name": "viewerCanSeeIssueFields",
67965
+
"description": "<p>Indicates whether the current user can see issue fields in this repository.</p>",
67966
+
"type": "Boolean!",
67967
+
"id": "boolean",
67968
+
"kind": "scalars",
67969
+
"href": "/graphql/reference/scalars#boolean"
67970
+
},
67955
67971
{
67956
67972
"name": "viewerCanSubscribe",
67957
67973
"description": "<p>Check if the viewer is able to change their subscription status for the repository.</p>",
0 commit comments