You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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.
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,
Would give the selectionSet
["name", "child/name"]
Thank you
The text was updated successfully, but these errors were encountered: