GraphQL Reduct Response

GraphQL Reduct Response


0

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

0



Leave a Reply

Your email address will not be published. Required fields are marked *