Patrick Schubert
Patrick Schubert
For updating or inserting use the node-mysql connection exposed on the `LiveMysql.db property`. ``` liveDb = new LiveMysql(sqlsettings); liveDb.db.query("INSERT INTO ...", (err, res) => { // do something }); ```
Thanks so much for your quick reply ... should have read the docs more carefully! Works like a charm! :-) Just out of curiosity: Do you have any idea on...
Thanks a bunch for your very quick answer! 😃 I am running with subscriptions, but for some reason these work horribly inconsistent for me. After mounting my special Query-component including...
Okay thank you very much! You already helped me a lot with the FetchPolicy! 😃 I have one more problem you might be able to help me with: - I...
I can't ... using websockets/DDP with https://github.com/Swydo/ddp-apollo :-( This is all so incredibly difficult to debug 😬 Thanks a bunch, I will write to you in slack!
I would maybe also suggest to switch to `createContainer()`, especially as Kadira is closing down and thus also the support for any libraries they created is declining. So maybe it...
I completely agree with @stubailo! Just today I used both solutions and MDGs `createContainer()` makes much more sense to me. btw: Can someone explain to me what exactly "pure rendering"...
Hi @donstephan , great job there! We are also using and relying heavily on Grapher in production and would like to upgrade to the newest Meteor version. I guess my...
Is this somehow still present, even for named queries? I have a named query, living in its own file and using `export default`, which is also using a reducer (defined...