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( @strawberry_django.type(
ContentType, ContentType,
fields=['id', 'app_label', 'model'], fields=['id', 'app_label', 'model'],
pagination=True
) )
class ContentTypeType: class ContentTypeType:
pass pass
@ -92,6 +93,7 @@ class ContentTypeType:
@strawberry_django.type( @strawberry_django.type(
ObjectType_, ObjectType_,
fields=['id', 'app_label', 'model'], fields=['id', 'app_label', 'model'],
pagination=True
) )
class ObjectTypeType: class ObjectTypeType:
pass pass