1
0
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:
Arthur
2024-03-07 07:39:15 -08:00
parent 4784829477
commit 005a339745
2 changed files with 3 additions and 6 deletions

View File

@@ -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]: