From cbe3fb2274bb3eaeb0acf987517abb83ef72f447 Mon Sep 17 00:00:00 2001 From: Geoff Taylor Date: Sat, 1 Jun 2019 22:24:22 -0400 Subject: [PATCH] README.md updated. --- README.md | 3 +++ wp-graphql-woocommerce.php | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index da2a8d703..835922c68 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,9 @@ It adds WooCommerce functionality to the WPGraphQL schema using WooCommerce's [C - Public/Customer mutations, Eg. Manipulating the cart and checking out. View [Roadmap](https://github.com/wp-graphql/wp-graphql-woocommerce/projects/1) to see progress... +## Playground +Feel free to test out the extension using the [playground](https://docs.wpgraphql.com/extensions/wpgraphql-woocommerce/). The playground allows you to execute queries and mutations, as well as view the schema. + ## Unit Tests Until the documentation is in full effect, it's recommended that a [GraphiQL](https://github.com/graphql/graphiql)-based tool like [WPGraphiQL](https://github.com/wp-graphql/wp-graphiql) be used to view the GraphQL schema, an alternative to this is viewing the unit tests located in `tests/wpunit` directory. Which are constantly updated along with the project. If you're interested in contributing when I begin accepting contribution or simply want to run the tests. Follow the instruction below. diff --git a/wp-graphql-woocommerce.php b/wp-graphql-woocommerce.php index 8917897e5..74242eece 100644 --- a/wp-graphql-woocommerce.php +++ b/wp-graphql-woocommerce.php @@ -3,7 +3,7 @@ * Plugin Name: WP GraphQL WooCommerce * Plugin URI: https://github.com/kidunot89/wp-graphql-woocommerce * Description: Adds Woocommerce types to WPGraphQL schema. - * Version: 0.1.0 + * Version: 0.1.1 * Author: kidunot89 * Author URI: https://axistaylor.com * Text Domain: wp-graphql-woocommerce