Ben Klein

Results 41 comments of Ben Klein

This is still an issue, I think. I've just started with nativescript-vue (I've decent experience with vue) and couldn't start coding for 2 days now due to the fact, that...

Thank you for your answer, @jmdobry and thanks for the amazing work you did with jsdata! You're right, everyone fiddles together what they think might be right for a JSON/REST...

Hard to tell without more information - could you please show the model definitions?

Currently not. I'm open for suggestions and Pull Requests :)

Nope. For dynamic behavior there would be a function. Like we're doing it with HTTP Headers. I suggest something like this: ```js VuexORM.use(VuexORMGraphQL, { database: database, ..., onError(error) { //...

How did you configure the connectionQueryMode?

Currently I have no plans, but PRs are welcome :)

How would you like to have the pagination? As fetch params? `User.fetch({ id: 42 }, { perPage: 8, page: 2})` would be my suggestion. What do you think? :)

Thanks for your answer :) > and have different pagination modes depending on type of connection. Could you specify what this means? > something like that would be cool. i...

Probably. I didn't looked at pagination in depth, so I can't tell currently. Also I'm really busy currently and can't implement this. First step would be to introduce pagination in...