This repository was archived by the owner on Dec 19, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 152
Small image URL added to the product data #132
Merged
Merged
Changes from 3 commits
Commits
Show all changes
19 commits
Select commit
Hold shift + click to select a range
1288659
Small image URL added to the product data
rogyar ca13aa8
API-functional tests added
rogyar f41eb3e
Use current store id instead of admin store id
rogyar fe6d7f8
API-functional test improvements
rogyar a60e55d
Added parameter type in DocBlock
rogyar 6877798
Removed area simulation. Resolver improvements
rogyar 646f248
Declared new type for product images
rogyar f8b59e7
DocBlock comment adjustments
rogyar a027ae7
Removed debug parts
rogyar c53bb4f
Removed placeholder test
rogyar 5a674c7
Making the resolver universal
rogyar 4de3a9e
Merge branch '2.3-develop' into 88-small-image-url
rogyar 0ea7d50
Return scalar type instead of deferred
rogyar a4c941e
GraphQL-88: Small image URL added to the product data
a6d7d45
GraphQL-88: Small image URL added to the product data
ca8c7fc
Fixed failing tests
rogyar d860874
Merge branch '88-small-image-url' of github.com:magento/graphql-ce in…
rogyar 45cc658
Merge remote-tracking branch 'origin/2.3-develop' into 88-small-image…
dad6575
GraphQL-88: 'small_image' in 'ProductInterface' does not have enough …
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why? Client knows nothing about the model. It must be passed from the parent resolver. I think before the change we had correct exception, the only change I would made is remove translation:
throw new \LogicException("Cannot resolve entity model");
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
#189
Has been created