Description
gh issue view fails with a GraphQL deprecation warning when querying issues that have project cards.
Steps to reproduce
gh issue view --repo anthropics/claude-code 10115
Error message
GraphQL: Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. (repository.issue.projectCards)
Expected behavior
The command should complete without deprecation warnings, or handle them gracefully.
Additional context
gh issue create works without this warning, suggesting inconsistent GraphQL query implementations
- The deprecated field is
repository.issue.projectCards
- GitHub deprecated Projects (classic) in May 2024
- The command should use the new Projects API instead