mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-23 04:22:01 -06:00
9856 fix tests
This commit is contained in:
parent
d6fd0b88af
commit
960f3407f5
@ -169,7 +169,7 @@ class ExportTemplateType(ObjectType):
|
||||
filters=ImageAttachmentFilter
|
||||
)
|
||||
class ImageAttachmentType(BaseObjectType):
|
||||
content_type: Annotated["ContentTypeType", strawberry.lazy('netbox.graphql.types')] | None
|
||||
object_type: Annotated["ContentTypeType", strawberry.lazy('netbox.graphql.types')] | None
|
||||
|
||||
|
||||
@strawberry_django.type(
|
||||
|
Loading…
Reference in New Issue
Block a user