Skip to content

Commit e514ce0

Browse files
committed
magento/graphql-ce#741: Add extension point to set custom parameters to Query Context object
1 parent 3096057 commit e514ce0

File tree

1 file changed

+1
-1
lines changed
  • app/code/Magento/CustomerGraphQl/etc/graphql

1 file changed

+1
-1
lines changed

app/code/Magento/CustomerGraphQl/etc/graphql/di.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<type name="Magento\GraphQl\Model\Query\ContextFactory">
1717
<arguments>
1818
<argument name="contextParametersProcessors" xsi:type="array">
19-
<item name="add_customer_to_context" xsi:type="object">Magento\CustomerGraphQl\Model\Context\AddUserInfoToContext</item>
19+
<item name="add_user_info_to_context" xsi:type="object">Magento\CustomerGraphQl\Model\Context\AddUserInfoToContext</item>
2020
</argument>
2121
</arguments>
2222
</type>

0 commit comments

Comments
 (0)