OBJECT

AllocationAsset

The asset used in an allocation.

link GraphQL Schema definition

  • type AllocationAsset {
  • # The asset on the allocation.
  • asset: Asset
  • # The allocation the asset is linked to.
  • allocation: Allocation
  • # JSON representation of asset attachments. (Linked assets)
  • asset_attachments: UntypedValue
  • }