In GraphQL what's the meaning of edges and node?

Answer • 1 Asked • Jun 24 2019
I am consuming a particular GraphQL endpoint and although I am supplying a clean JSON structure as a query, when I get the results I get "edges" and "node" tags. It seems as if it is polluting my data with no obvious benefit. Why is it there and is it possible to get rid of those for faster and simpler parsing of data?

Write your answer...

On a mission to build Next-Gen Community Platform for Developers