SignedLink
A link to retrieve a file.
type SignedLink {
link: Link!
size: Int!
}
Fields
SignedLink.link
● Link!
non-null object
The actual link.
SignedLink.size
● Int!
non-null scalar
A hint of the size of the linked content, used for byte ranges.
Member of
File
object