search
Graphql fields and variables for the search query
Last updated
Was this helpful?
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
}
}text
String
List (SearchResult)
Last updated
Was this helpful?
Was this helpful?
