Added the cable -> CableType-Annotation in CableTerminationType.

This commit is contained in:
Kay Schroeder 2024-12-04 17:25:07 +01:00 committed by Jeremy Stretch
parent fff4ec78ad
commit 382e246b2c

View File

@ -116,7 +116,7 @@ class ModularComponentTemplateType(ComponentTemplateType):
filters=CableTerminationFilter
)
class CableTerminationType(NetBoxObjectType):
cable: Annotated["CableType", strawberry.lazy('dcim.graphql.types')] | None
termination: Annotated[Union[
Annotated["CircuitTerminationType", strawberry.lazy('circuits.graphql.types')],
Annotated["ConsolePortType", strawberry.lazy('dcim.graphql.types')],