Lam Kieu
Lam Kieu
Is this work on vuex now? Cuz I don't know how to use it. I did try something like `this.$firebase` or `this.firebase` but no hope :(
Is it possible to order by aggregated value? I try to do a something like: Course -- Episodes ---- Views `Views model` ``` { date: DateTime! @unique views: Int! }...
@jvbianchi As I know Graphcool Framework is a GraphQL backend solution. Still a lot of people using it like me. Prisma is not a replacement. It is an open-source GraphQL...
@jvbianchi It's already have this feature. You can check the example here: https://github.com/graphcool/graphql-server-example `topHomes` query have `numRatings` which is defined in https://github.com/graphcool/graphql-server-example/blob/master/src/resolvers/Home.ts
@jvbianchi Hmm, yup, that's my bad. It's still missing avg, median, max, min, sum. We may wait for graphcool team to have the right answer.
I haven't try `apollo-cache-persist` before. `apollo-module` is simply embed of `vue-cli-plugin-apollo` to create `vue-apollo` client with some more options use for `vue-apollo`. You can take a look of all options,...
@fresh5447 have you tried it?
As I remember this is happen before I became maintaner on this project. The query will require a data property with the same name as the smart query to receive...
I will take a look at that.
Check this out: https://github.com/nuxt-community/apollo-module/issues/266 Because this is the embed of `vue-apollo` and `vue-cli-plugin-apollo`, then the document is the same as them. I will try to make it clear in the...