ENUM

CompanyTestSortBy

The field by which to sort company tests.

link GraphQL Schema definition

1enum CompanyTestSortBy {
2
3# Sort by test title alphabetically.
4title
5
6# Sort by creation date.
7createDate
8}

link Required by