From c060c80f39ea62632978cb8fd3a907000cdcb694 Mon Sep 17 00:00:00 2001 From: Nishchit Date: Fri, 3 Apr 2020 11:37:30 +0530 Subject: [PATCH] Section added `GraphQL testing clients` --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index e7bc5a60..636bd60e 100644 --- a/README.md +++ b/README.md @@ -75,6 +75,11 @@ If you want to learn even more, you can also check the following [examples](exam Documentation and links to additional resources are available at https://docs.graphene-python.org/en/latest/ +## GraphQL testing clients + - [Firecamp](https://firecamp.io/graphql) + - [GraphiQL](https://github.com/graphql/graphiql) + + ## Contributing After cloning this repo, create a [virtualenv](https://virtualenv.pypa.io/en/stable/) and ensure dependencies are installed by running: