From f5549113979d9c8a8e639d8c5d6a4a8c118f338d Mon Sep 17 00:00:00 2001 From: Nishchit Date: Sat, 7 Nov 2020 05:34:45 +0530 Subject: [PATCH] Section added `GraphQL testing clients` (#919) --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 8605065..d813508 100644 --- a/README.md +++ b/README.md @@ -110,6 +110,11 @@ To learn more check out the following [examples](examples/): * **Relay Schema**: [Starwars Relay example](examples/starwars) +## GraphQL testing clients + - [Firecamp](https://firecamp.io/graphql) + - [GraphiQL](https://github.com/graphql/graphiql) + + ## Contributing See [CONTRIBUTING.md](CONTRIBUTING.md)