Hacker News new | ask | show | jobs
by postalrat 2012 days ago
I think he is saying graphql doesn't have recursion.
1 comments

Well yes, that would be a better way to say it, no recursively nested objects, there is a Github discussion about it here:

https://github.com/graphql/graphql-spec/issues/91

And if someone else is interested to take a look at my clone project (it's in Clojure), for the GraphQL issue you can search for "request recursively nested objects".

https://www.giovanialtelino.com/project/hacker-news-graphql/

Thanks! That is really good to know. I wasn't aware of that limitation.