[PR #18903] [MERGED] Closes #16224 GraphQL Pagination #15468

Closed
opened 2025-12-30 00:22:06 +01:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/netbox-community/netbox/pull/18903
Author: @arthanson
Created: 3/14/2025
Status: Merged
Merged: 3/20/2025
Merged by: @jnovinger

Base: featureHead: 16224-graphql-pagination


📝 Commits (10+)

📊 Changes

14 files changed (+277 additions, -117 deletions)

View changed files

📝 docs/integrations/graphql-api.md (+12 -0)
📝 netbox/circuits/graphql/types.py (+22 -11)
📝 netbox/core/graphql/types.py (+11 -4)
📝 netbox/dcim/graphql/types.py (+86 -43)
📝 netbox/extras/graphql/types.py (+28 -13)
📝 netbox/ipam/graphql/types.py (+36 -18)
📝 netbox/netbox/graphql/schema.py (+1 -1)
📝 netbox/netbox/graphql/types.py (+2 -0)
📝 netbox/netbox/settings.py (+1 -0)
📝 netbox/tenancy/graphql/types.py (+36 -6)
📝 netbox/users/graphql/types.py (+4 -2)
📝 netbox/virtualization/graphql/types.py (+12 -6)
📝 netbox/vpn/graphql/types.py (+20 -10)
📝 netbox/wireless/graphql/types.py (+6 -3)

📄 Description

Fixes: #16224


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/netbox-community/netbox/pull/18903 **Author:** [@arthanson](https://github.com/arthanson) **Created:** 3/14/2025 **Status:** ✅ Merged **Merged:** 3/20/2025 **Merged by:** [@jnovinger](https://github.com/jnovinger) **Base:** `feature` ← **Head:** `16224-graphql-pagination` --- ### 📝 Commits (10+) - [`03a0b17`](https://github.com/netbox-community/netbox/commit/03a0b1749c2327eb3365d08efc023f2eed672bea) 16244 add pagination - [`0754c85`](https://github.com/netbox-community/netbox/commit/0754c857151701ee6d7e7abf946dcfb18cd6c555) 16244 add pagination - [`afcba91`](https://github.com/netbox-community/netbox/commit/afcba919319f1d51042b403d6cef1b636cc55c08) 16244 fix order_by pagination - [`3b4ccd7`](https://github.com/netbox-community/netbox/commit/3b4ccd7cb8963e194af9acaf650c6605cc595bb1) 16224 document pagination - [`7a217af`](https://github.com/netbox-community/netbox/commit/7a217afc6a85e1ef6e803e7e137594a0d896d8e9) 16224 remove extraneous code - [`087ae9a`](https://github.com/netbox-community/netbox/commit/087ae9a963d7adfe9c4d378d56e509e0fd0fbb42) 16224 missing core types - [`81a0cf1`](https://github.com/netbox-community/netbox/commit/81a0cf19a939024824c27c39557e8109c293dc9e) Merge branch 'feature' into 16224-graphql-pagination - [`c02d32c`](https://github.com/netbox-community/netbox/commit/c02d32cdb24d42b02d7c41c2ad270d7fad133e3c) 16224 review changes - [`33fbdc0`](https://github.com/netbox-community/netbox/commit/33fbdc0737b4d1ab3f78d9a98f098228b0281467) 16224 review changes - [`82ebadd`](https://github.com/netbox-community/netbox/commit/82ebadd675cde78d68d2e6985363e9073bd8d64b) 16224 review changes ### 📊 Changes **14 files changed** (+277 additions, -117 deletions) <details> <summary>View changed files</summary> 📝 `docs/integrations/graphql-api.md` (+12 -0) 📝 `netbox/circuits/graphql/types.py` (+22 -11) 📝 `netbox/core/graphql/types.py` (+11 -4) 📝 `netbox/dcim/graphql/types.py` (+86 -43) 📝 `netbox/extras/graphql/types.py` (+28 -13) 📝 `netbox/ipam/graphql/types.py` (+36 -18) 📝 `netbox/netbox/graphql/schema.py` (+1 -1) 📝 `netbox/netbox/graphql/types.py` (+2 -0) 📝 `netbox/netbox/settings.py` (+1 -0) 📝 `netbox/tenancy/graphql/types.py` (+36 -6) 📝 `netbox/users/graphql/types.py` (+4 -2) 📝 `netbox/virtualization/graphql/types.py` (+12 -6) 📝 `netbox/vpn/graphql/types.py` (+20 -10) 📝 `netbox/wireless/graphql/types.py` (+6 -3) </details> ### 📄 Description ### Fixes: #16224 <!-- Please include a summary of the proposed changes below. --> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
adam added the pull-request label 2025-12-30 00:22:06 +01:00
adam closed this issue 2025-12-30 00:22:07 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#15468