GraphQL - Client

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

Altair







Share this page:
Follow us:
Task Runner