Skip to content

malsapp/opencart-graphql

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 

Repository files navigation

oc-graphql

OpenCart GraphQL API Plugin

How to install:

  • Download needed release from Releases
  • Go to admin panel >> Extensions >> Extension Installer
  • Upload the downloaded zip file
  • In case of failure to upload, then install Opencart Quickfix Opencart Quickfix by uploading the XML file included within the extension archive.
  • Setting for mobile provider should be configured in plugin settings that resides in the following path: Extensions >> Modules >> Shopz Graphql.

API Docs and usage:

  • API endpoint url is: https://yoursitedomain.tld/index.php?route=api/graphql/usage
  • Setting this URL as the endpoint in Graphiql, Graphql Playground or any other graphql viewer, you would be able to interact with the API and check the schema docs, supported queries and mutations.