Skip to content

How to access graphql interface directly? #10072

Answered by manasag
paymog asked this question in Question
Discussion options

You must be logged in to vote

https://localhost:8080/v1/graphql is a POST endpoint which serves the GraphQL API. Since you are accessing using GET (by trying to access the endpoint directly on the browser), you are encountering the error.
The interface you are referring to (it's a modified GraphiQL IDE web module) is hosted at https://localhost:8080, and is embedded in the Console. Since GraphiQL is open sourced, you can try to run it yourself separately, and point to https://localhost:8080/v1/graphql for your purpose.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@paymog
Comment options

Answer selected by paymog
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants