OBJECT
AllocationAsset
The asset used in an allocation.
link GraphQL Schema definition
- type AllocationAsset {
- # The asset on the allocation.
- Asset :
- # The allocation the asset is linked to.
- Allocation :
- # JSON representation of asset attachments. (Linked assets)
- UntypedValue :
- }