INPUT_OBJECT

PreconditionFolderSearchInput

Folder Search input

link GraphQL Schema definition

1input PreconditionFolderSearchInput {
4
2# Path of the Folder.
3path: String!
7
5# Whether descendant folders should be included in the search.
6includeDescendants: Boolean
8}