wikijs-fork/client/graph/common/common-pages-query-search.gql
2019-03-09 00:51:47 -05:00

16 lines
206 B
GraphQL

query ($query: String!) {
pages {
search(query:$query) {
results {
id
title
description
path
locale
}
suggestions
totalHits
}
}
}