GiphyMedia
GiphyMedia is a particular GIF that is provided by the Giphy platform.
type GiphyMedia { url: String! original: String! still: String! video: String! width: Int height: Int title: String}
#
Fieldsurl
(String!
)#
url is the URL to a image of the GIF.
original
(String!
)#
original is the URL to a image of the GIF.
still
(String!
)#
still is a thumbnail preview of the GIF.
video
(String!
)#
video is a URL to the mp4 video of the GIF.
width
(Int
)#
width is the width of the GIF in pixels.
height
(Int
)#
height is the height of the GIF in pixels.
title
(String
)#
title is the title of the GIF.