ShortenedUrl
No description
type ShortenedUrl {
long_url: String!
short_url: String!
page_properties: WebPageProperties
}
Fields
ShortenedUrl.long_url ● String! non-null scalar
ShortenedUrl.short_url ● String! non-null scalar
ShortenedUrl.page_properties ● WebPageProperties object
Returned By
shortenUrls mutation


