Claus Wahlers
Claus Wahlers
`NODE_PARAGRAPH` resolvers do not take a second argument (only children are passed). Judging from that error message, it looks like you indeed want a `MARK_TEXT_STYLE` resolver.
Weird! I'll look into that.
Hmm i can't reproduce it. Could you do me a favor and add a `MARK_TEXT_STYLE` resolver? Something like this: ```jsx markResolvers: { [MARK_TEXT_STYLE]: (children, props) => { console.log(props); return {children}...
I just published 2.7.5 that does some sanity checking for missing attributes. Please let me know if that helps.
I am one of those users on DigitalOcean with managed postgres, and i used to have streaming/index.js patched. I just updated to 4.2 and got rid of the patch, which...
Right now that's not possible i'm afraid, the API is designed to be synchronous. May i ask what your use case is?
Yeah that'd be a solve. Otherwise, i guess i can make it work but that would require some significant changes and i'm not sure i'm prepared to do that, as...