You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is no way to inject cursor into the query Entities.GetEntitySearch function generating. Thus the query result is limited to first 200 entries.
graphQL api do support paginate but the SDK hardcode the input of query as getEntitySearchQuery (code) with only queryBuilder but no way to inject a cursor from earlier query result.
Any suggestion or is that something need to fix?
The text was updated successfully, but these errors were encountered:
Description
There is no way to inject
cursor
into the queryEntities.GetEntitySearch
function generating. Thus the query result is limited to first 200 entries.graphQL api do support paginate but the SDK hardcode the input of query as
getEntitySearchQuery
(code) with onlyqueryBuilder
but no way to inject acursor
from earlier query result.Any suggestion or is that something need to fix?
The text was updated successfully, but these errors were encountered: