You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On the client side, you should find a new `listBy...` query that's named after hash key and sort keys. For example, in this case: `listByAccountRepresentativeIdAndName`. You can supply the filter as part of this new list query:
161
161
@@ -209,7 +209,7 @@ let queriedCustomers = try await Amplify.API.query(
209
209
210
210
<InlineFilterfilters={["flutter"]}>
211
211
212
-
The example client query below allows you to query for "Customer" records based on their `accountRepresentativeId`:
212
+
The example client query below allows you to query for "Customer" records based on their "name" AND their `accountRepresentativeId`:
0 commit comments