This repository has been archived by the owner on Dec 19, 2023. It is now read-only.
Spring Boot Graphql Remove duplicates from the Response #910
Unanswered
miriyalajanardhan
asked this question in
Q&A
Replies: 1 comment
-
This is not something this library does support, nor are there any plans to support this. We rely on the graphql-java project for the parsing the request and building the response, so you might want to ask the question there. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
How to remove the duplicates from the response of Graphql automatically
Lets see the below graphql request I have.
And the Response is below:
Now if I remove the "product" in the query response field, the reponse looks like below. That is where the duplicates come.
Let me know if we have any library available to do this. We are using Spring Boot with below dependency.
Beta Was this translation helpful? Give feedback.
All reactions