How to GraphQL in Java

Himanjli Jain

Hi matt, thanku for such a compact yet so much understandable code.

I wanted to know that if I want to post the token along with my graphQL query, is there any way to do that?
In this code, you have generated the token and manually added it to the GUI. But I don’t have a GUI to involve. I have to acess data from AWS, for that I have to make a graphQL call. So how to pass headers and/or token along with the query?

Any help is appreciated, thank you.