-
-
Notifications
You must be signed in to change notification settings - Fork 816
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
use getDescription from graphql package #672
use getDescription from graphql package #672
Conversation
Prepared a PR in We need to wait for it to be merged and then bump the version of Please let me know what else I can do to get this merged or if I am doing something wrong :) Thanks! |
The
Which lead me to this, but I think this is already done. I am new to TS and can use a comment on how to resolve the above error. @stubailo Please advice as you have much more context of this situation than me. |
I attempted to fix the above issue with this commit but it has broken GRAPHQL_VERSION Advice on how should I proceed? |
From CHANGELOG
How do we confirm if 0.11/0.12 can be removed now? In any case, I am preparing a commit removing them for further discussion 👍 |
I think this is okay to merge if we are okay to drop older versions. CC @benjamn |
We will be sure to merge this once we're ready to drop support for 0.11 and 0.12 (thanks @freiksenet), likely when we release |
@divyenduz Can you rebase this against |
@benjamn This is done, sorry for the delay, was traveling and just got access to a laptop. I understand tha |
@benjamn : Would it be possible to merge this anytime soon? Thanks. |
Closed and reopened PR to re-trigger the build. I think it had failed for some reason with travis unrelated to this PR. |
@divyenduz thanks a lot! Looks like we don't support 0.12 anymore anyway, so that made things a lot simpler. Thanks! |
WIP: Not ready to be merged yet. Still need to exposegetDescription
at proper path with proper typings in@types/graphql
. I am working on it - already working and tested on local by changing directly innode_modules
, working on a PR.Raising a PR because this is one of my first works in TS and I want to be sure that I am not doing something wrong :)
Based on the discussion, I think we are supposed to get the
getDescription
function from index. Corresponding typings in@types/graphql
look outdated, working on bringing them up to speed withgraphql-js
.TODO: