=== Shopz GraphQL API for WooCommerce === Contributors: shopz.io,yasiend Tags: GraphQL,WordPress,WooCommerce,API,Shopz,Mobile,Android,IOS,Build Requires at least: 4.6 Tested up to: 5.6 Stable tag: V2.1.5 Requires PHP: 7.1 License: GPLv2 License URI: http://www.gnu.org/licenses/gpl-2.0.html Exposing WooCommerce as a GraphQL API == Description == Want to create a mobile application for your WooCommerce website ? Our plugin helps you to generate GraphQL API in seconds and start developing your Mobile Application immediately. Or create your FREE Android and iOS applications using our builder here. == Installation == 1. Upload the plugin files to the '/wp-content/plugins/' directory, or install the plugin through the WordPress plugins screen directly. 1. Activate the plugin through the 'Plugins' screen in WordPress. == About GraphQL == GraphQL is a query language for your API, and a server-side runtime for executing queries by using a type system you define for your data. == How to use == 1. First install & active the plugin on your website. 1. Install any GraphQL client like this one here: https://altair.sirmuel.design. 1. Now the GraphQL is ready on https://yourwebsite/wp-json/shopz/graphql. 1. Run this query '{ products { name } }' which should return all your website products.