search
Graphql fields and variables for the search query
query search ($text: String) {
search (text: $text) {
content
id
model
objUpdatedAt
}
}Arguments
Name
Type
Description
Response
Last updated
Was this helpful?
