seems like apollo does authentication on websocket...
# graphql-kotlin
n
seems like apollo does authentication on websocket by attaching connectionParams on the
connection_init
message or so https://www.apollographql.com/docs/graphql-subscriptions/authentication/ can i do the same thing in graphql-kkotlin-spring-server ?