The actual route data and schema exist in the profile

Error:
Unable to generate a URL for the named route "overblog_graphql_endpoint" as such route does not exist.
It is hardcoded in
|
$this->endpointUrl = $router->generate('overblog_graphql_endpoint'); |
The actual route data and schema exist in the profile

Error:
Unable to generate a URL for the named route "overblog_graphql_endpoint" as such route does not exist.It is hardcoded in
GraphQLBundle/src/Controller/ProfilerController.php
Line 36 in 3a98cc1