OBJECT

CertificationTests

Query result of certification tests with metadata.

link GraphQL Schema definition

1type CertificationTests {
2
3# Total count of the certification tests available to the company.
4totalCount: Int!
5
6# The list of certification tests.
7tests: [StandardizedTest!]!
8
9# Page info of the query. See PageInfo for full description.
10pageInfo: PageInfo!
11
12}

link Required by