spring-projects / spring-graphql

Spring Integration for GraphQL
https://spring.io/projects/spring-graphql
Apache License 2.0
1.5k stars 297 forks source link

Add Remote Address to WebGraphQlRequest #945

Closed susimsek closed 3 months ago

susimsek commented 3 months ago

It would be nice to add remote address information to the WebGraphQlRequest class for logging.

The method signature can be like this. public InetSocketAddress getRemoteAddress() {}