diff --git a/netbox/extras/graphql/types.py b/netbox/extras/graphql/types.py index 1361250cd..f6c22c30d 100644 --- a/netbox/extras/graphql/types.py +++ b/netbox/extras/graphql/types.py @@ -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(