Manufacturer
Definition
The Manufacturer resource is a registered manufacturer on the DIMO network. This refers to viewing a particular manufacturer.
Developer Notes
This GraphQL node refers to the singular manufacturer
, hence an argument is needed in order for the query to be specific.
Arguments
{
manufacturer(by: { name: "Tesla", tokenId: 123 })
}
Hierarchy and Relations
Field
Type
Description
owner
A 20-byte Ethereum address registered on the blockchain, encoded as a checksummed hex string with 0x
prefix.
mintedAt
Time!
The RFC-3339 timestamp at which the manufacturer was minted, formatted as YYYY-MM-DDThh:mm:ssZ
.
aftermarketDevices
A Relay-style connection listing of aftermarket devices associated with the manufacturer.
Last updated
Was this helpful?