TenorMedia
TenorMedia is a particular GIF that is provided by the Tenor platform.
type TenorMedia {
url: String!
title: String
still: String
video: String
width: Int
height: Int
}
Fields
TenorMedia.url ● String! non-null scalar
url is the URL to a image of the GIF.
TenorMedia.title ● String scalar
title is the title of the GIF.
TenorMedia.still ● String scalar
still is a thumbnail preview of the GIF.
TenorMedia.video ● String scalar
video is a URL to the mp4 video of the GIF.
TenorMedia.width ● Int scalar
width is the width of the GIF in pixels.
TenorMedia.height ● Int scalar
height is the height of the GIF in pixels.
Implemented By
CommentMedia union