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.
- 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.
- Boolean :
- # Retrieves all the folders whose ID's are provided in the list used for
- # generating absolute paths for passed items primarily.
- String!] : [
- # The Folder ID under which recursive search will be performed.
- String :
- # Determines if ancestors are included in the search results.
- Boolean :
- }
link Require by
- CalendarSearchFilterParameters for calendar event search.
- ContactsSearchFilterParameters for contacts search.
- OnedriveSearchFilterParameters for OneDrive file or folder search.
- SearchFilterParameters for mail or folder search.
- SharePointSearchFilterParameters for SharePoint site descendant search.
- TeamsConversationsSearchFilterParameters for teams conversations search.