Skip to content

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Petar committed Aug 31, 2021
0 parents commit b86399e
Show file tree
Hide file tree
Showing 2 changed files with 56 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Magento 2 removal of optional GraphQl modules

This repository provides the optional replacement GraphQl module that are not required by the Hyva theme.

To require the package, run:

`composer require borisovskip/magento2-replace-graphql-hyva`
49 changes: 49 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
{
"name": "borisovskip/magento2-replace-graphql-hyva",
"require": {
"magento/product-community-edition": ">=2.4.0 <2.4.4"
},
"replace": {
"klarna/module-kp-graph-ql": "*",
"magento/module-authorizenet-graph-ql": "*",
"magento/module-braintree-graph-ql": "*",
"magento/module-catalog-graph-ql": "*",
"magento/module-catalog-cms-graph-ql": "*",
"magento/module-catalog-inventory-graph-ql": "*",
"magento/module-catalog-permissions-graph-ql": "*",
"magento/module-catalog-rule-graph-ql": "*",
"magento/module-catalog-staging-graph-ql": "*",
"magento/module-checkout-agreements-graph-ql": "*",
"magento/module-cms-graph-ql": "*",
"magento/module-cms-url-rewrite-graph-ql": "*",
"magento/module-compare-list-graph-ql": "*",
"magento/module-customer-balance-graph-ql": "*",
"magento/module-customer-downloadable-graph-ql": "*",
"magento/module-gift-card-account-graph-ql": "*",
"magento/module-gift-card-graph-ql": "*",
"magento/module-gift-message-graph-ql": "*",
"magento/module-gift-wrapping-graph-ql": "*",
"magento/module-graph-ql-cache": "*",
"magento/module-inventory-graph-ql": "*",
"magento/module-inventory-in-store-pickup-graph-ql": "*",
"magento/module-inventory-in-store-pickup-quote-graph-ql": "*",
"magento/module-inventory-quote-graph-ql": "*",
"magento/module-login-as-customer-graph-ql": "*",
"magento/module-multiple-wishlist-graph-ql": "*",
"magento/module-newsletter-graph-ql": "*",
"magento/module-paypal-graph-ql": "*",
"magento/module-review-graph-ql": "*",
"magento/module-reward-graph-ql": "*",
"magento/module-rma-graph-ql": "*",
"magento/module-send-friend-graph-ql": "*",
"magento/module-staging-graph-ql": "*",
"magento/module-target-rule-graph-ql": "*",
"magento/module-tax-graph-ql": "*",
"magento/module-theme-graph-ql": "*",
"magento/module-vault-graph-ql": "*",
"magento/module-versions-cms-url-rewrite-graph-ql": "*",
"magento/module-weee-graph-ql": "*",
"magento/module-wishlist-graph-ql": "*",
"paypal/module-braintree-graph-ql": "*"
}
}

0 comments on commit b86399e

Please sign in to comment.