OBJECT

SimpleFolderResults

link GraphQL Schema definition

1type SimpleFolderResults {
2
3# Folder name
4name: String
5
6# Folder path
7path: String
8
9# Folder tests count
10testsCount: Int
11
12# Folder preconditions count
13preconditionsCount: Int
14
15# Folder issues count
16issuesCount: Int
17
18}