OBJECT
CognitiveSearch
link GraphQL Schema definition
1 type CognitiveSearch { 2 3 ID! : 4 5 # A recursive tree structure defining the search criteria 6 JSONData : 7 8 # ID of the mention status to set on each mention generated as a result 9 # of a match against this search 10 ID : 11 12 # The mention status to set on each mention generated as a result 13 # of a match against this search 14 MentionStatus : 15 16 # The raw query. Read-only and server-generated based on the search profile. 17 JSONData : 18 19 }
link Required by
- MutationMutations are used to modify data. Each mutation takes an input that contains the data necessary to create or update the data in question.
- QueryQueries are used to retrieve data. If you're new to our API, try the `me` query to explore the information you have access to. Hit `ctrl-space` at any time to activate field completion hints, and mouse over a field or parameter to see its documentation.
- Watchlist