List<ModelType>.load() doesn't fetch/load any results from the backend. #265
Labels
closing soon
This issue will be closed in 7 days unless further comments are made.
datastore
Issues related to the DataStore category
Trying to fetch child data of a parent record via
List<M>
doesn't seem to work at all (orAmplify.DataStore
is not really synchronising data down)Set Up
Given the following schema:
As expected, this will generate two models out of which
Blog
will contain a definitionposts: List<Post>
(for this particular scenario).If I call my
Blog
instance and attempt to load data for myposts
Reading the documentation of
load
it saysTrigger DataStore query to initialize the collection. This function always fetches data from the DataStore.query.
.Has this functionality been tested? Have I just misconfigured the project?
The text was updated successfully, but these errors were encountered: