mirror of
https://github.com/netbox-community/netbox.git
synced 2026-02-05 14:56:24 -06:00
Clean up GraphQL object types & tests
This commit is contained in:
@@ -7,7 +7,7 @@ __all__ = (
|
||||
)
|
||||
|
||||
|
||||
class TenantType(ObjectType):
|
||||
class TenantType(TaggedObjectType):
|
||||
|
||||
class Meta:
|
||||
model = models.Tenant
|
||||
@@ -15,7 +15,7 @@ class TenantType(ObjectType):
|
||||
filterset_class = filtersets.TenantFilterSet
|
||||
|
||||
|
||||
class TenantGroupType(TaggedObjectType):
|
||||
class TenantGroupType(ObjectType):
|
||||
|
||||
class Meta:
|
||||
model = models.TenantGroup
|
||||
|
||||
Reference in New Issue
Block a user