Skip to content

How to access the selectionSet from the Resolver ? #104

Open
@Samsv77

Description

@Samsv77

Hi,
Is it possible to get the selectionSet in the Resolver ?
The selectionSet is a flat list of the fields that the user requested, for example,

family {
   name
   child {
     name
  }
}

Would give the selectionSet ["name", "child/name"]

Thank you

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions