wikijs-fork/client/graph/common/common-pages-query-search.gql

16 lines
206 B
Plaintext
Raw Normal View History

2019-03-09 05:51:02 +00:00
query ($query: String!) {
pages {
search(query:$query) {
results {
id
title
description
path
locale
}
suggestions
totalHits
}
}
}