Summary
Add the ability to pull later pages from a query result with lots of data.
Description
While the application is aware of the need for paging in theory, nothing has been done to implement it in practice. Even the simplest org should return more than 10k records for:
SELECT SobjectType, Field, ParentId, PermissionsEdit, PermissionsRead, Parent.Name FROM FieldPermissions
Add paging controls to the interface.
Add support for pulling in subsequent pages see jsforce's [QueryMore()](http://jsforce.github.io/jsforce/doc/Connection.html#queryMore) and this issue for implementation suggestions and discussion.
Summary Add the ability to pull later pages from a query result with lots of data.
Description While the application is aware of the need for paging in theory, nothing has been done to implement it in practice. Even the simplest org should return more than 10k records for:
SELECT SobjectType, Field, ParentId, PermissionsEdit, PermissionsRead, Parent.Name FROM FieldPermissions
[QueryMore()](http://jsforce.github.io/jsforce/doc/Connection.html#queryMore)
and this issue for implementation suggestions and discussion.