Sibelius Seraphini

Results 442 comments of Sibelius Seraphini

@jhen0409 any plan to get a release for this fix?

this is breaking on 0.7.18 when we add this to our entry .js file ``` global.XMLHttpRequest = global.originalXMLHttpRequest ? global.originalXMLHttpRequest : global.XMLHttpRequest; global.FormData = global.originalFormData ? global.originalFormData : global.FormData; ```...

![image](https://user-images.githubusercontent.com/2005841/38527037-2d8693fe-3c2f-11e8-8ced-bd549feb215d.png) this is the contextual menu, gonna try again, and let your guys know

this is working for on 0.53.3 using this https://github.com/jhen0409/react-native-debugger/issues/209#issuecomment-379917990

Code that can solve this: ```jsx const load = async (context: GraphQLContext, id: string): Promise

https://github.com/mhaagens/koa-hot-reload/commit/4f00438b843f9da35277f816de91044f7462ec82

mandem dúvidas no slack ou no meu twitter https://twitter.com/sseraphini com dúvidas

Can't you follow relay approach? https://relay.dev/docs/en/mutations#range_add You should return a new edge on output of your mutation, then you can add the new edge to your existing connections of your...

Not much sure how Apollo store works, but in Relay all queries all stored in a normalized way (read more here https://medium.com/@sibelius/relay-modern-the-relay-store-8984cd148798). So you don't focus on updating queries but...