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

Filter By FieldType

name

tokenId

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

Hierarchy and Relations

FieldTypeDescription

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