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

{
    vehicle(tokenId: 123) {
        id
        name
    }
}

Hierarchy and Relations

Last updated