-
Notifications
You must be signed in to change notification settings - Fork 328
Closed as not planned
Labels
for: external-projectNeeds a change in external projectNeeds a change in external project
Description
Spring Boot 3.3.0 with Spring GraphQL v1.3.0
I have a GraphQL query and mutation that returns the same response.
The response is complex with nested GraphQL types and @BatchMapping
at several layers.
When I execute a mutation that will return a large number of rows in the response, it breaks.
Upon investigation I see that fields marked in the controller as @BatchMapping
, are not batching but running individually for each item.
When I execute a query with the exact same fragment as response and same data it works fine and I see that the fields marked as @BatchMapping
works as expected by batching the data.
palhoye, marano and MateusDadalto
Metadata
Metadata
Assignees
Labels
for: external-projectNeeds a change in external projectNeeds a change in external project