A video clip
- type Clip implements Asset {
- # The date/time that the asset was created.
- : DateTime
- : String
- : String
- : String!
- # The native height of the clip in pixels, may not be available for all clips.
- : Int
- : ID!
- : String
- : Model
- : AssetStatus
- # Link to an image from the clip to display.
- # This link is only valid until `validUntil` time.
- : String
- : String
- # If populated, the url is only valid until the time given
- : DateTime
- # The native width of the clip in pixels, may not be available for all clips.
- : Int
- }