hevelop/stripe-module-payments-graphql

This module exposes GraphQl API for Magento 2 Stripe Payments module

Maintainers

Package info

github.com/Hevelop/stripe-module-payments-graphql

Type:magento2-module

pkg:composer/hevelop/stripe-module-payments-graphql

Statistics

Installs: 1 313

Dependents: 0

Suggesters: 0

Stars: 1

Open Issues: 0

1.0.1 2021-03-31 09:11 UTC

This package is auto-updated.

Last update: 2026-03-01 00:34:49 UTC


README

Installation

  • Composer:
composer require hevelop/stripe-module-payments-graphql
  • Downloading module:
Download module from GitHub and copy/paste it under dir your_magento_root/app/code/Hevelop/StripeGraphQl

After installation, enable the module

bin/magento module:enable Hevelop_StripeGraphQl

upgrade your database:

bin/magento setup:upgrade

and compile the Magento dependency injection:

bin/magento setup:di:compile

Tested with