Skip to content

Commit

Permalink
Merge branch 'magento/graphql-ce#741' of github.com:magento/graphql-c…
Browse files Browse the repository at this point in the history
  • Loading branch information
naydav committed Jun 14, 2019
2 parents 892c131 + bb19773 commit 4485e23
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/code/Magento/CustomerGraphQl/etc/graphql/di.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@
</argument>
</arguments>
</type>
</config>
</config>
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,12 @@
namespace Magento\GraphQl\Model\Query;

/**
* Extension point for adding custom parameters to context object
* Adding custom parameters to context object:
*
* - 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.
*/
interface ContextParametersProcessorInterface
{
Expand Down

0 comments on commit 4485e23

Please sign in to comment.