INPUT_OBJECT

AllocationAssetInput

Allocation assets

link GraphQL Schema definition

  • input AllocationAssetInput {
  • # Id object of asset
  • asset: IdObject!
  • # Id objects of asset attachments to link with asset
  • asset_attachments: [IdObject]
  • }