mirror of
https://github.com/netbox-community/netbox.git
synced 2024-05-10 07:54:54 +00:00
9856 temp checkin
This commit is contained in:
@@ -129,6 +129,7 @@ class CableTerminationType(NetBoxObjectType):
|
||||
)
|
||||
class CableType(NetBoxObjectType):
|
||||
color: str
|
||||
tenant: Annotated["TenantType", strawberry.lazy('tenancy.graphql.types')] | None
|
||||
|
||||
@strawberry_django.field
|
||||
def terminations(self) -> List[CableTerminationType]:
|
||||
|
||||
Reference in New Issue
Block a user