Ben Klein

Results 22 issues of Ben Klein

It would be nice if we could define aliases for commands. For example like this: ```crystal cmd.commands.add do |cmd| cmd.use = "console" cmd.alias = "c" cmd.short = "Runs a console"...

feature

... are currently not possible. Can we have that? like `this.hasMany(Thing, ['key1', 'key2'])`

enhancement

We should support GraphQL Subscriptions

enhancement

The Apollo-Client supports Optimistic UI. It would be nice when this plugin would support that too. We have to think about what this means and how this support could look...

enhancement
help wanted
discussion

- [x] Adapter Pattern to adapt for different schemas - [x] Eager Saving: #94 - [x] Support for non-integer IDs: #62 - [ ] Cleanup interfaces/types - [ ] Support...

from #101: > should have a flag which simply does vuex orm .create() instead of a .insert() (would solve pagination)

It would be nice if one could overwrite the model based eagerLoad definitions in fetch(). Also to prevent eager loading of a relation.

enhancement