This repository has been archived by the owner on Feb 15, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 116
Selection Sets Support #335
Comments
Seems like related code: Lines 91 to 109 in babf75b
|
+1 for that |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi, I enjoy using this library developing my graphql server. I would like to know is there any support for Selection Sets of query? Define different behavior in a function for query with different Selection Sets may enhance the performance. For instance, a query that only lookup a few field may only need a sample SQL to finish while looking for extra field for this fragment may need to have other logic to calculate the field to return . If I can pass the return field to my function, I can do different logic. However, seems
query.FieldFunc("name",func)
does not support this.The text was updated successfully, but these errors were encountered: