paleobot / pbot-dev

Codebase and initial design documents for pbot client
MIT License
2 stars 2 forks source link

Need to add pagination to search result returns #304

Open aazaff opened 1 month ago

aazaff commented 1 month ago

Right now we just return all results as a single page, but eventually, once there is enough data in PBOT, we will probably need to add pagination.

NoisyFlowers commented 1 month ago

References for later.

Server: https://github.com/neo4j-graphql/neo4j-graphql-js/blob/master/docs/graphql-schema-generation-augmentation.md

Client https://www.apollographql.com/docs/react/pagination/overview/