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
tokenId
Hierarchy and Relations
definition
Definition
The device definition for this vehicle, including make, model, and year among other things.
owner
A 20-byte Ethereum address registered on the blockchain for the vehicle, encoded as a checksummed hex string with 0x
prefix.
mintedAt
Time!
The RFC-3339 timestamp at which the vehicle was minted, formatted as YYYY-MM-DDThh:mm:ssZ
.
privileges
PrivilegesConnection!
A Relay-style connection listing of active privilege grants on this vehicle.
Last updated