PlayAssets
No description
type PlayAssets {
videos: [PlayVideo]
images: [PlayImage]
videoLengthInMilliseconds: Int
}
Fields
videos ● [PlayVideo] list object
images ● [PlayImage] list object
videoLengthInMilliseconds ● Int scalar
Member of
Play object