Skip to content

"limit" for child objects are accumulated #1

@hykw

Description

@hykw

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)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions