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

Fix: make public API compatible with 'exactOptionalPropertyTypes' #3670

Merged
merged 1 commit into from
Jul 21, 2022

Commits on Jul 20, 2022

  1. Fix: make public API compatible with 'exactOptionalPropertyTypes'

    It's recomended option that was added in TS 4.4 but our public API
    was not compatible with it. Meaning if project was using graphql-js
    and had this enabled this flag they lost ability to explicitly pass
    undefined values.
    IvanGoncharov committed Jul 20, 2022
    Configuration menu
    Copy the full SHA
    a60f4fc View commit details
    Browse the repository at this point in the history