searchhut/query/queries.gql

18 lines
194 B
Text
Raw Normal View History

2022-07-09 17:48:52 +02:00
query Search($query: String!) {
search(query: $query) {
page {
url
title
last_indexed
excerpt
}
}
}
query GetStats {
stats {
npages
ndomains
}
}