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


