Skip to main content

SignedLink

A link to retrieve a file.

type SignedLink {
link: Link!
size: Int!
}

Fields

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