Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feat: add support for graphql@16.x.x #1383

Conversation

GeoffreyHervet
Copy link

Add support for graphql@16.x.x

The only BreakingChange is removing support for long deprecated comments as descriptions
graphql/graphql-js#2900

Comment on lines +117 to +121
const { errors } = await graphql({
schema,
source: getIntrospectionQuery(),
});

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@MichalLytek
Copy link
Owner

We already have support for that in v2.0.0-beta.1 🤔
#1331

@GeoffreyHervet
Copy link
Author

yes, but the v2 is still in beta, not stable :(

@MichalLytek
Copy link
Owner

Sorry but I'm not gonna merge this and release as minor release. I don't have resources to maintain two parallel versions.

The upgrade is done and will be released with all the other changes from master as the V2.0 🔒

@MichalLytek MichalLytek added Wontfix ❌ This will not be worked on Community 👨‍👧 Something initiated by a community labels Nov 18, 2022
@GeoffreyHervet
Copy link
Author

@MichalLytek when will you merge #1331 ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Community 👨‍👧 Something initiated by a community Wontfix ❌ This will not be worked on
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants