Replies: 1 comment 4 replies
-
Hello, what is the result of |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello
I am not sure if this is question for you or better for graphql-java. But let's have this example of GraphQL Resolver implementation:
If I call query like this:
when calling
env.selectionSet.fields
innode()
function, I am not able to get specified fields from graphql request. It is important in my use-case, because I want to query from database only those columns which client specified.. My question is if there is any way to distinguish which fields client wants to query?Beta Was this translation helpful? Give feedback.
All reactions