DNLZ / Apex-QueryMore-Example

An example that demonstrates a method for building QueryMore functionality in Apex to achieve infinite scrolling capabilities without relying on the SOQL OFFSET keyword and the limits that come with it. This technique can also be applied to other use cases where SOQL queries need to be fetched in chunks.
15Updated 4 years ago

Related projects

Alternatives and complementary repositories for Apex-QueryMore-Example