LibraryResourceAncestor
An ancestor folder in a library resource's parent chain.
type LibraryResourceAncestor {
id: String!
libraryName: String!
isInternal: Boolean!
}
Fields
LibraryResourceAncestor.id ● String! non-null scalar
Id of the ancestor folder's library resource.
LibraryResourceAncestor.libraryName ● String! non-null scalar
Library name of the ancestor folder.
LibraryResourceAncestor.isInternal ● Boolean! non-null scalar
Whether the ancestor folder's latest version is internal-only.
Returned By
libraryResourceAncestors query