pcgeek86 / PSGitHub

This PowerShell module contains commands to manage GitHub through its REST API.
MIT License
182 stars 39 forks source link

The API for the beta projects has changed #67

Open zadjii-msft opened 1 year ago

zadjii-msft commented 1 year ago

As of June, the "new projects" have been officially taken out of beta. This also resulted in some changes to the graphql API surface:

1) The introduction of new ProjectV2 object and mutations. 2) The deprecation of ProjectNext object and mutations, scheduled for 1st October 2022.

I suspect a bunch of queries in Functions/Public/Projects will need to be updated to accommodate these changes.