You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
0 commit comments