Mick Neupart

Results 4 comments of Mick Neupart

I believe what you are looking for is a watchQuery which is not implemented in this library. You might be able to get it directly from the apollo client. https://www.apollographql.com/docs/react/api/core/ApolloClient#ApolloClient.watchQuery

A quick temp fix for this issue can be to explicitly import VueSelect instead of using the default import. in case of the example the code would be ```javascript import...

@rektdeckard can you give this PR some love 😊 To not break existing setups the package should probably be released as a 2.0 release

Doesn't MEVN lose its meaning if you use another framework than express. In that case the CLI should be renamed to something else to reflect that it is no longer...