Node object types in GraphQL are designed for modeling entities with unique identifiers (ID) that can be efficiently queried. Here's a list of supported nodes & objects:
Node Queries
Node queries can also be sent to node type objects, namely on AftermarketDevice, Manufacturer, or Vehicle.
Sample Query
{ node(id: "AD_kc1P8Q==") { id...onAftermarketDevice { id tokenId address owner serial imei devEui mintedAt claimedAt beneficiary name image } }}