We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b8eace commit db4fb8fCopy full SHA for db4fb8f
netbox/dcim/graphql/types.py
@@ -429,7 +429,7 @@ class InterfaceTemplateType(ModularComponentTemplateType):
429
)
430
class InventoryItemType(ComponentType):
431
role: Annotated["InventoryItemRoleType", strawberry.lazy('dcim.graphql.types')] | None
432
- manufacturer: Annotated["ManufacturerType", strawberry.lazy('dcim.graphql.types')]
+ manufacturer: Annotated["ManufacturerType", strawberry.lazy('dcim.graphql.types')] | None
433
434
child_items: List[Annotated["InventoryItemType", strawberry.lazy('dcim.graphql.types')]]
435
0 commit comments