OBJECT
CompanyTests
Query result of company tests with metadata.
link GraphQL Schema definition
1 type CompanyTests { 2 3 # Total count of the company's tests. 4 : Int! 5 6 # The list of company tests. 7 : [CompanyTest!]! 8 9 # Page info of the query. See PageInfo for full description. 10 : PageInfo! 11 12 }