You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 19, 2023. It is now read-only.
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.