OBJECT
TaskAsset
An asset's association with a task
link GraphQL Schema definition
- type TaskAsset {
- # Unique TaskAsset ID.
- Int! :
- # The related task
- Task :
- # The related asset
- Asset :
- # The asset's list ranking (position in the list during allocation).
- Float :
- # True if the relationship is active, false if archived.
- Boolean! :
- # The user that last modified this item.
- User :
- # The date the item was last updated in UTC+0.
- DateTime :
- }