Skip to content

Decode GraphQL request body to higher level object #905

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
rstoyanchev opened this issue Feb 8, 2024 · 0 comments
Closed

Decode GraphQL request body to higher level object #905

rstoyanchev opened this issue Feb 8, 2024 · 0 comments
Assignees
Labels
type: enhancement A general enhancement
Milestone

Comments

@rstoyanchev
Copy link
Contributor

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.

@rstoyanchev rstoyanchev added the type: enhancement A general enhancement label Feb 8, 2024
@rstoyanchev rstoyanchev added this to the 1.2.5 milestone Feb 8, 2024
@rstoyanchev rstoyanchev self-assigned this Feb 8, 2024
bclozel added a commit that referenced this issue Feb 13, 2024
This commit improves the `SerializableGraphQlRequest` by declaring its
reflection usage for GraalVM native applications.

See gh-905
bclozel added a commit to bclozel/spring-graphql that referenced this issue Feb 14, 2024
This commit improves the `SerializableGraphQlRequest` by declaring its
reflection usage for GraalVM native applications.

See spring-projectsgh-905
bclozel pushed a commit to bclozel/spring-graphql that referenced this issue Feb 14, 2024
bclozel added a commit that referenced this issue Feb 14, 2024
This commit improves the `SerializableGraphQlRequest` by declaring its
reflection usage for GraalVM native applications.

See gh-905
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: enhancement A general enhancement
Projects
None yet
Development

No branches or pull requests

1 participant