AWS AppSync Limitation

0

I am using AWS AppSync to connect between a database on AWS DynamoDB and a Laravel website. However, there's an issue when requesting orders that exceed 20. Where can I find the problem? Is there a limitation in AWS AppSync causing this?

1 個回答
1
已接受的答案

AWS AppSync does have limitations on the number of results returned by a single GraphQL query. By default, the maximum number of results returned by a single query is 100. This limit is imposed to prevent excessive data transfer and potential performance issues.

If you are experiencing issues with querying orders that exceed 20, it's possible that you are hitting this default limit. To address this, you can adjust the pagination settings in your GraphQL schema to allow for larger result sets.

This could be of help :- https://dev.to/onlybakam/implementing-pagination-with-aws-appsync-5d08

profile picture
專家
已回答 1 個月前
  • Okay .. Can I request increase this limit?

  • Yes you can through AWS Support. You can open a ticket for this

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南