Skip to main content

CreateAiReviewInput

No description

input CreateAiReviewInput {
requestId: ID!
dataRoomId: ID!
dataRoomUserId: ID!
documentIds: [ID!]!
}

Fields​

CreateAiReviewInput.requestId ● ID! non-null scalar​

Client-generated ULID, stable across retries of the same click. Repeating it returns the existing review instead of creating a second one. Required because review creation and generation have separate idempotency keys.

CreateAiReviewInput.dataRoomId ● ID! non-null scalar​

CreateAiReviewInput.dataRoomUserId ● ID! non-null scalar​

The seat whose document visibility this review captures.

CreateAiReviewInput.documentIds ● [ID!]! non-null scalar​

Relay global ids of the ticked documents. Every one must decode to dataRoomId, be visible to the seat, and be extractable before the review is created.

Member Of​

createAiReview mutation