dgs-framework icon indicating copy to clipboard operation
dgs-framework copied to clipboard

make ObjectMappers consistent across GraphQLResponse and GraphQLClients

Open regulskimichal opened this issue 9 months ago • 0 comments

Pull request checklist

  • [ ] Please read our contributor guide
  • [ ] Consider creating a discussion on the discussion forum first
  • [ ] Make sure the PR doesn't introduce backward compatibility issues
  • [x] Make sure to have sufficient test cases

Pull Request type

  • [x] Bugfix
  • [ ] Feature
  • [ ] Refactoring (no functional changes, no api changes)
  • [ ] Build related changes
  • [ ] Other (please describe):

Changes in this PR

Currently there is an issue related to the recent changes that induced GraphQLRequestOptions and refactoring of createCustomObjectMapper() method, that makes it impossible to use custom ObjectMapper during deserialization of data in GraphQLResponse

Alternatives considered

Describe alternative implementation you have considered

regulskimichal avatar May 14 '25 19:05 regulskimichal