Types
RunAnswerRevision
Represents a run answer revision in the GraphQL API.
object
RunAnswerRevisionFields
id
ID!
Stable identifier for this run answer revision.
revision
Int!
The revision associated with this run answer revision.
answers
JSON!
The answers associated with this run answer revision.
createdAt
String!
ISO 8601 timestamp when this run answer revision was created.
supersededAt
String
ISO 8601 timestamp when this run answer revision was superseded. May be null when unavailable or not applicable.
replacementAttemptId
ID
Identifier of the related replacement attempt. May be null when unavailable or not applicable.