Marais Rossouw
Marais Rossouw
+1 this. But feel as though this would be better suited for a SDL directive envelope could just rip out, than looking for fields.
friendly bump @feross this would be such a great pr! Helpful for Cloudflare Workers where `global` is actually undefined.
I disagree with this @mxstbr, granted I have no grounds.... But this would mean this lib would only make sense for express users. Why not instead open up secondary entry...
@ro-savage from what I can see, I could probably just be middleware layer? But I dare say, you'd have to rework middleware composition, to support observable. So things like this...
@nodkz I'd be keen on giving it some love, for sure! I reckon first order of business would be _to_ TypeScript migration - coz I mean, who even uses Flow...
Thanks for the feedback! This library is Universal (isomorphic) and must work in node and browser envs. That is great, so is meros. However it rely on bundler detection to...
@nodkz i've just pushed up a working unit test.
@nodkz are you using Apollo for network layer, but relay as the runtime? @ntelkedzhiev I'll be happy to take a look at this. ⚡️
Yes - currently Relay only supports core-js@2. This is not a problem with react-relay-network-modern, but with relay-runtime itself.
If I understand correctly, you're wanting to narrow the types as you venture further down the tree? ```graphql interface Product { name: String! price: Price } type VirtualProduct implements Product...