Deprecated QueryExecutors constructor #146
Replies: 1 comment 2 replies
-
There are two points here, right :
I don't understand the link between both. About the first one: in v2.x version, the Query, Mutation and Subscription will be spring beans. So only default constructors will remain. About the second one: change the log configuration, and put the com.graphql-Java-generator log level. It should do what you're expecting. Étienne |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I see that the following constructor has been marked as deprecated:
public QueryExecutor(String graphqlEndpoint, Client client)
Would you mind explaining why is has been marked as deprecated?
Main reason why I ask is because I cant figure out a way to log the actual body of the request right before it is sent over the wire using WebClient I can with the a Client object.
Ex log:
Beta Was this translation helpful? Give feedback.
All reactions