Skip to content

Nested arguments are not passed down to child elements #8

@corleonis

Description

@corleonis

I have following example:

{
  company(id: "123") {
    name, 
    directors(active: true) {
        name
    }
}

so problem is once we call the nested directors in the resolver we pass just the [value] which is the company data but the arguments are skipped. This is a valid GraphQL query though.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions