diff --git a/src/GraphQL/helpers/objectsQueries.js b/src/GraphQL/helpers/objectsQueries.js index 6b7a184dbb..3e918c98b6 100644 --- a/src/GraphQL/helpers/objectsQueries.js +++ b/src/GraphQL/helpers/objectsQueries.js @@ -119,6 +119,8 @@ const findObjects = async ( ) { if (limit || limit === 0) { options.limit = limit; + } else { + options.limit = 100; } if (options.limit !== 0) { if (order) {