HighlightReel

open_in_new

An ordered list of assets, typically pictures, highlighting features of the model.

GraphQL Schema definition

  • type HighlightReel {
  • # The identifier for the highlight reel.
  • id: ID!
  • # A human readable label for the highlight reel.
  • label: String!
  • # The timestamp the highlight reel was last modified.
  • modified: DateTime
  • # The assets that a visitor may see.
  • reel: [ReelElement!]!
  • }