Shopz GraphQL API for WooCommerce

0

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 c

Version
Last updated
Active installations
WordPress Version
Tested up to
PHP Version
Rating
Total ratings
Tag
This plugin is outdated and might not be supported anymore.

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.

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.
  2. Install any GraphQL client like this one here: https://altair.sirmuel.design.
  3. Now the GraphQL is ready on https://yourwebsite/wp-json/shopz/graphql.
  4. Run this query ‘{ products { name } }’ which should return all your website products.