[PR #19373] [MERGED] Fixes #19361: Fix wrong graphql field data-types #15633

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

📋 Pull Request Information

Original PR: https://github.com/netbox-community/netbox/pull/19373
Author: @corubba
Created: 5/1/2025
Status: Merged
Merged: 5/7/2025
Merged by: @arthanson

Base: mainHead: bugfix/graphql-datatypes


📝 Commits (1)

📊 Changes

2 files changed (+6 additions, -6 deletions)

View changed files

📝 netbox/dcim/graphql/types.py (+5 -5)
📝 netbox/vpn/graphql/types.py (+1 -1)

📄 Description

Fixes: #19361

Fix the data type of fields in GraphQL, which got (presumably unintentionally) changed during the GraphQL-engine-switch.


🔄 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/19373 **Author:** [@corubba](https://github.com/corubba) **Created:** 5/1/2025 **Status:** ✅ Merged **Merged:** 5/7/2025 **Merged by:** [@arthanson](https://github.com/arthanson) **Base:** `main` ← **Head:** `bugfix/graphql-datatypes` --- ### 📝 Commits (1) - [`c34bf19`](https://github.com/netbox-community/netbox/commit/c34bf19ddce08fcf0bc8fd45b79a06024a30f250) Fixes #19361: Fix wrong graphql field data-types ### 📊 Changes **2 files changed** (+6 additions, -6 deletions) <details> <summary>View changed files</summary> 📝 `netbox/dcim/graphql/types.py` (+5 -5) 📝 `netbox/vpn/graphql/types.py` (+1 -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 opening a pull request. This helps avoid waste time and effort on a proposed change that we might not be able to accept. IF YOUR PULL REQUEST DOES NOT REFERENCE AN ISSUE WHICH HAS BEEN ASSIGNED TO YOU, IT WILL BE CLOSED AUTOMATICALLY. Please specify your assigned issue number on the line below. --> ### Fixes: #19361 <!-- Please include a summary of the proposed changes below. --> Fix the data type of fields in GraphQL, which got (presumably unintentionally) changed during the GraphQL-engine-switch. --- <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:23:07 +01:00
adam closed this issue 2025-12-30 00:23: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#15633