|
@@ -112,7 +112,7 @@ class ModularComponentTemplateType(ComponentTemplateType):
|
|
|
|
|
|
|
|
@strawberry_django.type(
|
|
@strawberry_django.type(
|
|
|
models.CableTermination,
|
|
models.CableTermination,
|
|
|
- exclude=('termination_type', 'termination_id'),
|
|
|
|
|
|
|
+ exclude=('termination_type', 'termination_id', '_device', '_rack', '_location', '_site'),
|
|
|
filters=CableTerminationFilter
|
|
filters=CableTerminationFilter
|
|
|
)
|
|
)
|
|
|
class CableTerminationType(NetBoxObjectType):
|
|
class CableTerminationType(NetBoxObjectType):
|