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
It's clear that Jackson is used by graphql-java-tools to deserialize GraphQL queries to Java Objects. I am not talking about the request map (containing the query, operationName, variables parameters). I am talking about the actual query itself.
I have confirmed this, since my Java Objects use some Jackson annotations.
So my question is: How is that possible?
Does graphql-java-tools convert GraphQL syntax to Json? Does Jackson understand GraphQL dialect? What gives?
Or am I completely bonkers and don't understand something?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
My last remaining neuron is firing blanks...
It's clear that Jackson is used by graphql-java-tools to deserialize GraphQL queries to Java Objects. I am not talking about the request map (containing the query, operationName, variables parameters). I am talking about the actual query itself.
I have confirmed this, since my Java Objects use some Jackson annotations.
So my question is: How is that possible?
Does graphql-java-tools convert GraphQL syntax to Json? Does Jackson understand GraphQL dialect? What gives?
Or am I completely bonkers and don't understand something?
Beta Was this translation helpful? Give feedback.
All reactions