Skip to content

Decode GraphQL request body to higher level object #905

Closed
@rstoyanchev

Description

@rstoyanchev

Currently we deserialize the request body to a Map<String, Object>, but it appears that Jackson performs better when the target is a POJO. This is handled internally within the underlying transports, and so it should possible to make the change transparently.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions