Log in
Interface

ContextParametersProcessorInterface

Magento\GraphQl\Model\Query\ContextParametersProcessorInterface

What it does

This interface defines a contract for processors that add custom parameters to the GraphQL context object.

Developers implement this interface to inject additional data (via extension attributes) into the context that will be available to all GraphQL resolvers during query execution.

Public Methods

  • execute()