Skip to main content

dataRoomFolder

Retrieves a specific DataRoom folder by its ID.

dataRoomFolder(
id: ID!
): DataRoomFolder

Arguments

dataRoomFolder.id ● ID! non-null scalar

Type

DataRoomFolder object

Represents a folder within the Data Room's document index. Folders are hierarchical containers that may hold documents or other nested folders. This type implements the IDataRoomDocumentIndexItem interface and is used to structure the navigable view of the Data Room.