16224 review changes

This commit is contained in:
Arthur 2025-03-20 10:00:51 -07:00
parent 33fbdc0737
commit 82ebadd675

View File

@ -84,6 +84,7 @@ class NetBoxObjectType(
@strawberry_django.type(
ContentType,
fields=['id', 'app_label', 'model'],
pagination=True
)
class ContentTypeType:
pass
@ -92,6 +93,7 @@ class ContentTypeType:
@strawberry_django.type(
ObjectType_,
fields=['id', 'app_label', 'model'],
pagination=True
)
class ObjectTypeType:
pass