-
Notifications
You must be signed in to change notification settings - Fork 2k
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: isSpecifiedScalarType incorrectly refines type #2153
Labels
Comments
tgriesser
added a commit
to tgriesser/graphql-js
that referenced
this issue
Sep 23, 2019
tgriesser
added a commit
to tgriesser/graphql-js
that referenced
this issue
Sep 23, 2019
IvanGoncharov
added a commit
to IvanGoncharov/graphql-js
that referenced
this issue
Sep 24, 2019
IvanGoncharov
added a commit
to IvanGoncharov/graphql-js
that referenced
this issue
Sep 24, 2019
Fixes graphql#2153 Previous disscussion: graphql#1837 (comment)
IvanGoncharov
added a commit
that referenced
this issue
Sep 25, 2019
IvanGoncharov
added a commit
that referenced
this issue
Oct 1, 2019
…es (#2196) Fixes #2153 Previous disscussion: #1837 (comment)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Reported by @yaacovCR in #2104 (comment)
This line -- I think -- causes typescript to assume that a type that fails isSpecifiedScalarType test is actually not a GraphqlScalarType at all.
graphql-js/tstypes/type/scalars.d.ts
Line 11 in a482d3b
The text was updated successfully, but these errors were encountered: