Skip to main content

AiReviewRoomUsage

Reached as AiReviewWorkspace.usage. Every review in the room, together and apart.

type AiReviewRoomUsage {
reviews: Int!
totals: AiReviewUsage!
byReview: [AiReviewReviewUsage!]!
}

Fields​

AiReviewRoomUsage.reviews ● Int! non-null scalar​

Reviews that spent something. A review with no cells is not counted.

AiReviewRoomUsage.totals ● AiReviewUsage! non-null object​

AiReviewRoomUsage.byReview ● [AiReviewReviewUsage!]! non-null object​

Member Of​

AiReviewWorkspace object