POST to /graphql with JSON body: { "query": "..." }
query {
articles(limit: 5) {
articles {
title
category
tokenCount
}
total
}
}
query {
search(query: "AI", minQualityScore: 50) {
title
summary
category
}
}