ENUM
CompanyTestSortBy
The field by which to sort company tests.
link GraphQL Schema definition
1 enum CompanyTestSortBy { 2 3 # Sort by test title alphabetically. 4 5 6 # Sort by creation date. 7 8 }
ENUM
The field by which to sort company tests.
1 enum CompanyTestSortBy { 2 3 # Sort by test title alphabetically. 4 5 6 # Sort by creation date. 7 8 }