From d192c1e352deb9d28d053885bf0e4b2d2836b2aa Mon Sep 17 00:00:00 2001 From: Brian Tiemann Date: Fri, 24 Oct 2025 18:34:07 -0400 Subject: [PATCH] Merge feature --- netbox/dcim/graphql/types_v1.py | 1 + 1 file changed, 1 insertion(+) diff --git a/netbox/dcim/graphql/types_v1.py b/netbox/dcim/graphql/types_v1.py index c7f069ecb..53f89087a 100644 --- a/netbox/dcim/graphql/types_v1.py +++ b/netbox/dcim/graphql/types_v1.py @@ -677,6 +677,7 @@ class PowerOutletTypeV1(ModularComponentTypeV1, CabledObjectMixinV1, PathEndpoin ) class PowerOutletTemplateTypeV1(ModularComponentTemplateTypeV1): power_port: Annotated["PowerPortTemplateTypeV1", strawberry.lazy('dcim.graphql.types_v1')] | None + color: str @strawberry_django.type(