ReelElement

open_in_new

An entry in the highlight reel

GraphQL Schema definition

  • type ReelElement {
  • # Identifier for the reel element. This will always be the same as the asset
  • # identifier.
  • id: ID!
  • # The asset that the visitor will see.
  • #
  • # @error resource.missing If the highlight reel refers to an image that has been
  • # deleted.
  • asset: ReelElementAsset
  • }