Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Selection Set from the Resolver #20

Closed
Samsv77 opened this issue Feb 23, 2023 · 1 comment
Closed

Selection Set from the Resolver #20

Samsv77 opened this issue Feb 23, 2023 · 1 comment

Comments

@Samsv77
Copy link

Samsv77 commented Feb 23, 2023

Hi,
I would need to get access to the Selection Set from the Resolver.
Do you think it is hard to implement ?
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

@alexsteinerde
Copy link
Owner

This is an implementation detail of Graphiti. And I saw you already created an issue over there: GraphQLSwift/Graphiti#104.
So I'll close this issue as it is not relevant to this package.

@alexsteinerde alexsteinerde closed this as not planned Won't fix, can't repro, duplicate, stale Mar 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants