sharedLibraryResource
Resolve a public library-resource share link into the shared resource and its sharer/access metadata. Runs under the customer role scoped to the link's workspace. Dead, revoked, or expired links return a graceful error payload rather than throwing.
sharedLibraryResource(
input: SharedLibraryResourceInput!
): SharedLibraryResourcePayload
Arguments
sharedLibraryResource.input ● SharedLibraryResourceInput! non-null input
The share id and workspace slug identifying the share link.
Type
SharedLibraryResourcePayload object
Result of resolving a public share link: the shared resource plus access and sharer metadata, or a graceful error for a dead/expired link.