opsmill / infrahub

Infrahub - A new approach to Infrastructure Management
https://opsmill.com/
GNU Affero General Public License v3.0
144 stars 7 forks source link

Diff: logic to return a paginated diff #3703

Open ajtmccarty opened 2 weeks ago

ajtmccarty commented 2 weeks ago

Component

API Server / GraphQL

Describe the Feature Request

new logic to return a paginated diff

Describe the Use Case

if a diff is too big, it takes a long time to load and is difficult to read. we should be able to paginate a diff in some predictable manner so that we can return a pieces of the diff in order

Additional Information

No response