rammar
4 years agoNew Contributor
GraphQL Project
Hello,
I am currently using ReadyAPI to test a graphQL API included in a Project.
The problem is i can not automatically import the GraphQL Schema directly through URL ( Using the same url, i can execute requests via postman)
Another problem I tried to create Rest Request with Post and mentionning my endpoint for GraphQL, i could not figure out how to include my querry parameter in the reques, I have always :
<message>The GraphQL request is empty.</message>
<extensions>
<code>INVALID_REQUEST</code>
Any help ?
Thank you