vendor/api-platform/core/src/Symfony/Bundle/Resources/views/GraphQlPlayground/index.html.twig line 1

Open in your IDE?
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4.     <meta charset="UTF-8">
  5.     <meta name="viewport" content="user-scalable=no, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, minimal-ui">
  6.     <title>{% if title %}{{ title }} - {% endif %}API Platform</title>
  7.     <link rel="stylesheet" href="{{ asset('bundles/apiplatform/graphql-playground/index.css', assetPackage) }}">
  8.     <script src="{{ asset('bundles/apiplatform/graphql-playground/middleware.js', assetPackage) }}"></script>
  9.     {# json_encode(65) is for JSON_UNESCAPED_SLASHES|JSON_HEX_TAG to avoid JS XSS #}
  10.     <script id="graphql-playground-data" type="application/json">{{ graphql_playground_data|json_encode(65)|raw }}</script>
  11. </head>
  12. <body>
  13. <style type="text/css">
  14.     html {
  15.         font-family: "Open Sans", sans-serif;
  16.         overflow: hidden;
  17.     }
  18.     body {
  19.         margin: 0;
  20.         background: #172a3a;
  21.     }
  22.     .playgroundIn {
  23.         -webkit-animation: playgroundIn 0.5s ease-out forwards;
  24.         animation: playgroundIn 0.5s ease-out forwards;
  25.     }
  26.     @-webkit-keyframes playgroundIn {
  27.         from {
  28.             opacity: 0;
  29.             -webkit-transform: translateY(10px);
  30.             -ms-transform: translateY(10px);
  31.             transform: translateY(10px);
  32.         }
  33.         to {
  34.             opacity: 1;
  35.             -webkit-transform: translateY(0);
  36.             -ms-transform: translateY(0);
  37.             transform: translateY(0);
  38.         }
  39.     }
  40.     @keyframes playgroundIn {
  41.         from {
  42.             opacity: 0;
  43.             -webkit-transform: translateY(10px);
  44.             -ms-transform: translateY(10px);
  45.             transform: translateY(10px);
  46.         }
  47.         to {
  48.             opacity: 1;
  49.             -webkit-transform: translateY(0);
  50.             -ms-transform: translateY(0);
  51.             transform: translateY(0);
  52.         }
  53.     }
  54. </style>
  55. <style type="text/css">
  56.     .fadeOut {
  57.         -webkit-animation: fadeOut 0.5s ease-out forwards;
  58.         animation: fadeOut 0.5s ease-out forwards;
  59.     }
  60.     @-webkit-keyframes fadeIn {
  61.         from {
  62.             opacity: 0;
  63.             -webkit-transform: translateY(-10px);
  64.             -ms-transform: translateY(-10px);
  65.             transform: translateY(-10px);
  66.         }
  67.         to {
  68.             opacity: 1;
  69.             -webkit-transform: translateY(0);
  70.             -ms-transform: translateY(0);
  71.             transform: translateY(0);
  72.         }
  73.     }
  74.     @keyframes fadeIn {
  75.         from {
  76.             opacity: 0;
  77.             -webkit-transform: translateY(-10px);
  78.             -ms-transform: translateY(-10px);
  79.             transform: translateY(-10px);
  80.         }
  81.         to {
  82.             opacity: 1;
  83.             -webkit-transform: translateY(0);
  84.             -ms-transform: translateY(0);
  85.             transform: translateY(0);
  86.         }
  87.     }
  88.     @-webkit-keyframes fadeOut {
  89.         from {
  90.             opacity: 1;
  91.             -webkit-transform: translateY(0);
  92.             -ms-transform: translateY(0);
  93.             transform: translateY(0);
  94.         }
  95.         to {
  96.             opacity: 0;
  97.             -webkit-transform: translateY(-10px);
  98.             -ms-transform: translateY(-10px);
  99.             transform: translateY(-10px);
  100.         }
  101.     }
  102.     @keyframes fadeOut {
  103.         from {
  104.             opacity: 1;
  105.             -webkit-transform: translateY(0);
  106.             -ms-transform: translateY(0);
  107.             transform: translateY(0);
  108.         }
  109.         to {
  110.             opacity: 0;
  111.             -webkit-transform: translateY(-10px);
  112.             -ms-transform: translateY(-10px);
  113.             transform: translateY(-10px);
  114.         }
  115.     }
  116.     @-webkit-keyframes appearIn {
  117.         from {
  118.             opacity: 0;
  119.             -webkit-transform: translateY(0px);
  120.             -ms-transform: translateY(0px);
  121.             transform: translateY(0px);
  122.         }
  123.         to {
  124.             opacity: 1;
  125.             -webkit-transform: translateY(0);
  126.             -ms-transform: translateY(0);
  127.             transform: translateY(0);
  128.         }
  129.     }
  130.     @keyframes appearIn {
  131.         from {
  132.             opacity: 0;
  133.             -webkit-transform: translateY(0px);
  134.             -ms-transform: translateY(0px);
  135.             transform: translateY(0px);
  136.         }
  137.         to {
  138.             opacity: 1;
  139.             -webkit-transform: translateY(0);
  140.             -ms-transform: translateY(0);
  141.             transform: translateY(0);
  142.         }
  143.     }
  144.     @-webkit-keyframes scaleIn {
  145.         from {
  146.             -webkit-transform: scale(0);
  147.             -ms-transform: scale(0);
  148.             transform: scale(0);
  149.         }
  150.         to {
  151.             -webkit-transform: scale(1);
  152.             -ms-transform: scale(1);
  153.             transform: scale(1);
  154.         }
  155.     }
  156.     @keyframes scaleIn {
  157.         from {
  158.             -webkit-transform: scale(0);
  159.             -ms-transform: scale(0);
  160.             transform: scale(0);
  161.         }
  162.         to {
  163.             -webkit-transform: scale(1);
  164.             -ms-transform: scale(1);
  165.             transform: scale(1);
  166.         }
  167.     }
  168.     @-webkit-keyframes innerDrawIn {
  169.         0% {
  170.             stroke-dashoffset: 70;
  171.         }
  172.         50% {
  173.             stroke-dashoffset: 140;
  174.         }
  175.         100% {
  176.             stroke-dashoffset: 210;
  177.         }
  178.     }
  179.     @keyframes innerDrawIn {
  180.         0% {
  181.             stroke-dashoffset: 70;
  182.         }
  183.         50% {
  184.             stroke-dashoffset: 140;
  185.         }
  186.         100% {
  187.             stroke-dashoffset: 210;
  188.         }
  189.     }
  190.     @-webkit-keyframes outerDrawIn {
  191.         0% {
  192.             stroke-dashoffset: 76;
  193.         }
  194.         100% {
  195.             stroke-dashoffset: 152;
  196.         }
  197.     }
  198.     @keyframes outerDrawIn {
  199.         0% {
  200.             stroke-dashoffset: 76;
  201.         }
  202.         100% {
  203.             stroke-dashoffset: 152;
  204.         }
  205.     }
  206.     .hHWjkv {
  207.         -webkit-transform-origin: 0px 0px;
  208.         -ms-transform-origin: 0px 0px;
  209.         transform-origin: 0px 0px;
  210.         -webkit-transform: scale(0);
  211.         -ms-transform: scale(0);
  212.         transform: scale(0);
  213.         -webkit-animation: scaleIn 0.25s linear forwards 0.2222222222222222s;
  214.         animation: scaleIn 0.25s linear forwards 0.2222222222222222s;
  215.     }
  216.     .gCDOzd {
  217.         -webkit-transform-origin: 0px 0px;
  218.         -ms-transform-origin: 0px 0px;
  219.         transform-origin: 0px 0px;
  220.         -webkit-transform: scale(0);
  221.         -ms-transform: scale(0);
  222.         transform: scale(0);
  223.         -webkit-animation: scaleIn 0.25s linear forwards 0.4222222222222222s;
  224.         animation: scaleIn 0.25s linear forwards 0.4222222222222222s;
  225.     }
  226.     .hmCcxi {
  227.         -webkit-transform-origin: 0px 0px;
  228.         -ms-transform-origin: 0px 0px;
  229.         transform-origin: 0px 0px;
  230.         -webkit-transform: scale(0);
  231.         -ms-transform: scale(0);
  232.         transform: scale(0);
  233.         -webkit-animation: scaleIn 0.25s linear forwards 0.6222222222222222s;
  234.         animation: scaleIn 0.25s linear forwards 0.6222222222222222s;
  235.     }
  236.     .eHamQi {
  237.         -webkit-transform-origin: 0px 0px;
  238.         -ms-transform-origin: 0px 0px;
  239.         transform-origin: 0px 0px;
  240.         -webkit-transform: scale(0);
  241.         -ms-transform: scale(0);
  242.         transform: scale(0);
  243.         -webkit-animation: scaleIn 0.25s linear forwards 0.8222222222222223s;
  244.         animation: scaleIn 0.25s linear forwards 0.8222222222222223s;
  245.     }
  246.     .byhgGu {
  247.         -webkit-transform-origin: 0px 0px;
  248.         -ms-transform-origin: 0px 0px;
  249.         transform-origin: 0px 0px;
  250.         -webkit-transform: scale(0);
  251.         -ms-transform: scale(0);
  252.         transform: scale(0);
  253.         -webkit-animation: scaleIn 0.25s linear forwards 1.0222222222222221s;
  254.         animation: scaleIn 0.25s linear forwards 1.0222222222222221s;
  255.     }
  256.     .llAKP {
  257.         -webkit-transform-origin: 0px 0px;
  258.         -ms-transform-origin: 0px 0px;
  259.         transform-origin: 0px 0px;
  260.         -webkit-transform: scale(0);
  261.         -ms-transform: scale(0);
  262.         transform: scale(0);
  263.         -webkit-animation: scaleIn 0.25s linear forwards 1.2222222222222223s;
  264.         animation: scaleIn 0.25s linear forwards 1.2222222222222223s;
  265.     }
  266.     .bglIGM {
  267.         -webkit-transform-origin: 64px 28px;
  268.         -ms-transform-origin: 64px 28px;
  269.         transform-origin: 64px 28px;
  270.         -webkit-transform: scale(0);
  271.         -ms-transform: scale(0);
  272.         transform: scale(0);
  273.         -webkit-animation: scaleIn 0.25s linear forwards 0.2222222222222222s;
  274.         animation: scaleIn 0.25s linear forwards 0.2222222222222222s;
  275.     }
  276.     .ksxRII {
  277.         -webkit-transform-origin: 95.98500061035156px 46.510000228881836px;
  278.         -ms-transform-origin: 95.98500061035156px 46.510000228881836px;
  279.         transform-origin: 95.98500061035156px 46.510000228881836px;
  280.         -webkit-transform: scale(0);
  281.         -ms-transform: scale(0);
  282.         transform: scale(0);
  283.         -webkit-animation: scaleIn 0.25s linear forwards 0.4222222222222222s;
  284.         animation: scaleIn 0.25s linear forwards 0.4222222222222222s;
  285.     }
  286.     .cWrBmb {
  287.         -webkit-transform-origin: 95.97162628173828px 83.4900016784668px;
  288.         -ms-transform-origin: 95.97162628173828px 83.4900016784668px;
  289.         transform-origin: 95.97162628173828px 83.4900016784668px;
  290.         -webkit-transform: scale(0);
  291.         -ms-transform: scale(0);
  292.         transform: scale(0);
  293.         -webkit-animation: scaleIn 0.25s linear forwards 0.6222222222222222s;
  294.         animation: scaleIn 0.25s linear forwards 0.6222222222222222s;
  295.     }
  296.     .Wnusb {
  297.         -webkit-transform-origin: 64px 101.97999572753906px;
  298.         -ms-transform-origin: 64px 101.97999572753906px;
  299.         transform-origin: 64px 101.97999572753906px;
  300.         -webkit-transform: scale(0);
  301.         -ms-transform: scale(0);
  302.         transform: scale(0);
  303.         -webkit-animation: scaleIn 0.25s linear forwards 0.8222222222222223s;
  304.         animation: scaleIn 0.25s linear forwards 0.8222222222222223s;
  305.     }
  306.     .bfPqf {
  307.         -webkit-transform-origin: 32.03982162475586px 83.4900016784668px;
  308.         -ms-transform-origin: 32.03982162475586px 83.4900016784668px;
  309.         transform-origin: 32.03982162475586px 83.4900016784668px;
  310.         -webkit-transform: scale(0);
  311.         -ms-transform: scale(0);
  312.         transform: scale(0);
  313.         -webkit-animation: scaleIn 0.25s linear forwards 1.0222222222222221s;
  314.         animation: scaleIn 0.25s linear forwards 1.0222222222222221s;
  315.     }
  316.     .edRCTN {
  317.         -webkit-transform-origin: 32.033552169799805px 46.510000228881836px;
  318.         -ms-transform-origin: 32.033552169799805px 46.510000228881836px;
  319.         transform-origin: 32.033552169799805px 46.510000228881836px;
  320.         -webkit-transform: scale(0);
  321.         -ms-transform: scale(0);
  322.         transform: scale(0);
  323.         -webkit-animation: scaleIn 0.25s linear forwards 1.2222222222222223s;
  324.         animation: scaleIn 0.25s linear forwards 1.2222222222222223s;
  325.     }
  326.     .iEGVWn {
  327.         opacity: 0;
  328.         stroke-dasharray: 76;
  329.         -webkit-animation: outerDrawIn 0.5s ease-out forwards 0.3333333333333333s, appearIn 0.1s ease-out forwards 0.3333333333333333s;
  330.         animation: outerDrawIn 0.5s ease-out forwards 0.3333333333333333s, appearIn 0.1s ease-out forwards 0.3333333333333333s;
  331.         -webkit-animation-iteration-count: 1, 1;
  332.         animation-iteration-count: 1, 1;
  333.     }
  334.     .bsocdx {
  335.         opacity: 0;
  336.         stroke-dasharray: 76;
  337.         -webkit-animation: outerDrawIn 0.5s ease-out forwards 0.5333333333333333s, appearIn 0.1s ease-out forwards 0.5333333333333333s;
  338.         animation: outerDrawIn 0.5s ease-out forwards 0.5333333333333333s, appearIn 0.1s ease-out forwards 0.5333333333333333s;
  339.         -webkit-animation-iteration-count: 1, 1;
  340.         animation-iteration-count: 1, 1;
  341.     }
  342.     .jAZXmP {
  343.         opacity: 0;
  344.         stroke-dasharray: 76;
  345.         -webkit-animation: outerDrawIn 0.5s ease-out forwards 0.7333333333333334s, appearIn 0.1s ease-out forwards 0.7333333333333334s;
  346.         animation: outerDrawIn 0.5s ease-out forwards 0.7333333333333334s, appearIn 0.1s ease-out forwards 0.7333333333333334s;
  347.         -webkit-animation-iteration-count: 1, 1;
  348.         animation-iteration-count: 1, 1;
  349.     }
  350.     .hSeArx {
  351.         opacity: 0;
  352.         stroke-dasharray: 76;
  353.         -webkit-animation: outerDrawIn 0.5s ease-out forwards 0.9333333333333333s, appearIn 0.1s ease-out forwards 0.9333333333333333s;
  354.         animation: outerDrawIn 0.5s ease-out forwards 0.9333333333333333s, appearIn 0.1s ease-out forwards 0.9333333333333333s;
  355.         -webkit-animation-iteration-count: 1, 1;
  356.         animation-iteration-count: 1, 1;
  357.     }
  358.     .bVgqGk {
  359.         opacity: 0;
  360.         stroke-dasharray: 76;
  361.         -webkit-animation: outerDrawIn 0.5s ease-out forwards 1.1333333333333333s, appearIn 0.1s ease-out forwards 1.1333333333333333s;
  362.         animation: outerDrawIn 0.5s ease-out forwards 1.1333333333333333s, appearIn 0.1s ease-out forwards 1.1333333333333333s;
  363.         -webkit-animation-iteration-count: 1, 1;
  364.         animation-iteration-count: 1, 1;
  365.     }
  366.     .hEFqBt {
  367.         opacity: 0;
  368.         stroke-dasharray: 76;
  369.         -webkit-animation: outerDrawIn 0.5s ease-out forwards 1.3333333333333333s, appearIn 0.1s ease-out forwards 1.3333333333333333s;
  370.         animation: outerDrawIn 0.5s ease-out forwards 1.3333333333333333s, appearIn 0.1s ease-out forwards 1.3333333333333333s;
  371.         -webkit-animation-iteration-count: 1, 1;
  372.         animation-iteration-count: 1, 1;
  373.     }
  374.     .dzEKCM {
  375.         opacity: 0;
  376.         stroke-dasharray: 70;
  377.         -webkit-animation: innerDrawIn 1s ease-in-out forwards 1.3666666666666667s, appearIn 0.1s linear forwards 1.3666666666666667s;
  378.         animation: innerDrawIn 1s ease-in-out forwards 1.3666666666666667s, appearIn 0.1s linear forwards 1.3666666666666667s;
  379.         -webkit-animation-iteration-count: infinite, 1;
  380.         animation-iteration-count: infinite, 1;
  381.     }
  382.     .DYnPx {
  383.         opacity: 0;
  384.         stroke-dasharray: 70;
  385.         -webkit-animation: innerDrawIn 1s ease-in-out forwards 1.5333333333333332s, appearIn 0.1s linear forwards 1.5333333333333332s;
  386.         animation: innerDrawIn 1s ease-in-out forwards 1.5333333333333332s, appearIn 0.1s linear forwards 1.5333333333333332s;
  387.         -webkit-animation-iteration-count: infinite, 1;
  388.         animation-iteration-count: infinite, 1;
  389.     }
  390.     .hjPEAQ {
  391.         opacity: 0;
  392.         stroke-dasharray: 70;
  393.         -webkit-animation: innerDrawIn 1s ease-in-out forwards 1.7000000000000002s, appearIn 0.1s linear forwards 1.7000000000000002s;
  394.         animation: innerDrawIn 1s ease-in-out forwards 1.7000000000000002s, appearIn 0.1s linear forwards 1.7000000000000002s;
  395.         -webkit-animation-iteration-count: infinite, 1;
  396.         animation-iteration-count: infinite, 1;
  397.     }
  398.     #loading-wrapper {
  399.         position: absolute;
  400.         width: 100vw;
  401.         height: 100vh;
  402.         display: -webkit-box;
  403.         display: -webkit-flex;
  404.         display: -ms-flexbox;
  405.         display: flex;
  406.         -webkit-align-items: center;
  407.         -webkit-box-align: center;
  408.         -ms-flex-align: center;
  409.         align-items: center;
  410.         -webkit-box-pack: center;
  411.         -webkit-justify-content: center;
  412.         -ms-flex-pack: center;
  413.         justify-content: center;
  414.         -webkit-flex-direction: column;
  415.         -ms-flex-direction: column;
  416.         flex-direction: column;
  417.     }
  418.     .logo {
  419.         width: 75px;
  420.         height: 75px;
  421.         margin-bottom: 20px;
  422.         opacity: 0;
  423.         -webkit-animation: fadeIn 0.5s ease-out forwards;
  424.         animation: fadeIn 0.5s ease-out forwards;
  425.     }
  426.     .text {
  427.         font-size: 32px;
  428.         font-weight: 200;
  429.         text-align: center;
  430.         color: rgba(255, 255, 255, 0.6);
  431.         opacity: 0;
  432.         -webkit-animation: fadeIn 0.5s ease-out forwards;
  433.         animation: fadeIn 0.5s ease-out forwards;
  434.     }
  435.     .dGfHfc {
  436.         font-weight: 400;
  437.     }
  438. </style>
  439. <div id="loading-wrapper">
  440.     <svg class="logo" viewBox="0 0 128 128">
  441.         <title>GraphQL Playground Logo</title>
  442.         <defs>
  443.             <linearGradient id="linearGradient-1" x1="4.86%" x2="96.21%" y1="0%" y2="99.66%">
  444.                 <stop stop-color="#E00082" stop-opacity=".8" offset="0%"></stop>
  445.                 <stop stop-color="#E00082" offset="100%"></stop>
  446.             </linearGradient>
  447.         </defs>
  448.         <g>
  449.             <rect id="Gradient" width="127.96" height="127.96" y="1" fill="url(#linearGradient-1)" rx="4"></rect>
  450.             <path id="Border" fill="#E00082" fill-rule="nonzero" d="M4.7 2.84c-1.58 0-2.86 1.28-2.86 2.85v116.57c0 1.57 1.28 2.84 2.85 2.84h116.57c1.57 0 2.84-1.26 2.84-2.83V5.67c0-1.55-1.26-2.83-2.83-2.83H4.67zM4.7 0h116.58c3.14 0 5.68 2.55 5.68 5.7v116.58c0 3.14-2.54 5.68-5.68 5.68H4.68c-3.13 0-5.68-2.54-5.68-5.68V5.68C-1 2.56 1.55 0 4.7 0z"></path>
  451.             <path class="bglIGM" x="64" y="28" fill="#fff" d="M64 36c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8" style="transform: translate(100px, 100px);"></path>
  452.             <path class="ksxRII" x="95.98500061035156" y="46.510000228881836" fill="#fff" d="M89.04 50.52c-2.2-3.84-.9-8.73 2.94-10.96 3.83-2.2 8.72-.9 10.95 2.94 2.2 3.84.9 8.73-2.94 10.96-3.85 2.2-8.76.9-10.97-2.94"
  453.                   style="transform: translate(100px, 100px);"></path>
  454.             <path class="cWrBmb" x="95.97162628173828" y="83.4900016784668" fill="#fff" d="M102.9 87.5c-2.2 3.84-7.1 5.15-10.94 2.94-3.84-2.2-5.14-7.12-2.94-10.96 2.2-3.84 7.12-5.15 10.95-2.94 3.86 2.23 5.16 7.12 2.94 10.96"
  455.                   style="transform: translate(100px, 100px);"></path>
  456.             <path class="Wnusb" x="64" y="101.97999572753906" fill="#fff" d="M64 110c-4.43 0-8-3.6-8-8.02 0-4.44 3.57-8.02 8-8.02s8 3.58 8 8.02c0 4.4-3.57 8.02-8 8.02"
  457.                   style="transform: translate(100px, 100px);"></path>
  458.             <path class="bfPqf" x="32.03982162475586" y="83.4900016784668" fill="#fff" d="M25.1 87.5c-2.2-3.84-.9-8.73 2.93-10.96 3.83-2.2 8.72-.9 10.95 2.94 2.2 3.84.9 8.73-2.94 10.96-3.85 2.2-8.74.9-10.95-2.94"
  459.                   style="transform: translate(100px, 100px);"></path>
  460.             <path class="edRCTN" x="32.033552169799805" y="46.510000228881836" fill="#fff" d="M38.96 50.52c-2.2 3.84-7.12 5.15-10.95 2.94-3.82-2.2-5.12-7.12-2.92-10.96 2.2-3.84 7.12-5.15 10.95-2.94 3.83 2.23 5.14 7.12 2.94 10.96"
  461.                   style="transform: translate(100px, 100px);"></path>
  462.             <path class="iEGVWn" stroke="#fff" stroke-width="4" stroke-linecap="round" stroke-linejoin="round" d="M63.55 27.5l32.9 19-32.9-19z"></path>
  463.             <path class="bsocdx" stroke="#fff" stroke-width="4" stroke-linecap="round" stroke-linejoin="round" d="M96 46v38-38z"></path>
  464.             <path class="jAZXmP" stroke="#fff" stroke-width="4" stroke-linecap="round" stroke-linejoin="round" d="M96.45 84.5l-32.9 19 32.9-19z"></path>
  465.             <path class="hSeArx" stroke="#fff" stroke-width="4" stroke-linecap="round" stroke-linejoin="round" d="M64.45 103.5l-32.9-19 32.9 19z"></path>
  466.             <path class="bVgqGk" stroke="#fff" stroke-width="4" stroke-linecap="round" stroke-linejoin="round" d="M32 84V46v38z"></path>
  467.             <path class="hEFqBt" stroke="#fff" stroke-width="4" stroke-linecap="round" stroke-linejoin="round" d="M31.55 46.5l32.9-19-32.9 19z"></path>
  468.             <path class="dzEKCM" id="Triangle-Bottom" stroke="#fff" stroke-width="4" d="M30 84h70" stroke-linecap="round"></path>
  469.             <path class="DYnPx" id="Triangle-Left" stroke="#fff" stroke-width="4" d="M65 26L30 87" stroke-linecap="round"></path>
  470.             <path class="hjPEAQ" id="Triangle-Right" stroke="#fff" stroke-width="4" d="M98 87L63 26" stroke-linecap="round"></path>
  471.         </g>
  472.     </svg>
  473.     <div class="text">Loading
  474.         <span class="dGfHfc">API Platform GraphQL Playground</span>
  475.     </div>
  476. </div>
  477. <div id="graphql-playground" />
  478. <script src="{{ asset('bundles/apiplatform/init-graphql-playground.js', assetPackage) }}"></script>
  479. </body>
  480. </html>