Plugin directories disappeared from master #8655
-
I was previously working on a fix for an issue in the I've scanned through announcements, recent releases, etc. to find an explanation but feel like I'm missing something that I shouldn't be. Thanks for update. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Hi @EandrewJones, As announced in the roadmap, most of existing plugins have been moved to a new repository: dotansimha/graphql-code-generator-community. All the pending PRs have been pinged accordingly, for example, #8408 (comment) To migrate your local work/branch to the new repo, please follow these instructions: From your current PR branch:
Then, open the PR on Thank you! |
Beta Was this translation helpful? Give feedback.
-
Many thanks. I guess I read everything except the roadmap. |
Beta Was this translation helpful? Give feedback.
Hi @EandrewJones,
As announced in the roadmap, most of existing plugins have been moved to a new repository: dotansimha/graphql-code-generator-community.
All the pending PRs have been pinged accordingly, for example, #8408 (comment)
To migrate your local work/branch to the new repo, please follow these instructions:
From your current PR branch:
Then, open the PR on
dotansimha/graphql-code-generator-community
.Thank you!