INPUT_OBJECT

FolderSearchInput

Folder Search input

link GraphQL Schema definition

1input FolderSearchInput {
4
2# Path of the Folder.
3path: String!
7
5# Test Plan id of the Folder.
6testPlanId: String
10
8# Whether descendant folders should be included in the search.
9includeDescendants: Boolean
11}