When I query an external endpoint with graphQL, I get a return but it is in [array] form. I’m not sure how to expand it. The return is in JSON format

{ data: { test: [array] } } This is the return. I can’t figure out how to expand it. Thanks a lot. I am fairly new to node and graph ql.