We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 927c706 commit d5b4151Copy full SHA for d5b4151
src/pages/[platform]/build-a-backend/data/data-modeling/secondary-index/index.mdx
@@ -209,7 +209,7 @@ let queriedCustomers = try await Amplify.API.query(
209
210
<InlineFilter filters={["flutter"]}>
211
212
-The example client query below allows you to query for "Customer" records based on their "name" AND their `accountRepresentativeId`:
+The example client query below allows you to query for "Customer" records based on their `name` AND their `accountRepresentativeId`:
213
214
```dart title="lib/main.dart"
215
import 'package:amplify_api/amplify_api.dart';
0 commit comments