OBJECT
ReelElement
An entry in the highlight reel
link GraphQL Schema definition
- type ReelElement {
- # Identifier for the reel element. This will always be the same as the asset
- # identifier.
- ID! :
- # The asset that the visitor will see.
- ReelElementAsset! :
- }