We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b248cbf + a4b95d7 commit cd50535Copy full SHA for cd50535
app/code/Magento/BundleGraphQl/Model/Resolver/Options/Collection.php
@@ -61,6 +61,7 @@ public function __construct(
61
* Add parent id/sku pair to use for option filter at fetch time.
62
*
63
* @param int $parentId
64
+ * @param int $parentEntityId
65
* @param string $sku
66
*/
67
public function addParentFilterData(int $parentId, int $parentEntityId, string $sku) : void
0 commit comments