[PR #10594] [CLOSED] 9817 Add GraphQL for GFK types #13656

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

📋 Pull Request Information

Original PR: https://github.com/netbox-community/netbox/pull/10594
Author: @arthanson
Created: 10/6/2022
Status: Closed

Base: featureHead: 9817-graphql-gfk


📝 Commits (6)

  • dc7e793 9817 add graphql l2vpntermination assigned_object
  • 61b2274 9817 add graphql ipaddressassignment assigned_object
  • 0b38d40 9817 ipan graphql gfk
  • 4fdf49d 9817 dcim graphql gfk
  • 6bfec51 9817 dcim graphql gfk
  • 745edd8 9817 fix tests

📊 Changes

5 files changed (+249 additions, -8 deletions)

View changed files

netbox/dcim/graphql/gfk_mixins.py (+133 -0)
📝 netbox/dcim/graphql/types.py (+6 -3)
netbox/ipam/graphql/gfk_mixins.py (+95 -0)
📝 netbox/ipam/graphql/types.py (+10 -4)
📝 netbox/utilities/testing/api.py (+5 -1)

📄 Description

Fixes: #9817

Adds GraphQL object expansion for GFK items for various model types.


🔄 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/10594 **Author:** [@arthanson](https://github.com/arthanson) **Created:** 10/6/2022 **Status:** ❌ Closed **Base:** `feature` ← **Head:** `9817-graphql-gfk` --- ### 📝 Commits (6) - [`dc7e793`](https://github.com/netbox-community/netbox/commit/dc7e793c1e2f8617c89f64d2b39dd2e143f710a5) 9817 add graphql l2vpntermination assigned_object - [`61b2274`](https://github.com/netbox-community/netbox/commit/61b22745044bbcdbd6124c212ce8370aec666e7e) 9817 add graphql ipaddressassignment assigned_object - [`0b38d40`](https://github.com/netbox-community/netbox/commit/0b38d40b48cd4e0376979c971c75f05e19d3306f) 9817 ipan graphql gfk - [`4fdf49d`](https://github.com/netbox-community/netbox/commit/4fdf49de2a4f34b0db53df7801e7d000db8e4742) 9817 dcim graphql gfk - [`6bfec51`](https://github.com/netbox-community/netbox/commit/6bfec51efe52d9e0ac3486b3217e1e1d9d4f67bf) 9817 dcim graphql gfk - [`745edd8`](https://github.com/netbox-community/netbox/commit/745edd82bf9bae0cd99ccb935f3601f00c08493c) 9817 fix tests ### 📊 Changes **5 files changed** (+249 additions, -8 deletions) <details> <summary>View changed files</summary> ➕ `netbox/dcim/graphql/gfk_mixins.py` (+133 -0) 📝 `netbox/dcim/graphql/types.py` (+6 -3) ➕ `netbox/ipam/graphql/gfk_mixins.py` (+95 -0) 📝 `netbox/ipam/graphql/types.py` (+10 -4) 📝 `netbox/utilities/testing/api.py` (+5 -1) </details> ### 📄 Description <!-- Thank you for your interest in contributing to NetBox! Please note that our contribution policy requires that a feature request or bug report be approved and assigned prior to filing a pull request. This helps avoid wasting time and effort on something that we might not be able to accept. IF YOUR PULL REQUEST DOES NOT REFERENCE AN ISSUE WHICH HAS BEEN ASSIGNED TO YOU, IT WE BE CLOSED AUTOMATICALLY. Specify your assigned issue number on the line below. --> ### Fixes: #9817 <!-- Please include a summary of the proposed changes below. --> Adds GraphQL object expansion for GFK items for various model types. --- <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:20:06 +01:00
adam closed this issue 2025-12-29 23:20:06 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#13656