thank you for response, I already did that, My problem is that whatever I put in my request, I always get the ampty response.
As i dont have a file *.graphql to import the GraphQL schema, I use a link (same link that I use to send requests via postman)
. Moreover in the document that you provided, there is a field where to right my request. As I am enable to import the GrapQL API ( through Url), the only way I tried to send requests is by using RestAPI and writing manually the endpoint, making a post http request and insert parameters in Rest table.
This solution did not work for me, So I am wondering why I can execute requests in postman, and by importing the postman collection into Ready API; I don't have similar response (empty responses)
Thank you