I am able to access my application's graphql api using Http POST method through postman.
But the same url ( http://localhost:8080/rest/api) is not accessible through graphql web client - https://www.graphqlbin.com/v2/6RQ6TM.
Error message I see is as below.
{ "error": "Failed to fetch schema. Please check your connection" }
So am wondering if the web client is trying to access graphql api on any other Http method like PUT etc. Could some one guide why I am running in to this issue.
Ken, my api is using POST method as expected by graphqlbin client - samshers