OBJECT
Asset
link GraphQL Schema definition
- type Asset {
- : String
- : String!
- # account identity
- : String
- # the asset app type
- : String
- : String
- : String
- : String
- # created timestamp
- : DateTime
- # created by user
- : String
- : [String!]
- : Float
- : String
- : String
- : Int
- # the file type, eg, image, video, document
- : String
- : String
- : String
- : Int
- : Boolean
- : Boolean
- : Boolean
- : Boolean
- : Boolean
- : String
- # last updated by user
- : String
- # last update timestamp
- : DateTime
- : String
- : Int
- : String
- : String
- # the file name or app name
- : String
- : Int
- : String
- : String
- : String
- : Int
- : Boolean
- : ScreenZone
- : String
- : String
- # the tags
- : [String!]
- : String
- : String
- # the asset type, eg, file, app,...
- : String
- : String
- : String
- # the web link to display on the screen
- : String
- : String
- : Int
- : String
- }