searchhut/query/queries.gql
2022-07-11 20:40:53 +02:00

17 lines
194 B
GraphQL

query Search($query: String!) {
search(query: $query) {
page {
url
title
last_indexed
excerpt
}
}
}
query GetStats {
stats {
npages
ndomains
}
}