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 #906
Unanswered
miriyalajanardhan
asked this question in
Q&A
Replies: 0 comments
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