We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1255a73 commit ed18e45Copy full SHA for ed18e45
1 file changed
ayon_api/graphql.py
@@ -963,7 +963,7 @@ def get_filters(self) -> dict[str, Any]:
963
# Nested edge fields share a single cursor argument in the query.
964
# Query one parent item at a time so child pagination can't be
965
# overwritten by another parent from the same outer page.
966
- limit_amount = min(limit_amount, 1)
+ limit_amount = 1
967
968
filters[limit_key] = limit_amount
969
0 commit comments