TypesObjects
Disposition
A recorded decision on a screening match, with who made it and when.
type Disposition {
status: DispositionDecision!
comment: String
dispositionedBy: SimpleUser
dispositionedAt: DateTime!
}Fields
status DispositionDecision! non-null enum
DispositionDecision!
The recorded decision: a confirmed true match or a confirmed false match.
comment String scalar
String
Comment left when the decision was recorded.
dispositionedBy SimpleUser object
SimpleUser
The user who recorded the decision.
dispositionedAt DateTime! non-null scalar
DateTime!
When the decision was recorded.