OBJECT

TestTaker

Identifying information associated with a test session's test-taker.

link GraphQL Schema definition

1type TestTaker {
2
3email: String
4
5firstName: String
6
7lastName: String
8
9}