Hacker News new | past | comments | ask | show | jobs | submit login

GraphQL itself doesn't make any assumptions about the storage engine being graph-oriented or otherwise. It's true that the grammar makes it easy to express graph-like relationships (eg. using the notion of one-to-many connections), and from the perspective of the application it can request an arbitrarily complex hierarchy of nested objects, but how and where the underlying data gets fetched is implementation specific and I can imagine adapting GraphQL to any number of different data source types.



Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: