5 ms·
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-s
by altrunox 6y ago
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 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/ https://www.giovanialtelino.com/project/hacker-news-graphql/
- xupybd 6y agoThanks! That is really good to know. I wasn't aware of that limitation.