Hacker News new | ask | show | jobs
by Zaheer 3936 days ago
GraphQL is more akin to a REST pattern and has nothing to do with the actual datastore.
1 comments

True but doesn't facebook use it with a graph db? The convention is to replace REST with something that maps naturally to data stored in graph... sort of a structural match query that expects certain kinds of nodes/relationships (unless you manually map it to a relational or document db).