I want t change the default "/subscriptions" path to something else like "/something/subscriptions"
According to this:
DgsWebSocketConfigurationProperties
I can change default path from "/subscriptions" to another doing something like this:
dgs:
graphql:
websocket:
path: /something/subscriptions
But it is just not picked up, any ideas?