search
Graphql fields and variables for the search query
Scope required:
For a complete list of possible response fields see the SearchResult type.
query search ($text: String) {
search (text: $text) {
content
id
model
objUpdatedAt
}
}
Arguments
Name
Type
Description
text
String
Response
List (SearchResult)
Last updated
Was this helpful?