Ben Klein

Results 41 comments of Ben Klein

> GraphQL servers usually generate a single schema.json for the app. Never heard of that. Sounds interesting. Currently the plugin runs a introspection query against the GraphQL API to get...

This is a nice approach. I'm very open for the idea of initially generating the Vuex-ORM models via the introspection query. I think this would be a very useful feature.

Yes exactly. We just have to implement it 😎

Hi! Sorry for answering that late. Was rather busy the last months. Is this still relevant? Could you upgrade to the latest master state and resolve the conflicts?

That's a good point. Mutations could be optional. Thanks for the advice! Currently these are required. However I will try to patch that soo :)

The user can construct their own apollo link instance. You can pass the link while setting up the GraphQL Plugin :) If this is not enough, we could allow the...

> It is inefficient to dispatch SimpleQuery and SimpleMutation in Vuex stores. Where did you read that? It's not inefficient at all :) Apollo has nothing to do with Vuex....

It says it's not a clean solution. It is efficient, but from a architectural view not ideal ;)

Websocket is really cool! I don't think it's complicated to bring apollo-link-ws into this plugin. The biggest barrier is that I don't have any time currently for working on this...

I think I will need this in the next months too, so probably I will add this soon. However I'm very open for ideas and Pull Requests :)