Uh oh!
There was an error while loading. Please reload this page.
Record Data State - #463
Conversation
mikkopaderes
commented
Mar 15, 2019
Are there any plans for an Another related property may be |
@mikkopaderes the short answer is that there is not. We did explore whether A TL;DR of what to do instead is check if the RecordData cache has an entry for a given identifier If we start with a bit of context on what In pre-record-data
An unfortunate design within With the In the |
| isDeleted(identifier: RecordIdentifier): boolean | ||
| isDeletionPersisted(identifier: RecordIdentifier): boolean |
There was a problem hiding this comment.
Bizarre spacing here, maybe tabs vs spaces or something?
| getAttr(identifier: RecordIdentifier, key: string): any; | ||
| getRelationship(identifier: RecordIdentifier): JsonApiRelationship; | ||
| performMutation(operation: Operation): void |
Rendered