|
|
|
|
|
by aarohmankad
3249 days ago
|
|
I've just started building a server/client seed that I can use in the future for my personal projects. The concerns you have with the front-end are founded. However, you can send a request to a GraphQL endpoint in a very REST-like manner. If you can build a wrapper to create the query as explained in the Stack Overflow post, you can essentially negate the need for Relay/Apollo. (At least until you need any of the helpful tools they provide.) https://stackoverflow.com/questions/42520663/how-send-graphq... |
|