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