How to query a list of strings field in an Amplify DataStore model using a String value
I have the following models:
Amplify Datastore Sync Expression for related models
I’m trying to use sync expression to limit the amount of data users need to sync from the cloud, but am unable to do so if a single sync expression is dependent on two different models. Here’s the schema in question: