Skip to content

Commit bb19773

Browse files
committed
magento/graphql-ce#741: Add extension point to set custom parameters to Query Context object
- added extended docs
1 parent 13ea1f8 commit bb19773

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/GraphQl/Model/Query/ContextParametersProcessorInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
/**
1111
* Adding custom parameters to context object:
1212
*
13-
* - Add new contextParametersProcessors item to ContextFactory in the di.xml.
13+
* - Add new processors argument item to ContextFactory in the di.xml.
1414
* - Class must extend ContextParametersProcessorInterface.
1515
* - Implement execute method which adds additional data to the context though extension attributes.
1616
* - This data will be present in each resolver.

0 commit comments

Comments
 (0)