angee.uom.schema
GraphQL schema contributions for Angee uom.
Both models are exposed on the admin console. Reads are open to any authenticated actor (units are a shared catalogue); writes are admin-gated by permissions.zed and the resource write backend. The category foreign key projects a nested {id, …} display node (like storage's drive→backend relation) and accepts the related category's public id on write.
UomCategoryType
python
@strawberry_django.type(UomCategory)
class UomCategoryType(AngeeNode)Admin projection of one unit-of-measure category.
UomType
python
@strawberry_django.type(Uom)
class UomType(AngeeNode)Admin projection of one unit, with its category as a display node.