spring-projects / spring-graphql

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

Flatten nested argument maps in `QuerydslDataFetcher` #1085

Open mp911de opened 2 weeks ago

mp911de commented 2 weeks ago

We now flatten argument maps to ensure keys in the resulting parameter map are fully-qualified property paths.

Previously, we built a parameter map containing nested maps leading to invalid queries.

Closes gh-1081