OBJECT

AiInsights

AI-generated insights about a completed test session.

link GraphQL Schema definition

1type AiInsights {
2
3# A human-readable summary of the test-taker's performance.
4summary: String!
5
6}