|
|
|
|
|
by genuine_smiles
2236 days ago
|
|
If you're not using rails to create an API server, and you've only got a single database, then I'm not sure there's any value in GraphQL. My (limited) understanding is that GraphQL is great for writing database agnostic queries, and writing queries that will be run from an untrusted source, like a client. |
|