INPUT_OBJECT

LambdaPathFilters

Description

Parameters to use lambda filters in query.

link GraphQL Schema definition

  • input LambdaPathFilters {
  • # Determines if documents are returned with absolute paths the from root in reply.
  • enableAbsolutePaths: Boolean
  • # Determines if all folders in passed snapshot are queried to build absolute paths
  • # from root and used in conjunction with enableAbsolutePaths to return absolute
  • # paths from root in QueryV2Reply.
  • enableAbsolutePathCachePreload: Boolean
  • # Retrieves all the folders whose ID's are provided in the list used for
  • # generating absolute paths for passed items primarily.
  • parentFolderIdBatch: [String!]
  • # The Folder ID under which recursive search will be performed.
  • searchRecurseFolderId: String
  • }