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.
1 parent c491bef commit 7597f8bCopy full SHA for 7597f8b
app/code/Magento/CustomerGraphQl/etc/extension_attributes.xml
@@ -8,6 +8,7 @@
8
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:Api/etc/extension_attributes.xsd">
9
<extension_attributes for="Magento\GraphQl\Model\Query\ContextInterface">
10
<attribute code="is_customer" type="boolean"/>
11
+ <attribute code="id_customer_group" type="integer"/>
12
<attribute code="customer_group" type="integer"/>
13
</extension_attributes>
14
</config>
0 commit comments