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

TS: Fix incorrect enum typing in findBreakingChanges #2563

Merged

Conversation

mwinstanley
Copy link
Contributor

PR #2084 (link to relevant part) updated the enums used in findBreakingChanges.js, but did not update the corresponding types in findBreakingChanges.d.ts. Found this inconsistency when playing around with findBreakingChanges in Typescript.

This PR updates the typing to correspond with the implementation.

@IvanGoncharov IvanGoncharov added the PR: bug fix 🐞 requires increase of "patch" version number label May 19, 2020
@IvanGoncharov IvanGoncharov merged commit 985a8e3 into graphql:master May 19, 2020
@IvanGoncharov
Copy link
Member

@mwinstanley Thanks a lot 👍
Merged 🎉

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
PR: bug fix 🐞 requires increase of "patch" version number
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants