About
This article lists the Graphql clients.
List
HTTP Client
Because GraphQl is HTTP based request, you can use any HTTP client to query and retrieve the response of a GraphQL Server.
Example with Curl:
curl http://docker-host/graphql.php \
-d '{"query": "query { echo(message: \"Hello World\") }" }'
GUI
- graphiql is a HTML Web App available as loss application, and browser plugin.
- Postman