Răsfoiți Sursa

9856 fix tests

Arthur 1 an în urmă
părinte
comite
960f3407f5
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  1. 1 1
      netbox/extras/graphql/types.py

+ 1 - 1
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(