DataRoom
Owned by dataroom-common-subgraph. Referenced only.
We contribute no fields to it: the review list is AiReviewWorkspace.reviews, so the feature owns its own root rather than extending another subgraph's entity.
type DataRoom {
id: ID!
status: DataRoomStatus!
displayName: String!
projectName: String!
isDemo: Boolean!
}
Fields
DataRoom.id ● ID! non-null scalar
The unique identifier for the DataRoom.
DataRoom.status ● DataRoomStatus! non-null enum
The status of the DataRoom.
DataRoom.displayName ● String! non-null scalar
The display name of the DataRoom.
DataRoom.projectName ● String! non-null scalar
The project name associated with the DataRoom.
DataRoom.isDemo ● Boolean! non-null scalar
Indicates whether the DataRoom is a demo version.
Returned By
dataRoom query
Member Of
AiReview object ● AiReviewWorkspace object ● DataRoomDocumentIndex object ● DataRoomUser object