DCN
Definition
The DCN resource is the DIMO Canonical Name registered to a given vehicle on the DIMO network. This refers to viewing a particular DCN.
Developer Notes
This GraphQL node refers to the singular dcn
, hence an argument is needed in order for the query to be specific.
Arguments
{
dcn(
by: {
name: "elonmusk.dimo"
node: "0x"
}
) {
node
tokenId
owner
mintedAt
name
}
}
Hierarchy and Relations
Last updated
Was this helpful?