Open
Description
NetBox version
v4.3.2
Feature type
Change to existing functionality
Proposed functionality
NetBox v4.3.0 introduced pagination in GraphQL.
I would like to propose that we include support for a "metadata" object containing record counts, like there is in the rest api.
It could look like this:
page_metdata {
count
}
Use case
Allows getting the total number of records for pagination to display total number of records to users / Provide accurate "Showing X of Y results".
Database changes
No response
External dependencies
No response