Skip to content

Commit

Permalink
magento/graphql-ce#741: Add extension point to set custom parameters …
Browse files Browse the repository at this point in the history
…to Query Context object

- added extended docs
  • Loading branch information
lenaorobei committed Jun 14, 2019
1 parent 13ea1f8 commit bb19773
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
/**
* Adding custom parameters to context object:
*
* - Add new contextParametersProcessors item to ContextFactory in the di.xml.
* - Add new processors argument item to ContextFactory in the di.xml.
* - Class must extend ContextParametersProcessorInterface.
* - Implement execute method which adds additional data to the context though extension attributes.
* - This data will be present in each resolver.
Expand Down

0 comments on commit bb19773

Please sign in to comment.