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