Skip to main content

LibraryResourceFolderContentCondition

A condition to be used against LibraryResourceFolderContent object types. All fields are tested for equality and combined with a logical ‘and.’

input LibraryResourceFolderContentCondition {
id: String
workspaceId: String
createdByWorkspaceAccountId: String
version: Int
folderVersionId: String
contentVersionId: String
deletedAt: Datetime
updatedAt: Datetime
createdAt: Datetime
inFolderTreeOf: String
}

Fields

LibraryResourceFolderContentCondition.id ● String scalar

Checks for equality with the object’s id field.

LibraryResourceFolderContentCondition.workspaceId ● String scalar

Checks for equality with the object’s workspaceId field.

LibraryResourceFolderContentCondition.createdByWorkspaceAccountId ● String scalar

Checks for equality with the object’s createdByWorkspaceAccountId field.

LibraryResourceFolderContentCondition.version ● Int scalar

Checks for equality with the object’s version field.

LibraryResourceFolderContentCondition.folderVersionId ● String scalar

Checks for equality with the object’s folderVersionId field.

LibraryResourceFolderContentCondition.contentVersionId ● String scalar

Checks for equality with the object’s contentVersionId field.

LibraryResourceFolderContentCondition.deletedAt ● Datetime scalar

Checks for equality with the object’s deletedAt field.

LibraryResourceFolderContentCondition.updatedAt ● Datetime scalar

Checks for equality with the object’s updatedAt field.

LibraryResourceFolderContentCondition.createdAt ● Datetime scalar

Checks for equality with the object’s createdAt field.

LibraryResourceFolderContentCondition.inFolderTreeOf ● String scalar

Filters folder contents to those within the entire folder tree rooted at this version ID (includes all descendant subfolders)

Member Of

libraryResourceFolderContents query ● libraryResourceFolderContentsConnection query