Skip to content

Commit aa3f4cb

Browse files
arthansonjeremystretch
authored andcommitted
17710 remove cached fields from CableTermination GraphQL
1 parent 35307d2 commit aa3f4cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

netbox/dcim/graphql/types.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ class ModularComponentTemplateType(ComponentTemplateType):
112112

113113
@strawberry_django.type(
114114
models.CableTermination,
115-
exclude=('termination_type', 'termination_id'),
115+
exclude=('termination_type', 'termination_id', '_device', '_rack', '_location', '_site'),
116116
filters=CableTerminationFilter
117117
)
118118
class CableTerminationType(NetBoxObjectType):

0 commit comments

Comments
 (0)