OBJECT

TF_Asset

link GraphQL Schema definition

  • type TF_Asset implements Asset {
  • # Public key of the asset issuer (creator)
  • asset_issuer: String
  • # Alphanumeric class that identifies the asset type
  • asset_type: String!
  • # Alphanumeric code that uniquely identifies the asset
  • asset_code: String
  • # The description of the asset
  • description: String
  • # Email address for user. Will be used as display name of user and for login
  • email: String!
  • # Tenant id that the user is a member of
  • tenantId: String!
  • # Creation date of the asset
  • createdAt: Date!
  • # Last modified date of the asset
  • updatedAt: Date!
  • }

link Require by

This element is not required by anyone