Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: update remaining
GraphQLNonNull<GraphQLType>
codepoints to
`GraphQLNonNull<GraphQLNullableType>` This is related to graphql#3597, in the sense that graphql#3597 made the `GraphQLNonNull<GraphQL*Type>` => `GraphQLNonNull<GraphQLNullable*Type>` change in other code points related to the `isNonNullType` function, but not within `GraphQLWrappingType` or assertNonNullType. This PR was prompted by the uncovering of a bug by a different PR, see: graphql#3617 (comment)
- Loading branch information