Manufacturer

Definition

The Manufacturer resource is a registered manufacturer on the DIMO network. This refers to viewing a particular manufacturer.


Arguments

Filter By Field
Type

name

tokenId

{
    manufacturer(by: { name: "Tesla", tokenId: 123 })
}

Hierarchy and Relations

Field
Type
Description

id

An opaque global identifier for the manufacturer.

tokenId

The ERC-721 token identifier for the manufacturer.

name

The name of the manufacturer.

owner

A 20-byte Ethereum address registered on the blockchain, encoded as a checksummed hex string with 0x prefix.

mintedAt

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?