(no title)
wfwefwef32 | 7 years ago
I think GraphQL only adds query to rest. Could be an implementation burden on the server side in order to fulfill different queries. For a site like facebook, which provides public API, GraphQL might have more flexibility. But for my personal project, I write both the backend and the frontend, I know exactly what data I want for each endpoint. There is no flexibility needed, as I design the database, the api endpoints based on my specific use-case.
And I don't want to support any public apis
No comments yet.