mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-27 02:48:38 -06:00
16224 review changes
This commit is contained in:
parent
33fbdc0737
commit
82ebadd675
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user