[PR #11870] [MERGED] Closes #11851: Add family field to IPAddress queries in GraphQL #13862

Closed
opened 2025-12-29 23:21:13 +01:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/netbox-community/netbox/pull/11870
Author: @rmanyari
Created: 3/1/2023
Status: Merged
Merged: 3/10/2023
Merged by: @jeremystretch

Base: developHead: GH-11851


📝 Commits (2)

  • c3565f8 Closes #11851: Add family field to IPAddress queries in GraphQL
  • bddc24e Add family field support to Prefix and Aggregate, fix tests

📊 Changes

2 files changed (+29 additions, -3 deletions)

View changed files

📝 netbox/ipam/graphql/types.py (+25 -3)
📝 netbox/utilities/testing/api.py (+4 -0)

📄 Description

Closes: #11851

  • Use a graphene resolver to include the family information in GraphQL queries.

🔄 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/11870 **Author:** [@rmanyari](https://github.com/rmanyari) **Created:** 3/1/2023 **Status:** ✅ Merged **Merged:** 3/10/2023 **Merged by:** [@jeremystretch](https://github.com/jeremystretch) **Base:** `develop` ← **Head:** `GH-11851` --- ### 📝 Commits (2) - [`c3565f8`](https://github.com/netbox-community/netbox/commit/c3565f841a32d9121a47576d7c9e5a58346398fd) Closes #11851: Add family field to IPAddress queries in GraphQL - [`bddc24e`](https://github.com/netbox-community/netbox/commit/bddc24ef5641c346920b3efb4ea696ed0cf90908) Add family field support to Prefix and Aggregate, fix tests ### 📊 Changes **2 files changed** (+29 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `netbox/ipam/graphql/types.py` (+25 -3) 📝 `netbox/utilities/testing/api.py` (+4 -0) </details> ### 📄 Description ### Closes: #11851 * Use a graphene resolver to include the family information in GraphQL queries. --- <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-29 23:21:13 +01:00
adam closed this issue 2025-12-29 23:21:14 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#13862