-
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
.inspect()
is deprecated
#1599
Labels
Comments
IvanGoncharov
added a commit
to IvanGoncharov/graphql-js
that referenced
this issue
Dec 14, 2018
IvanGoncharov
added a commit
that referenced
this issue
Dec 14, 2018
@bradennapier Thanks for reporting 👍 |
Sweet! Thanks! I’ve since found quite a few libraries with this as an issue so seems fairly common. Appreciate taking care of it as Node 11 removes support and it publishes the whole thing :) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Are there plans to resolve the deprecation warnings that come with this library due to the use of
.inspect()
method being used?Any attempt to log values within the library result in:
on the LTS version of nodejs (v10)
https://github.com/graphql/graphql-js/blob/master/src/jsutils/inspect.js
nodejs/node#15549
The text was updated successfully, but these errors were encountered: