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 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

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

aftermarketDevices

Last updated