Guides
Tutorials
GraphiQL entrypoint.
class ApiPlatform\GraphQl\Action\GraphiQlAction
{
public __construct(Twig\Environment $twig, Symfony\Component\Routing\RouterInterface $router, bool $graphiqlEnabled, string $title, $assetPackage)
public __invoke(Symfony\Component\HttpFoundation\Request $request): Symfony\Component\HttpFoundation\Response
}
class ApiPlatform\GraphQl\Action\GraphiQlAction
{
public __construct(Twig\Environment $twig, Symfony\Component\Routing\RouterInterface $router, bool $graphiqlEnabled, string $title, $assetPackage)
public __invoke(Symfony\Component\HttpFoundation\Request $request): Symfony\Component\HttpFoundation\Response
}
public __construct(Twig\Environment $twig, Symfony\Component\Routing\RouterInterface $router, bool $graphiqlEnabled, string $title, $assetPackage)
public __construct(Twig\Environment $twig, Symfony\Component\Routing\RouterInterface $router, bool $graphiqlEnabled, string $title, $assetPackage)
twig | Twig\Environment | |
router | Symfony\Component\Routing\RouterInterface | |
graphiqlEnabled | bool | |
title | string | |
assetPackage |
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