In first picture I am running query on api playground of hygraph cms and in data it is showing data correctly, and like url of author is defined In second picture I am fetching data from hygraph using apollo client on react using useQuery hook and showing data on console but it is showing the author url as null. In third picture, the code for the react is given
why it's happening if I am using the same query ?