Skip to main content

SharedLibraryResourceType

The shared library resource's latest version, as exposed to an external viewer of a public share link.

type SharedLibraryResourceType {
cachedPdfUrl: String
content: String
defaultTitle: String
description: String
id: String!
fileName: String
url: String
}

Fields

SharedLibraryResourceType.cachedPdfUrl ● String scalar

URL of the cached PDF rendering, when one has been generated.

SharedLibraryResourceType.content ● String scalar

Rich-text content, with nested resource properties pre-injected.

SharedLibraryResourceType.defaultTitle ● String scalar

The version's title.

SharedLibraryResourceType.description ● String scalar

The version's description.

SharedLibraryResourceType.id ● String! non-null scalar

Id of the shared library resource version.

SharedLibraryResourceType.fileName ● String scalar

Original upload filename, for file-backed resources.

SharedLibraryResourceType.url ● String scalar

Storage URL of the resource; null for content pages and folders.

Member Of

SharedLibraryResourcePayload object