DEV Community

Discussion on: What is a REST API?

Collapse
 
markmichon profile image
Mark Michon

đź‘ŤCaching (both on certain platforms and in various data structures) could be it's own article, as it's a pretty broad subject.

Regarding GraphQL, it is POST only as the query/mutation needs to be sent stringified in the body. The GraphQL spec itself doesn't have any cache support built-in, though they do recommend this approach