Rejifald
Rejifald
File picker with previews will be great. For example https://lusaxweb.github.io/vuesax/components/upload.html#default
I suggest to add special props to va-form-item, or slots, or even both, where can be placed errors and warnings. WDYT ?
Resolve #7 Add possibility to configure Apollo cache instance. For example: ```js ... apollo: { clientConfigs: { default: { // see https://www.apollographql.com/docs/react/api/core/ApolloClient/#ApolloClient.constructor uri: "http://localhost:3000/api", cache: { // see https://www.apollographql.com/docs/react/caching/cache-configuration/#possibletypes possibleTypes...
**Problem** There is no way to neither pass cache options nor pass custom cache. **Scenario** In my particular scenario I need to pass [possibleTypes](https://www.apollographql.com/docs/react/caching/cache-configuration/#possibletypes) to cache constructor. **Proposed solutions** 1....