Download the PHP package rapidez/magento2-compadre without Composer
On this page you can find all versions of the php package rapidez/magento2-compadre. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download rapidez/magento2-compadre
More information about rapidez/magento2-compadre
Files in rapidez/magento2-compadre
Package magento2-compadre
Short Description Some Magento code to improve the Rapidez experience
License
Homepage https://rapidez.io
Informations about the package magento2-compadre
Magento Rapidez Compadre
This Magento Module will allow Rapidez to support more functionalities.
Current functionality
ProductStockItem
The ProductStockItem type is added to the ProductInterface in the GraphQL definition. Allowing you to retrieve the stock information of the product:
Sales rule labels
The SalesRuleLabel type is added to the CartItemInterface in the GraphQL definition. Allowing you to retrieve the sales rule labels that are applied to a quote item:
Other
And it extends Magento functionality in order to facilitate file upload product options via GraphQL
Installation
In your Magento installation run
Configuration
Configuration options are available under Stores > Configuration > Rapidez > Config
Here you can configure what extra fields should be exposed in the GraphQL ProductStockItem, fields not exposed will be null
.
Release instructions
If GraphQL changes have been made src/etc/module.xml must be updated with the new release version number. This way we can easily detect which fields should be available in GraphQL for use. As Introspection is disabled outside developer mode.
License
GNU General Public License v3. Please see License File for more information.
All versions of magento2-compadre with dependencies
magento/framework Version *
magento/module-sales-rule Version *
magento/module-catalog Version *
magento/module-graph-ql Version *
magento/module-quote-graph-ql Version *