OBJECT

FilesystemUnitTest

link GraphQL Schema definition

1type FilesystemUnitTest {
2
3# The name of the unit testcase.
4title: String!
5
6# The contribution of a testcase toward the total score.
7weight: Int!
8
9}