Andrew McCloud
Andrew McCloud
WIP see [docs in diff](https://github.com/goabstract/abstract-sdk/blob/2e311e76555c96d82609c9ceea03e53dc330f332/docs/abstract-api.md#retrieve-data-for-file)
Hey @vio, It would be nice to set `initial: true` for chunks directly exposed with module federation. WebpackModuleFederation injects a remote entry chunk that is all auto-generated and only loosely...
Is it possible to get access to the optimistic Parse.Object after a `Mutation.Create`?
```js export const isIterable = value => isFunction(value?.[Symbol.iterator]) || (value && Object.keys(value).length > 0) ```