Skip to content

Commit 7597f8b

Browse files
author
Oleksandr Iegorov
committed
MC-38995: Customer group price is not working in product query graphql
1 parent c491bef commit 7597f8b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/code/Magento/CustomerGraphQl/etc/extension_attributes.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:Api/etc/extension_attributes.xsd">
99
<extension_attributes for="Magento\GraphQl\Model\Query\ContextInterface">
1010
<attribute code="is_customer" type="boolean"/>
11+
<attribute code="id_customer_group" type="integer"/>
1112
<attribute code="customer_group" type="integer"/>
1213
</extension_attributes>
1314
</config>

0 commit comments

Comments
 (0)