Skip to content

Commit cbe3fb2

Browse files
committed
README.md updated.
1 parent 150783d commit cbe3fb2

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@ It adds WooCommerce functionality to the WPGraphQL schema using WooCommerce's [C
2222
- Public/Customer mutations, Eg. Manipulating the cart and checking out.
2323
View [Roadmap](https://github.com/wp-graphql/wp-graphql-woocommerce/projects/1) to see progress...
2424

25+
## Playground
26+
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.
27+
2528
## Unit Tests
2629
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.
2730

wp-graphql-woocommerce.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Plugin Name: WP GraphQL WooCommerce
44
* Plugin URI: https://github.com/kidunot89/wp-graphql-woocommerce
55
* Description: Adds Woocommerce types to WPGraphQL schema.
6-
* Version: 0.1.0
6+
* Version: 0.1.1
77
* Author: kidunot89
88
* Author URI: https://axistaylor.com
99
* Text Domain: wp-graphql-woocommerce

0 commit comments

Comments
 (0)