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


