mitjade
mitjade
**What's the problem this PR addresses?** I am trying to migrate from `apollo-link-state`, to fix `default` state not being set on `ssr`. When this kit migrated to `apollo-client` 3.0 (#1134),...
Add `domain-schema` to `add-module` cli command, to be able to generate graphql types with cli. TODO: - [x] `cli updateschema` to re-generate `.graphql` schema file - [x] generate select query...
Cli crud
Create a cli to generate full CRUD out of a given schema. `yarn cli addmodule modulename` - to generate an emply module, with no graphql `yarn cli addcrud modulename` -...
Extend `cli addmodule` to support `web` or `mobile` only module generation.
I would like to start a discussion of the blog post titles, that would add most value to better understanding of this kit, and then we can work together through...
Allow setting a limit for sqlite3 and mysql dialects.
I would like to use `join-monster` with `sqlite3` or `mysql` database, but it prevents me setting the `limit`. You state in the docs, that limit can only be used if...