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