From 0b0b12aadd981a38b26f6ab8ad5464cef3e9b266 Mon Sep 17 00:00:00 2001 From: Jason Date: Wed, 7 Jun 2017 16:28:32 -0600 Subject: [PATCH 1/3] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index fd287d2..921fb97 100644 --- a/README.md +++ b/README.md @@ -2,10 +2,10 @@ This plugin brings the GraphiQL IDE to the WP-Admin. -Activate this plugin (with WPGraphQL also active), and you will be able to browse your WPGraphQL schema straight from +Activate this plugin (with WPGraphQL (https://github.com/wp-graphql/wp-graphql) also active), and you will be able to browse your WPGraphQL schema straight from the WP-Admin. Authentication works with your current session, so if you have proper permissions, you can run Mutations and Query for data that might be restricted to current users. -WPGraphiQL - GraphiQL in the WP-Admin \ No newline at end of file +WPGraphiQL - GraphiQL in the WP-Admin From 510422ba2a80c729b9fe3fa0bd230a99d71a2c4f Mon Sep 17 00:00:00 2001 From: Jason Date: Wed, 7 Jun 2017 16:29:06 -0600 Subject: [PATCH 2/3] Update README.md --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 921fb97..a0b71d2 100644 --- a/README.md +++ b/README.md @@ -2,8 +2,7 @@ This plugin brings the GraphiQL IDE to the WP-Admin. -Activate this plugin (with WPGraphQL (https://github.com/wp-graphql/wp-graphql) also active), and you will be able to browse your WPGraphQL schema straight from -the WP-Admin. +Activate this plugin – with WPGraphQL (https://github.com/wp-graphql/wp-graphql) also active – and you will be able to browse your WPGraphQL schema straight from the WP-Admin. Authentication works with your current session, so if you have proper permissions, you can run Mutations and Query for data that might be restricted to current users. From 40c18624bf7da833662616ceb847728478b71d5b Mon Sep 17 00:00:00 2001 From: Jason Date: Wed, 7 Jun 2017 16:30:11 -0600 Subject: [PATCH 3/3] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a0b71d2..1d4adcd 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ -# WPGraphiQL +# WPGraphiQL: GraphiQL IDE in the WP-Admin -This plugin brings the GraphiQL IDE to the WP-Admin. +This plugin brings the power of the GraphiQL IDE to the WP-Admin. Activate this plugin – with WPGraphQL (https://github.com/wp-graphql/wp-graphql) also active – and you will be able to browse your WPGraphQL schema straight from the WP-Admin.