1 Answer
- Newest
- Most votes
- Most comments
1
I can see that there are default limits applied to the query as it is performing a scan.
Details are provided here: https://aws.amazon.com/premiumsupport/knowledge-center/appsync-wrong-query-item-number-dynamodb/
I updated the Appsync console query to include an updated limit and this now works fine.
query MyQuery { listActivities(limit: 1000, filter: {date: {eq: "2023-02-25T13:45+00:00"}}) { items { date owner } } }
answered 2 years ago
Relevant content
- asked 2 years ago
- Accepted Answerasked 3 years ago
- asked 2 years ago
- AWS OFFICIALUpdated 2 years ago
- AWS OFFICIALUpdated 2 years ago
- AWS OFFICIALUpdated 4 months ago
- AWS OFFICIALUpdated 7 months ago