mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-27 10:58:37 -06:00
9856 fix tests
This commit is contained in:
parent
4e54efd42b
commit
19112be57a
@ -169,7 +169,7 @@ class ExportTemplateType(ObjectType):
|
|||||||
filters=ImageAttachmentFilter
|
filters=ImageAttachmentFilter
|
||||||
)
|
)
|
||||||
class ImageAttachmentType(BaseObjectType):
|
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(
|
@strawberry_django.type(
|
||||||
|
Loading…
Reference in New Issue
Block a user