Expected behavior
should display the product data
Actual behavior
Throws internal server error
{ "errors": [ { "message": "Internal server error", "locations": [ { "line": 3, "column": 5 } ], "path": [ "getCarListing", "edges" ] } ], "data": { "getCarListing": { "edges": null } } }

Steps to reproduce
In pimcore go to the dathub section
open the graphql playground
Run the query
{ getCarListing(fullpaths: "/Product Data/Cars/ac cars/Cobra 427"){ edges{ node{ id } } } }