|
Magento 2 Documentation
2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
|
Public Member Functions | |
| __construct (Response $response, SchemaGeneratorInterface $schemaGenerator, SerializerInterface $jsonSerializer, QueryProcessor $queryProcessor, ExceptionFormatter $graphQlError, ContextInterface $resolverContext, HttpRequestProcessor $requestProcessor, QueryFields $queryFields) | |
Public Member Functions inherited from FrontControllerInterface | |
| dispatch (RequestInterface $request) | |
| __construct | ( | Response | $response, |
| SchemaGeneratorInterface | $schemaGenerator, | ||
| SerializerInterface | $jsonSerializer, | ||
| QueryProcessor | $queryProcessor, | ||
| ExceptionFormatter | $graphQlError, | ||
| ContextInterface | $resolverContext, | ||
| HttpRequestProcessor | $requestProcessor, | ||
| QueryFields | $queryFields | ||
| ) |
| Response | $response | |
| SchemaGeneratorInterface | $schemaGenerator | |
| SerializerInterface | $jsonSerializer | |
| QueryProcessor | $queryProcessor | |
| \Magento\Framework\GraphQl\Exception\ExceptionFormatter | $graphQlError | |
| \Magento\Framework\GraphQl\Query\Resolver\ContextInterface | $resolverContext | |
| HttpRequestProcessor | $requestProcessor | |
| QueryFields | $queryFields |
Definition at line 79 of file GraphQl.php.