OBJECT
Asset
An Asset
link GraphQL Schema definition
- type Asset {
- # Unique asset ID.
- Int! :
- # The machines's display name.
- String! :
- # A long description of the machine.
- String :
- # The asset's registration number.
- String :
- # True if the asset is active, false if it's archived.
- Boolean! :
- # The user that last modified this asset.
- User :
- # The time this asset was last modified.
- DateTime :
- # The time this asset was deleted.
- DateTime :
- # The asset's properties
- AssetProperties :
- # An ID used to link this asset to an external application.
- String :
- # Total number of expired documents the asset has.
- Int! :
- # The related documents.
- AssetDocument] : [
- # The categorisation tags on the asset.
- Tag] : [
- # Form results attached to this asset.
- FormResult] : [
- # The asset attachments linked to this asset.
- AssetAttachment] : [
- # The skills associated with this asset.
- Skill] : [
- # Users that have been linked with this asset.
- User] : [
- # An asset's suppliers
- Supplier] : [
- # The number_reading of the asset
- String :
- # Profile image of the asset.
- String :
- }
link Require by
- AllocationAllocation of the Assignar platform.
- AllocationAssetThe asset used in an allocation.
- AssetDocumentCompliance (or other) documents for an asset.
- DigitalDocketWorkerThe digital docket worker
- FormResultA single submitted result for a form
- FormResultPastVersionPast versions of a form result
- MaterialTransactionA material transaction.
- QueryRoot of the Assignar Core Query API
- TaskTask of the Assignar platform.
- TaskAssetAn asset's association with a task
- TimesheetTimesheet record