INPUT_OBJECT
HelpContentSnippetsFilterInput
Description
Filter help contents results.
link GraphQL Schema definition
- input HelpContentSnippetsFilterInput {
- # Indicator for entity issuing a search request.
- HelpContentSnippetsFilterInitiator :
- # Text to search for.
- String :
- # Language code in ISO 639-1.
- String :
- # Datasource.
- HelpContentSource :
- # List of categories to filter by.
- String!] : [
- # URL to filter by.
- String :
- # List of product documentation types to filter by.
- ProductDocumentationType!]! : [
- }