Skip to content

Image Flipper GraphQL is a part of MageINIC Image Flipper extension that adds GraphQL features. This extension extends Image Flipper definitions.

Notifications You must be signed in to change notification settings

mageinic/image-flipper-graphql

Repository files navigation

ImageFlipperGraphQl

ImageFlipperGraphQl Provides flipper image type information for the GraphQl module to Applied Media Gallery information endpoints.

1. How to install

Run the following command in Magento 2 root folder:

composer require mageinic/image-flipper-graphql

php bin/magento maintenance:enable
php bin/magento setup:upgrade
php bin/magento setup:di:compile
php bin/magento setup:static-content:deploy
php bin/magento maintenance:disable
php bin/magento cache:flush

Note: Magento 2 Image Flipper GraphQL requires installing MageINIC Image Flipper in your Magento installation.

Or Install via composer [Recommend]

composer require mageinic/image-flipper

2. How to use

  • To view the queries that the MageINIC Image Flipper GraphQL extension supports, you can check Image Flipper GraphQl User Guide.pdf Or run ImageFlipperGraphQl.postman_collection.json in Postman.

3. Get Support

  • Feel free to contact us if you have any further questions.
  • Like this project, Give us a Star

Important Note:

If you encounter a URL like below, please ignore it as it may appear when the product image role is not assigned from the backend.

"flipper_image": { "url": "{{base url}}/Magento_Catalog/images/product/placeholder/flipper_image.jpg", },

About

Image Flipper GraphQL is a part of MageINIC Image Flipper extension that adds GraphQL features. This extension extends Image Flipper definitions.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages