OBJECT
ModelBundle
A set of assets or features associated with a model that may be unlocked.
link GraphQL Schema definition
- type ModelBundle implements Lockable {
 - : ID! 
 - #   Information about whether the bundle has been unlocked or may be unlocked.
 - : Availability! 
 - #   A user friendly name for the bundle.
 - : String! 
 - #   An optional description of the contents of the bundle.
 - : String 
 - #   The asset(s) unlocked by this
 - #   bundle if there are any.
 - : [Asset!] 
 - #   The options which may be used in conjunction with
 - #   unlocking this object.
 - : BundleOptions 
 - }