Conversation
Introspection queries should always resolve synchronously, and this wrapper causes them to be async. This causes problems when used in conjunction with Apollo.
|
I really want to use this, can you package an npm version so I can better try this out? Edit: |
|
With that fix I managed to get it to work, however on startup this is spammed into the console |
|
@LennyPenny should be fixed now |
LennyPenny
left a comment
There was a problem hiding this comment.
out is still const, should be let out = ... on line 68
|
I will try this out tomorrow and report back, had to also do some other adjustments on my local fork but they might not really matter. @arunoda get ready to merge & publish ;) |
|
Hi, when do you spect to have this merge and publish? I'm having this issue because I'm using graphql in conjunction with apollo. Thanks |
|
@kadirahq could you test and merge this? |
|
@kadirahq you realize that without this, your library can't be used with apollo-graphql? |
|
It looks like kadira has closed - @mnmtanish since you seem to have access to this, would you be able to test and merge this? |
Introspection queries should always resolve synchronously, and this wrapper causes them to be async. This causes problems when used in conjunction with Apollo.
This is a proposed fix, not actually tested. I used something similar for my wrappers.