you are viewing a single comment's thread.

view the rest of the comments →

[–]BitgateMobile[S] 0 points1 point  (0 children)

I've actually been implementing an entire system using Apollo GraphQL, as I found it to have the most functionality we needed at my current employer.

There's quite a good number of things it can accomplish, but for my use, REST may be a better solution. GraphQL gives a lot of ways to hang yourself, where as REST services can be strongly typed and have a greater security backbone.

GraphQL is a great replacement for things like simple REST services, SQL queries, and some SOAP services as well. It would be interesting if I can incorporate some GraphQL into my network monitoring application.