Vehicle
Definition
The vehicle in DIMO is the moving object that was registered. This refers to viewing a particular vehicle.
Developer Notes
This GraphQL node refers to the singular vehicle
, hence an argument is needed in order for the query to be specific.
Arguments
Filter Field | Type |
---|---|
|
Hierarchy and Relations
| ID! | A unique global identifier for the vehicle. |
| Int! | The ERC-721 token identifier for the vehicle. |
| The | |
| Definition | The device definition for this vehicle, including make, model, and year among other things. |
| The image URL of the vehicle. | |
| A 20-byte Ethereum address registered on the blockchain for the vehicle, encoded as a checksummed hex string with | |
| Time! | The RFC-3339 timestamp at which the vehicle was minted, formatted as |
| The paired aftermarket device, if any. | |
| PrivilegesConnection! | A Relay-style connection listing of active privilege grants on this vehicle. |
| The paired synthetic device, if any. | |
| DIMO Canonical Name. Human-readable labels for this vehicle, if any. | |
| Reward earnings for the vehicle. | |
| A 3-word-representation of the vehicle, generated randomly. |
Last updated