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 13ea1f8 commit bb19773Copy full SHA for bb19773
app/code/Magento/GraphQl/Model/Query/ContextParametersProcessorInterface.php
@@ -10,7 +10,7 @@
10
/**
11
* Adding custom parameters to context object:
12
*
13
- * - Add new contextParametersProcessors item to ContextFactory in the di.xml.
+ * - Add new processors argument item to ContextFactory in the di.xml.
14
* - Class must extend ContextParametersProcessorInterface.
15
* - Implement execute method which adds additional data to the context though extension attributes.
16
* - This data will be present in each resolver.
0 commit comments