1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00

Clean up GraphQL object types & tests

This commit is contained in:
jeremystretch
2021-06-29 12:55:17 -04:00
parent 79614ed2cf
commit ef3cb9544a
6 changed files with 88 additions and 11 deletions

View File

@@ -65,7 +65,7 @@ class TagType(BaseObjectType):
class Meta:
model = models.Tag
fields = '__all__'
exclude = ('extras_taggeditem_items',)
filterset_class = filtersets.TagFilterSet