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 typing for isNonNullType #3597

Merged
merged 1 commit into from
May 19, 2022
Merged

Fix typing for isNonNullType #3597

merged 1 commit into from
May 19, 2022

Commits on May 19, 2022

  1. Fix typing for isNonNullType

    = If a type is a non-null type, then the wrapped type must be nullable.
    
    = Introduces `GraphQLNullableInputType` and `GraphQLNullableOutputType` to properly represent the result when `isNonNullType` is called on parameters of type `GraphQLInputType` or `GraphQLOutputType`.
    yaacovCR committed May 19, 2022
    Configuration menu
    Copy the full SHA
    cf6430e View commit details
    Browse the repository at this point in the history