OBJECT
TF_Asset
link GraphQL Schema definition
- type TF_Asset implements Asset {
- # Public key of the asset issuer (creator)
- : String
- # Alphanumeric class that identifies the asset type
- : String!
- # Alphanumeric code that uniquely identifies the asset
- : String
- # The description of the asset
- : String
- # Email address for user. Will be used as display name of user and for login
- : String!
- # Tenant id that the user is a member of
- : String!
- # Creation date of the asset
- : Date!
- # Last modified date of the asset
- : Date!
- }
link Require by
This element is not required by anyone