True! Many Thanks @amaster507 for your engagement and support!
I would like to better understand the relationship between the DQL schemas ( set via /alter ) and the GraphQL schemas ( set via /admin/schema ). It seems that I can add schemas with the same entity type to both DQL and GraphQL, but queries via GraphQL don’t find the entities that are added via DQL… Is this by design?
I can of course add a custom DQL query to the GraphQL schema and then the entities are returned - but that seems redundant… Are entities added via GraphQL and DQL always somehow separate (even if they have the same type Name) ?