GiphyGif
No description
type GiphyGif {
downloadUrl: String!
thumbnailUrl: String!
title: String!
user: GiphyUser!
}
Fields
GiphyGif.downloadUrl
● String!
non-null scalar
GiphyGif.thumbnailUrl
● String!
non-null scalar
GiphyGif.title
● String!
non-null scalar
GiphyGif.user
● GiphyUser!
non-null object
Member Of
GiphySearchResponse
object