1 min readApr 4, 2018
Hi J, it’s not too difficult if you’re using a good library (we’re using join-monster). You’d have a lot of the same issues with a REST API.
One of the cool things about GraphQL is that it doesn’t really care about where your data is stored. You can use a SQL database or a JSON file, a REST endpoint or all three together and you get a uniform way to query that data however your UI needs it.