JUMP TOOverviewGetting StartedREFERENCEActions (NFT Trading)QueriesDefinitionsAsset TypesQueriesDefinitionsAssetsQueriesDefinitionsChainsQueriesDefinitionsCollectionsQueriesDefinitionsContract AddressesQueriesDefinitionsDevicesQueriesDefinitionsGamesQueriesDefinitionsGames - Overview DataDefinitionsGenresQueriesDefinitionsListingsQueriesInputsDefinitionsListings DataDefinitionsMarketplacesQueriesDefinitionsMediaQueriesDefinitionsSalesQueriesDefinitionsSearch ResultsQueriesDefinitionsTokensQueriesDefinitionsTraitsQueriesDefinitionsTraits - Possible ValuesDefinitionsTransfersQueriesDefinitionsUsersQueriesDefinitionsWalletsQueriesDefinitionsPowered by DefinitionsAssetType The asset type is the category to which an asset belongs, i.e. land, wearable, weapon, etc. GraphQLtype AssetType { id: Int! name: String! } Fields AssetType.id Int! A unique indentifier. AssetType.name String! The name of the asset type or category.