web
fixing return data array from apollo client is duplicate of first item in array
Situation I am querying with apollo client to fetch some userinfo. From the server side which uses apollo server, I can check that it is returning an array of two items which have different contents. However, when I console the fetched data from apollo client, the array is somehow incorrect. Read more…