LibraryResourceVersion
No description
type LibraryResourceVersion implements Node {
nodeId: ID!
id: String!
workspaceId: String
version: Int!
updatedAt: Datetime!
createdAt: Datetime!
createdByWorkspaceAccountId: String
libraryResourceId: String!
deletedAt: Datetime
isLatest: Boolean!
description: String
url: String
defaultTitle: String!
internal: Boolean!
isFolder: Boolean!
parentFolderId: String
fileName: String
previewImageUrl: String
originUrl: String
content: String
contentPlaintext: String
uploadedPreviewImageUrl: String
searchVector: FullText
cachedPdfUrl: String
fileType: String
workspace: Workspace
libraryResource: LibraryResource
parentFolder: LibraryResource
libraryResourceFolderContentsByFolderVersionIdConnection(
first: Int
last: Int
offset: Int
before: Cursor
after: Cursor
orderBy: [LibraryResourceFolderContentsOrderBy!] = [PRIMARY_KEY_ASC]
condition: LibraryResourceFolderContentCondition
filter: LibraryResourceFolderContentFilter
): LibraryResourceFolderContentsConnection!
libraryResourceFolderContentsByFolderVersionId(
first: Int
offset: Int
orderBy: [LibraryResourceFolderContentsOrderBy!]
condition: LibraryResourceFolderContentCondition
filter: LibraryResourceFolderContentFilter
): [LibraryResourceFolderContent!]!
libraryResourceFolderContentsByContentVersionIdConnection(
first: Int
last: Int
offset: Int
before: Cursor
after: Cursor
orderBy: [LibraryResourceFolderContentsOrderBy!] = [PRIMARY_KEY_ASC]
condition: LibraryResourceFolderContentCondition
filter: LibraryResourceFolderContentFilter
): LibraryResourceFolderContentsConnection!
libraryResourceFolderContentsByContentVersionId(
first: Int
offset: Int
orderBy: [LibraryResourceFolderContentsOrderBy!]
condition: LibraryResourceFolderContentCondition
filter: LibraryResourceFolderContentFilter
): [LibraryResourceFolderContent!]!
resourcesConnection(
first: Int
last: Int
offset: Int
before: Cursor
after: Cursor
orderBy: [ResourcesOrderBy!] = [PRIMARY_KEY_ASC]
condition: ResourceCondition
filter: ResourceFilter
): ResourcesConnection!
resources(
first: Int
offset: Int
orderBy: [ResourcesOrderBy!]
condition: ResourceCondition
filter: ResourceFilter
): [Resource!]!
highlight(
searchQuery: String
): String
searchVectorRank: Float
}
Fields
LibraryResourceVersion.nodeId ● ID! non-null scalar
A globally unique identifier. Can be used in various places throughout the system to identify this single value.
LibraryResourceVersion.id ● String! non-null scalar
LibraryResourceVersion.workspaceId ● String scalar
LibraryResourceVersion.version ● Int! non-null scalar
LibraryResourceVersion.updatedAt ● Datetime! non-null scalar
LibraryResourceVersion.createdAt ● Datetime! non-null scalar
LibraryResourceVersion.createdByWorkspaceAccountId ● String scalar
LibraryResourceVersion.libraryResourceId ● String! non-null scalar
LibraryResourceVersion.deletedAt ● Datetime scalar
LibraryResourceVersion.isLatest ● Boolean! non-null scalar
LibraryResourceVersion.description ● String scalar
LibraryResourceVersion.url ● String scalar
LibraryResourceVersion.defaultTitle ● String! non-null scalar
LibraryResourceVersion.internal ● Boolean! non-null scalar
LibraryResourceVersion.isFolder ● Boolean! non-null scalar
LibraryResourceVersion.parentFolderId ● String scalar
LibraryResourceVersion.fileName ● String scalar
LibraryResourceVersion.previewImageUrl ● String scalar
LibraryResourceVersion.originUrl ● String scalar
LibraryResourceVersion.content ● String scalar
LibraryResourceVersion.contentPlaintext ● String scalar
LibraryResourceVersion.uploadedPreviewImageUrl ● String scalar
LibraryResourceVersion.searchVector ● FullText scalar
LibraryResourceVersion.cachedPdfUrl ● String scalar
LibraryResourceVersion.fileType ● String scalar
LibraryResourceVersion.workspace ● Workspace object
Reads a single Workspace that is related to this LibraryResourceVersion.
LibraryResourceVersion.libraryResource ● LibraryResource object
Reads a single LibraryResource that is related to this LibraryResourceVersion.
LibraryResourceVersion.parentFolder ● LibraryResource object
Reads a single LibraryResource that is related to this LibraryResourceVersion.
LibraryResourceVersion.libraryResourceFolderContentsByFolderVersionIdConnection ● LibraryResourceFolderContentsConnection! non-null object
Reads and enables pagination through a set of LibraryResourceFolderContent.
LibraryResourceVersion.libraryResourceFolderContentsByFolderVersionIdConnection.first ● Int scalar
Only read the first n values of the set.
LibraryResourceVersion.libraryResourceFolderContentsByFolderVersionIdConnection.last ● Int scalar
Only read the last n values of the set.
LibraryResourceVersion.libraryResourceFolderContentsByFolderVersionIdConnection.offset ● Int scalar
Skip the first n values from our after cursor, an alternative to cursor
based pagination. May not be used with last.
LibraryResourceVersion.libraryResourceFolderContentsByFolderVersionIdConnection.before ● Cursor scalar
Read all values in the set before (above) this cursor.
LibraryResourceVersion.libraryResourceFolderContentsByFolderVersionIdConnection.after ● Cursor scalar
Read all values in the set after (below) this cursor.
LibraryResourceVersion.libraryResourceFolderContentsByFolderVersionIdConnection.orderBy ● [LibraryResourceFolderContentsOrderBy!] list enum
The method to use when ordering LibraryResourceFolderContent.
LibraryResourceVersion.libraryResourceFolderContentsByFolderVersionIdConnection.condition ● LibraryResourceFolderContentCondition input
A condition to be used in determining which values should be returned by the collection.
LibraryResourceVersion.libraryResourceFolderContentsByFolderVersionIdConnection.filter ● LibraryResourceFolderContentFilter input
A filter to be used in determining which values should be returned by the collection.
LibraryResourceVersion.libraryResourceFolderContentsByFolderVersionId ● [LibraryResourceFolderContent!]! non-null object
Reads and enables pagination through a set of LibraryResourceFolderContent.
LibraryResourceVersion.libraryResourceFolderContentsByFolderVersionId.first ● Int scalar
Only read the first n values of the set.
LibraryResourceVersion.libraryResourceFolderContentsByFolderVersionId.offset ● Int scalar
Skip the first n values.
LibraryResourceVersion.libraryResourceFolderContentsByFolderVersionId.orderBy ● [LibraryResourceFolderContentsOrderBy!] list enum
The method to use when ordering LibraryResourceFolderContent.
LibraryResourceVersion.libraryResourceFolderContentsByFolderVersionId.condition ● LibraryResourceFolderContentCondition input
A condition to be used in determining which values should be returned by the collection.
LibraryResourceVersion.libraryResourceFolderContentsByFolderVersionId.filter ● LibraryResourceFolderContentFilter input
A filter to be used in determining which values should be returned by the collection.
LibraryResourceVersion.libraryResourceFolderContentsByContentVersionIdConnection ● LibraryResourceFolderContentsConnection! non-null object
Reads and enables pagination through a set of LibraryResourceFolderContent.
LibraryResourceVersion.libraryResourceFolderContentsByContentVersionIdConnection.first ● Int scalar
Only read the first n values of the set.
LibraryResourceVersion.libraryResourceFolderContentsByContentVersionIdConnection.last ● Int scalar
Only read the last n values of the set.
LibraryResourceVersion.libraryResourceFolderContentsByContentVersionIdConnection.offset ● Int scalar
Skip the first n values from our after cursor, an alternative to cursor
based pagination. May not be used with last.
LibraryResourceVersion.libraryResourceFolderContentsByContentVersionIdConnection.before ● Cursor scalar
Read all values in the set before (above) this cursor.
LibraryResourceVersion.libraryResourceFolderContentsByContentVersionIdConnection.after ● Cursor scalar
Read all values in the set after (below) this cursor.
LibraryResourceVersion.libraryResourceFolderContentsByContentVersionIdConnection.orderBy ● [LibraryResourceFolderContentsOrderBy!] list enum
The method to use when ordering LibraryResourceFolderContent.
LibraryResourceVersion.libraryResourceFolderContentsByContentVersionIdConnection.condition ● LibraryResourceFolderContentCondition input
A condition to be used in determining which values should be returned by the collection.
LibraryResourceVersion.libraryResourceFolderContentsByContentVersionIdConnection.filter ● LibraryResourceFolderContentFilter input
A filter to be used in determining which values should be returned by the collection.
LibraryResourceVersion.libraryResourceFolderContentsByContentVersionId ● [LibraryResourceFolderContent!]! non-null object
Reads and enables pagination through a set of LibraryResourceFolderContent.
LibraryResourceVersion.libraryResourceFolderContentsByContentVersionId.first ● Int scalar
Only read the first n values of the set.
LibraryResourceVersion.libraryResourceFolderContentsByContentVersionId.offset ● Int scalar
Skip the first n values.
LibraryResourceVersion.libraryResourceFolderContentsByContentVersionId.orderBy ● [LibraryResourceFolderContentsOrderBy!] list enum
The method to use when ordering LibraryResourceFolderContent.
LibraryResourceVersion.libraryResourceFolderContentsByContentVersionId.condition ● LibraryResourceFolderContentCondition input
A condition to be used in determining which values should be returned by the collection.
LibraryResourceVersion.libraryResourceFolderContentsByContentVersionId.filter ● LibraryResourceFolderContentFilter input
A filter to be used in determining which values should be returned by the collection.
LibraryResourceVersion.resourcesConnection ● ResourcesConnection! non-null object
Reads and enables pagination through a set of Resource.
LibraryResourceVersion.resourcesConnection.first ● Int scalar
Only read the first n values of the set.
LibraryResourceVersion.resourcesConnection.last ● Int scalar
Only read the last n values of the set.
LibraryResourceVersion.resourcesConnection.offset ● Int scalar
Skip the first n values from our after cursor, an alternative to cursor
based pagination. May not be used with last.
LibraryResourceVersion.resourcesConnection.before ● Cursor scalar
Read all values in the set before (above) this cursor.
LibraryResourceVersion.resourcesConnection.after ● Cursor scalar
Read all values in the set after (below) this cursor.
LibraryResourceVersion.resourcesConnection.orderBy ● [ResourcesOrderBy!] list enum
The method to use when ordering Resource.
LibraryResourceVersion.resourcesConnection.condition ● ResourceCondition input
A condition to be used in determining which values should be returned by the collection.
LibraryResourceVersion.resourcesConnection.filter ● ResourceFilter input
A filter to be used in determining which values should be returned by the collection.
LibraryResourceVersion.resources ● [Resource!]! non-null object
Reads and enables pagination through a set of Resource.
LibraryResourceVersion.resources.first ● Int scalar
Only read the first n values of the set.
LibraryResourceVersion.resources.offset ● Int scalar
Skip the first n values.
LibraryResourceVersion.resources.orderBy ● [ResourcesOrderBy!] list enum
The method to use when ordering Resource.
LibraryResourceVersion.resources.condition ● ResourceCondition input
A condition to be used in determining which values should be returned by the collection.
LibraryResourceVersion.resources.filter ● ResourceFilter input
A filter to be used in determining which values should be returned by the collection.
LibraryResourceVersion.highlight ● String scalar
Highlights search matches in library resource version fields using postgres ts_headline function.
LibraryResourceVersion.highlight.searchQuery ● String scalar
LibraryResourceVersion.searchVectorRank ● Float scalar
Full-text search ranking when filtered by searchVector.
Interfaces
Node interface
An object with a globally unique ID.
Returned By
canRevertLibraryResourceVersion query ● libraryResourceVersion query ● libraryResourceVersionByNodeId query ● libraryResourceVersions query
Member Of
AddToLibraryResourceFolderPayload object ● CreateLibraryResourceVersionPayload object ● CreateResourcePayload object ● DeleteLibraryResourceFolderContentPayload object ● DeleteResourcePayload object ● DisconnectExternalDrivePayload object ● LibraryResource object ● LibraryResourceFolderContent object ● LibraryResourceVersionsConnection object ● LibraryResourceVersionsEdge object ● MoveLibraryResourcePayload object ● RecoverResourcePayload object ● RemoveFromLibraryResourceFolderPayload object ● Resource object ● RevertLibraryResourceVersionPayload object ● UpdateLibraryResourceFolderContentPayload object ● UpdateLibraryResourceVersionPayload object ● UpdateResourcePayload object ● Workspace object