Feature: Graphql Cloudinary images#110
Open
zerbfra wants to merge 457 commits intocloudinary:masterfrom
Open
Conversation
added 30 commits
April 4, 2019 16:48
v1.9.0: Product Gallery - splitted transformations & publicId
v1.9.0: Product Gallery - splitted transformations & publicId
…mall QA fixes/changes on Media-Library & Product-Gallery
…ecursive() on ProductGalleryHelper
CLOUDINARY-102: Replaced array_merge_recursive() with array_replace_recursive() on ProductGalleryHelper
v1.9.0: Small fix on system.xml
v1.9.0: Added support for global default free transform on product-gallery widget
Disabled browser autofill on system config
Disabled browser autofill on system config
CLOUDINARY-134: Fixed Magento 2.3.1 issue on wysiwyg from GH issue cloudinary#29
…Uncaught Error: Call to a member function getCloud() on null...
…o Open Source 2.2.8 - GH request
…to 2.3.x compatible cloudinary:upload:all command...
…Uncaught Error: Call to a member function getCloud() on null...
CLOUDINARY-143: Fixed issue When installing the M2 module the error: …
CLOUDINARY-143: Fixed issue When installing the M2 module the error: …
…Uncaught Error: Call to a member function getCloud() on null...
v1.15.1: Bumped version to 1.15.1
…n instead of the config observer
… support Magento v2.4^
add: GraphQL support for query Cld images
|
Hi @zerbfra , We are planning to improve our Graphql functionality shortly. Thanks, |
317f0fd to
2ec9f57
Compare
2ec9f57 to
d5e8519
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Hello,
following issue #109 here is the new cloudinary_images property in Graphqls with all the images that are attached to the product entity in Magento.
I leaved there the old
cld_dataproperty and created my own methods.It is not perfect but it works.
What do you think?