AssetType

The asset type is the category to which an asset belongs, i.e. land, wearable, weapon, etc.

type AssetType {
  id: Int!
  name: String!
}

Fields

AssetType.id Int!

A unique indentifier.

AssetType.name String!

The name of the asset type or category.