Ryann Galea

Results 18 comments of Ryann Galea

Any plans to implement input transform?

I noticed this ORM on Twitter the other day, I have not spent any time looking deep into it yet but it's compatible with MongoDB & might be an avenue...

For anyone using Angular, I am currently using this middleware which strips the '__typename' off all requests. It has come in very handy for me. perhaps someone else would benefit....

You are able to change what the cache uses for an ID also, instead of '__typename'.

In most cases @elie222 the '__typename' is not something we include in our inputs, therefore when the mutation is sent to the server along with a '__typename' it doesn't match...

Any clean new ideas on this? Love to have a solution here. I create my apollo link on load but once my user logs in id really like to update...

Yes, I'm having the same issue where document needs 'override document'

I have seen this in the docs but in this situation, it seems overly complex to use observables and templates. For something so simple at least. I guess my initial...

Sounds good, Thanks for taking a look.