Skip to content

Commit

Permalink
17710 remove cached fields from CableTermination GraphQL
Browse files Browse the repository at this point in the history
  • Loading branch information
arthanson authored and jeremystretch committed Oct 16, 2024
1 parent 35307d2 commit aa3f4cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion netbox/dcim/graphql/types.py
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ class ModularComponentTemplateType(ComponentTemplateType):

@strawberry_django.type(
models.CableTermination,
exclude=('termination_type', 'termination_id'),
exclude=('termination_type', 'termination_id', '_device', '_rack', '_location', '_site'),
filters=CableTerminationFilter
)
class CableTerminationType(NetBoxObjectType):
Expand Down

0 comments on commit aa3f4cb

Please sign in to comment.