Description
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?