INPUT_OBJECT
SharePointSearchKeywordFilter
Description
SharePoint search keyword and keyword type.
link GraphQL Schema definition
- input SharePointSearchKeywordFilter {
- # The keyword used to search.
- String :
- # Type of the keyword.
- SharePointSearchKeywordType :
- }