ok I really need to get this one clear... if GraphQL/Prisma server is to serve multiple endpoints (from separate frontends) - they have to be seperate by ports rather then urls;
app1
calls
<https://mygraphqlserver.io:4010>
app2
calls
<https://mygraphqlserver.io:4011>
...etc