Guides
Tutorials
GraphQL API entrypoint.
class ApiPlatform\GraphQl\Action\EntrypointAction
{
public __construct(ApiPlatform\GraphQl\Type\SchemaBuilderInterface $schemaBuilder, ApiPlatform\GraphQl\ExecutorInterface $executor, null|ApiPlatform\GraphQl\Action\GraphiQlAction $graphiQlAction, null|ApiPlatform\GraphQl\Action\GraphQlPlaygroundAction $graphQlPlaygroundAction, Symfony\Component\Serializer\Normalizer\NormalizerInterface $normalizer, ApiPlatform\GraphQl\Error\ErrorHandlerInterface $errorHandler, bool $debug, bool $graphiqlEnabled, bool $graphQlPlaygroundEnabled, null|string $defaultIde)
public __invoke(Symfony\Component\HttpFoundation\Request $request): Symfony\Component\HttpFoundation\Response
}
class ApiPlatform\GraphQl\Action\EntrypointAction
{
public __construct(ApiPlatform\GraphQl\Type\SchemaBuilderInterface $schemaBuilder, ApiPlatform\GraphQl\ExecutorInterface $executor, null|ApiPlatform\GraphQl\Action\GraphiQlAction $graphiQlAction, null|ApiPlatform\GraphQl\Action\GraphQlPlaygroundAction $graphQlPlaygroundAction, Symfony\Component\Serializer\Normalizer\NormalizerInterface $normalizer, ApiPlatform\GraphQl\Error\ErrorHandlerInterface $errorHandler, bool $debug, bool $graphiqlEnabled, bool $graphQlPlaygroundEnabled, null|string $defaultIde)
public __invoke(Symfony\Component\HttpFoundation\Request $request): Symfony\Component\HttpFoundation\Response
}
public __construct(ApiPlatform\GraphQl\Type\SchemaBuilderInterface $schemaBuilder, ApiPlatform\GraphQl\ExecutorInterface $executor, null|ApiPlatform\GraphQl\Action\GraphiQlAction $graphiQlAction, null|ApiPlatform\GraphQl\Action\GraphQlPlaygroundAction $graphQlPlaygroundAction, Symfony\Component\Serializer\Normalizer\NormalizerInterface $normalizer, ApiPlatform\GraphQl\Error\ErrorHandlerInterface $errorHandler, bool $debug, bool $graphiqlEnabled, bool $graphQlPlaygroundEnabled, null|string $defaultIde)
public __construct(ApiPlatform\GraphQl\Type\SchemaBuilderInterface $schemaBuilder, ApiPlatform\GraphQl\ExecutorInterface $executor, null|ApiPlatform\GraphQl\Action\GraphiQlAction $graphiQlAction, null|ApiPlatform\GraphQl\Action\GraphQlPlaygroundAction $graphQlPlaygroundAction, Symfony\Component\Serializer\Normalizer\NormalizerInterface $normalizer, ApiPlatform\GraphQl\Error\ErrorHandlerInterface $errorHandler, bool $debug, bool $graphiqlEnabled, bool $graphQlPlaygroundEnabled, null|string $defaultIde)
schemaBuilder | ApiPlatform\GraphQl\Type\SchemaBuilderInterface | |
executor | ApiPlatform\GraphQl\ExecutorInterface | |
graphiQlAction | ApiPlatform\GraphQl\Action\GraphiQlAction | |
graphQlPlaygroundAction | ApiPlatform\GraphQl\Action\GraphQlPlaygroundAction | |
normalizer | Symfony\Component\Serializer\Normalizer\NormalizerInterface | |
errorHandler | ApiPlatform\GraphQl\Error\ErrorHandlerInterface | |
debug | bool | |
graphiqlEnabled | bool | |
graphQlPlaygroundEnabled | bool | |
defaultIde | string |
public __invoke(Symfony\Component\HttpFoundation\Request $request): Symfony\Component\HttpFoundation\Response
public __invoke(Symfony\Component\HttpFoundation\Request $request): Symfony\Component\HttpFoundation\Response
request | Symfony\Component\HttpFoundation\Request |
Symfony\Component\HttpFoundation\Response