Support multi-page queries

Sometimes I want to perform a collection or database-wide data transformation or analytics operation that spans across several pages of data. Currently there’s no in-database way of performing this. It requires an external client to maintain state across pagination calls. It would be nice if Fauna could figure out some way of supporting this usecase even if it means a relaxing of the strong consistency guarantees that currently exist.