6f75752
{
questions(limit: 3) {
answers(limit: 2) {
id
body
totalCount
}
}
}
In the above query, "limit" for answers are not counted on answers under each question but globally.
For example, say there are 5 questions, and each question has 10 answers. The results are only two answers in the first question, though it expects 6 answers(2 answers x 3 question)