drupal-graphql / graphql

GraphQL integration for Drupal 9/10
286 stars 202 forks source link

Route Entity producer for non entity routes throws errors #1324

Open artemvd opened 1 year ago

artemvd commented 1 year ago

If route_entity producer receives url like <front> or any other that is not entity route, the error message like this "The \"\" entity type does not exist." is returned

artemvd commented 1 year ago

PR: https://github.com/drupal-graphql/graphql/pull/1325