I have a response from GraphQL which is similar to:
"data": { "x": { "y":{ "nodes": [ { "id": 123 }, { "id": 123 }, { "id": 456 } ] } } }
Is there a way to reduce this so that no duplicate IDs come, using the graphQL query.
Load 6 more related questions Show fewer related questions
Your email address will not be published. Required fields are marked *
Comment *
Name *
Email *
Website
Save my name, email, and website in this browser for the next time I comment.