fern-reporter
fern-reporter copied to clipboard
Feat: Support pagination in graphql API
Currently graphql api for testRuns
API does not support pagination and returns all testRuns from the DB. As the data in DB grows this could prove problematic and expensive as the response payload will be huge.