Closed
Description
By default we use the same "/graphql" path to serve the GraphiQL page with HTTP GET, GraphQL queries over HTTP POST, as well as subscriptions over WebSocket. There is a websocket
property in GraphQlProperties
but the path
property is used for GraphiQL and for GraphQL queries.
We should allow GraphiQL to use a different path so that the DGS framework can build on that. Should we also consider using a different path by default? I like the idea to make it more clearly a different URL that is secured differently, as planned with #38.